Drop obsoletes for EOL versions of Fedora.
This commit is contained in:
parent
061b0c2cde
commit
4db5494d5a
@ -21,10 +21,6 @@ BuildRequires: zlib-devel
|
|||||||
|
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
# This can be removed once Fedora 28 reaches EOL
|
|
||||||
Obsoletes: cryptominisat4 < 4.5.4-1
|
|
||||||
Provides: cryptominisat4 = %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CryptoMiniSat is a modern, multi-threaded, feature-rich, simplifying SAT
|
CryptoMiniSat is a modern, multi-threaded, feature-rich, simplifying SAT
|
||||||
solver. Highlights:
|
solver. Highlights:
|
||||||
@ -41,20 +37,12 @@ Requires: m4ri-devel%{?_isa}
|
|||||||
Requires: tbb-devel%{?_isa}
|
Requires: tbb-devel%{?_isa}
|
||||||
Requires: cmake-filesystem
|
Requires: cmake-filesystem
|
||||||
|
|
||||||
# This can be removed once Fedora 28 reaches EOL
|
|
||||||
Obsoletes: cryptominisat4-devel < 4.5.4-1
|
|
||||||
Provides: cryptominisat4-devel = %{version}-%{release}
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Header files for developing applications that use %{name}.
|
Header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Cryptominisat library
|
Summary: Cryptominisat library
|
||||||
|
|
||||||
# This can be removed once Fedora 28 reaches EOL
|
|
||||||
Obsoletes: cryptominisat4-libs < 4.5.4-1
|
|
||||||
Provides: cryptominisat4-libs = %{version}-%{release}
|
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
The %{name} library.
|
The %{name} library.
|
||||||
|
|
||||||
@ -64,10 +52,6 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python3-%{name}}
|
||||||
|
|
||||||
# This can be removed once Fedora 28 reaches EOL
|
|
||||||
Obsoletes: python2-cryptominisat4 < 4.5.4-1
|
|
||||||
Provides: python2-cryptominisat4 = %{version}-%{release}
|
|
||||||
|
|
||||||
# This can be removed once Fedora 29 reaches EOL
|
# This can be removed once Fedora 29 reaches EOL
|
||||||
Obsoletes: python2-%{name} < 5.6.5
|
Obsoletes: python2-%{name} < 5.6.5
|
||||||
Provides: python2-%{name} = %{version}-%{release}
|
Provides: python2-%{name} = %{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user