Fix obsolete macro for python3 subpackage.
This commit is contained in:
parent
6cb68aead9
commit
cfc9ba278e
@ -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 <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
|
||||
- Add missing 'Obsoletes' macros for python subpackages.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user