Fix obsolete macro for python3 subpackage.

This commit is contained in:
Ondrej Kozina 2018-05-04 15:40:37 +02:00
parent 6cb68aead9
commit cfc9ba278e

View File

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