diff --git a/tests/tests.yml b/tests/tests.yml index 9586576..d4510df 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,7 +16,6 @@ - python3-systemd - targetcli - smartmontools - - genisoimage - xfsprogs - dosfstools - e2fsprogs diff --git a/udisks2.spec b/udisks2.spec index 4277214..0257784 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -48,7 +48,7 @@ Name: udisks2 Summary: Disk Manager Version: 2.9.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://github.com/storaged-project/udisks Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2 @@ -432,6 +432,9 @@ fi %endif %changelog +* Tue Oct 26 2021 Tomas Bzatek - 2.9.4-2 +- Gating test fix + * Tue Oct 26 2021 Tomas Bzatek - 2.9.4-1 - Version 2.9.4 (#2010363) - CVE-2021-3802: Harden the default mount options for ext filesystems (#2004423)