add Obsoletes '< version' in spec
This commit is contained in:
parent
acbc020134
commit
775e71f178
10
libdnet.spec
10
libdnet.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libdnet
|
Name: libdnet
|
||||||
Version: 1.14
|
Version: 1.14
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Simple portable interface work with low-level networking routines
|
Summary: Simple portable interface work with low-level networking routines
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -35,7 +35,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
%package -n python3-%{name}
|
%package -n python3-%{name}
|
||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python3-%{name}}
|
||||||
Provides: %{name}-python = %{version}-%{release}
|
Provides: %{name}-python = %{version}-%{release}
|
||||||
Obsoletes: %{name}-python
|
Obsoletes: %{name}-python < %{version}-%{release}
|
||||||
Summary: Python bindings for %{name}
|
Summary: Python bindings for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -98,6 +98,12 @@ popd
|
|||||||
%{_mandir}/man8/*.8*
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 18 2022 xingwei <xingwei14@h-partners.com> - 1.14-3
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: add Obsoletes '< version' in spec
|
||||||
|
|
||||||
* Tue Nov 01 2022 xingwei <xingwei14@h-partners.com> - 1.14-2
|
* Tue Nov 01 2022 xingwei <xingwei14@h-partners.com> - 1.14-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user