fix dnf-data downgrade conflict with dnf
This commit is contained in:
parent
ca323817db
commit
44d009882c
10
dnf.spec
10
dnf.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 4.10.0
|
Version: 4.10.0
|
||||||
Release: 6
|
Release: 7
|
||||||
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
|
||||||
@ -63,7 +63,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} %{name} < %{version}-%{release}
|
||||||
Provides: %{name}-conf = %{version}-%{release}
|
Provides: %{name}-conf = %{version}-%{release}
|
||||||
|
|
||||||
%description data
|
%description data
|
||||||
@ -228,6 +228,12 @@ ln -sr %{buildroot}%{_sysconfdir}/%{name}/vars %{buildroot}%{_sysconfdir}/yum/v
|
|||||||
%{_mandir}/man8/%{name}-automatic.8*
|
%{_mandir}/man8/%{name}-automatic.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 28 2022 chenhaixing <chenhaixing@huawei.com> - 4.10.0-7
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix dnf-data downgrade confilct with dnf
|
||||||
|
|
||||||
* Mon Jun 06 2022 chenhaixing <chenhaixing@huawei.com> - 4.10.0-6
|
* Mon Jun 06 2022 chenhaixing <chenhaixing@huawei.com> - 4.10.0-6
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user