Demote deltarpm to weak dependencies again
This commit is contained in:
parent
1aff495edc
commit
cc00c765c0
15
dnf.spec
15
dnf.spec
@ -72,7 +72,7 @@ It supports RPMs, modules and comps groups & environments.
|
|||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 2.7.5
|
Version: 2.7.5
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
License: GPLv2+ and GPLv2 and GPL
|
License: GPLv2+ and GPLv2 and GPL
|
||||||
@ -172,7 +172,10 @@ Requires: python2-gpg
|
|||||||
BuildRequires: pyliblzma
|
BuildRequires: pyliblzma
|
||||||
Requires: pyliblzma
|
Requires: pyliblzma
|
||||||
Requires: %{name}-data = %{version}-%{release}
|
Requires: %{name}-data = %{version}-%{release}
|
||||||
%if 0%{?fedora} || 0%{?centos}
|
%if 0%{?fedora}
|
||||||
|
Recommends: deltarpm
|
||||||
|
%endif
|
||||||
|
%if 0%{?centos}
|
||||||
Requires: deltarpm
|
Requires: deltarpm
|
||||||
%endif
|
%endif
|
||||||
Requires: python2-hawkey >= %{hawkey_version}
|
Requires: python2-hawkey >= %{hawkey_version}
|
||||||
@ -215,7 +218,10 @@ BuildRequires: python3-nose
|
|||||||
BuildRequires: python3-gpg
|
BuildRequires: python3-gpg
|
||||||
Requires: python3-gpg
|
Requires: python3-gpg
|
||||||
Requires: %{name}-data = %{version}-%{release}
|
Requires: %{name}-data = %{version}-%{release}
|
||||||
%if 0%{?fedora} || 0%{?centos}
|
%if 0%{?fedora}
|
||||||
|
Recommends: deltarpm
|
||||||
|
%endif
|
||||||
|
%if 0%{?centos}
|
||||||
Requires: deltarpm
|
Requires: deltarpm
|
||||||
%endif
|
%endif
|
||||||
Requires: python3-hawkey >= %{hawkey_version}
|
Requires: python3-hawkey >= %{hawkey_version}
|
||||||
@ -463,6 +469,9 @@ rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 06 2018 Marek Blaha <mblaha@redhat.com> - 2.7.5-17
|
||||||
|
- Demote deltarpm to weak dependencies again
|
||||||
|
|
||||||
* Tue May 29 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-16
|
* Tue May 29 2018 Martin Hatina <mhatina@redhat.com> - 2.7.5-16
|
||||||
- Apply util-Correctly-source-errno.EEXIST patch
|
- Apply util-Correctly-source-errno.EEXIST patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user