From cfc9ba278ed60c759c551cafb26f03dfe7b545b2 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Fri, 4 May 2018 15:40:37 +0200 Subject: [PATCH] Fix obsolete macro for python3 subpackage. --- cryptsetup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.