Add Obsoletes and Provides for cryptominisat4.
This commit is contained in:
parent
80645479c2
commit
5959bad1cd
@ -1,6 +1,6 @@
|
|||||||
Name: cryptominisat
|
Name: cryptominisat
|
||||||
Version: 5.6.3
|
Version: 5.6.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: SAT solver
|
Summary: SAT solver
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -22,6 +22,10 @@ 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:
|
||||||
@ -37,12 +41,20 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|||||||
Requires: m4ri-devel%{?_isa}
|
Requires: m4ri-devel%{?_isa}
|
||||||
Requires: tbb-devel%{?_isa}
|
Requires: tbb-devel%{?_isa}
|
||||||
|
|
||||||
|
# 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.
|
||||||
|
|
||||||
@ -52,6 +64,10 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
%{?python_provide:%python_provide python2-%{name}}
|
%{?python_provide:%python_provide python2-%{name}}
|
||||||
|
|
||||||
|
# This can be removed once Fedora 28 reaches EOL
|
||||||
|
Obsoletes: python2-cryptominisat4 < 4.5.4-1
|
||||||
|
Provides: python2-cryptominisat4 = %{version}-%{release}
|
||||||
|
|
||||||
%description -n python2-%{name}
|
%description -n python2-%{name}
|
||||||
Python 2 interface to %{name}.
|
Python 2 interface to %{name}.
|
||||||
|
|
||||||
@ -130,6 +146,9 @@ fi
|
|||||||
%{python3_sitearch}/pycryptosat*
|
%{python3_sitearch}/pycryptosat*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 21 2018 Jerry James <loganjerry@gmail.com> - 5.6.3-4
|
||||||
|
- Add Obsoletes and Provides for cryptominisat4
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.3-3
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user