Skip to content

Commit

Permalink
fix: Do not enable VDO Copr repository on Fedora
Browse files Browse the repository at this point in the history
The "vdo" package is now available on all supported versions of
Fedora in the base repository.
  • Loading branch information
vojtechtrefny committed Nov 21, 2024
1 parent 3a8e7a5 commit 049a329
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vars/Fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ blivet_package_list:
# XXX libblockdev-s390 is available only on s390 so just add 'libblockdev' everywhere
# else, it is already brought in as dependency of blivet so it's just no-op here
- "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}"
_storage_copr_packages:
- repository: "rhawalsh/dm-vdo"
packages:
- vdo
- kmod-vdo
- vdo
_storage_copr_support_packages:
- dnf-plugins-core

0 comments on commit 049a329

Please sign in to comment.