From 1eb3bcf67ab7e6f17f0fbb53c1ae3a9923dec213 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Nov 04 2019 00:01:42 +0000 Subject: revert virtual provides (bad idea) Bad idea because anything depending on those will not work, better to highlight that fact so we know what needs fixing. --- diff --git a/sip.spec b/sip.spec index 9d97dc0..6e158a1 100644 --- a/sip.spec +++ b/sip.spec @@ -30,7 +30,7 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip Version: 4.19.19 -Release: 2%{?dist} +Release: 3%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) @@ -67,9 +67,7 @@ Provides: sip-macros = %{version}-%{release} # upgrade path when no_namespace variants are dropped %if ! 0%{?no_namespace} Obsoletes: python2-sip < %{version}-%{release} -Provides: python2-sip = %{version}-%{release} Obsoletes: python3-sip < %{version}-%{release} -Provides: python3-sip = %{version}-%{release} %endif %global _description\ @@ -407,6 +405,9 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %changelog +* Sun Nov 03 2019 Rex Dieter - 4.19.19-3 +- revert virtual provides (bad idea) + * Thu Oct 31 2019 Nicolas Chauvet - 4.19.19-2 - Add virtual provides python{2,3}-sip