!135 correct the incorrect Obsoletes
From: @chen-haixing-hw Reviewed-by: @anonymous_z Signed-off-by: @anonymous_z
This commit is contained in:
commit
2ff07a83cd
7
dnf.spec
7
dnf.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 4.14.0
|
Version: 4.14.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A software package manager that manages packages on Linux distributions.
|
Summary: A software package manager that manages packages on Linux distributions.
|
||||||
License: GPLv2+ and GPLv2 and GPL
|
License: GPLv2+ and GPLv2 and GPL
|
||||||
URL: https://github.com/rpm-software-management/dnf
|
URL: https://github.com/rpm-software-management/dnf
|
||||||
@ -61,7 +61,7 @@ Python 3 interface to DNF.
|
|||||||
%package data
|
%package data
|
||||||
Summary: Common data and configuration files for DNF
|
Summary: Common data and configuration files for DNF
|
||||||
Requires: libreport-filesystem
|
Requires: libreport-filesystem
|
||||||
Obsoletes: %{name}-conf <= %{version}-%{release}
|
Obsoletes: %{name}-conf < %{version}-%{release}
|
||||||
Provides: %{name}-conf = %{version}-%{release}
|
Provides: %{name}-conf = %{version}-%{release}
|
||||||
|
|
||||||
%description data
|
%description data
|
||||||
@ -225,6 +225,9 @@ ln -sr %{buildroot}%{_sysconfdir}/%{name}/vars %{buildroot}%{_sysconfdir}/yum/v
|
|||||||
%{_mandir}/man8/%{name}-automatic.8*
|
%{_mandir}/man8/%{name}-automatic.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 16 2022 chenhaixing <chenhaixing@huawei.com> - 4.14.0-2
|
||||||
|
- DESC:correct the incorrect Obsoletes
|
||||||
|
|
||||||
* Thu Nov 3 2022 chenhaixing <chenhaixing@huawei.com> - 4.14.0-1
|
* Thu Nov 3 2022 chenhaixing <chenhaixing@huawei.com> - 4.14.0-1
|
||||||
- DESC:upgrade dnf version to 4.14.0
|
- DESC:upgrade dnf version to 4.14.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user