diff --git a/cryptsetup.spec b/cryptsetup.spec index 5a86aba..2bc02d4 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -3,7 +3,7 @@ %if 0%{?fedora} %if 0%{?fedora} >= 29 Obsoletes: python2-cryptsetup -Obsoletes: python3-cryptsetup +Obsoletes: cryptsetup-python3 %global python2_enable 0 %global python3_enable 0 %else @@ -22,7 +22,7 @@ Obsoletes: python3-cryptsetup Summary: A utility for setting up encrypted disks Name: cryptsetup Version: 2.0.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ Group: Applications/System URL: https://gitlab.com/cryptsetup/cryptsetup @@ -232,6 +232,9 @@ popd %clean %changelog +* Fri May 04 2018 Ondrej Kozina - 2.0.3-3 +- Fix obsolete macro for python3 subpackage. + * Fri May 04 2018 Ondrej Kozina - 2.0.3-2 - Add missing 'Obsoletes' macros for python subpackages.