Update to 2.7.3
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
3af00be569
commit
e3b4dd9074
1
.gitignore
vendored
1
.gitignore
vendored
@ -101,3 +101,4 @@
|
|||||||
/dnf-2.6.2.tar.gz
|
/dnf-2.6.2.tar.gz
|
||||||
/dnf-2.6.3.tar.gz
|
/dnf-2.6.3.tar.gz
|
||||||
/dnf-2.7.2.tar.gz
|
/dnf-2.7.2.tar.gz
|
||||||
|
/dnf-2.7.3.tar.gz
|
||||||
|
24
dnf.spec
24
dnf.spec
@ -50,16 +50,13 @@
|
|||||||
%global _docdir_fmt %{name}
|
%global _docdir_fmt %{name}
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 2.7.2
|
Version: 2.7.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||||
# 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
|
||||||
URL: https://github.com/rpm-software-management/dnf
|
URL: https://github.com/rpm-software-management/dnf
|
||||||
# git clone https://github.com/rpm-software-management/dnf
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
# cd dnf
|
|
||||||
# tito build --tgz --tag=dnf-2.5.1-1
|
|
||||||
Source0: %{name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -164,7 +161,6 @@ BuildRequires: python-nose
|
|||||||
BuildRequires: python2-gpg
|
BuildRequires: python2-gpg
|
||||||
Requires: python2-gpg
|
Requires: python2-gpg
|
||||||
BuildRequires: pyliblzma
|
BuildRequires: pyliblzma
|
||||||
BuildRequires: rpm-python >= %{rpm_version}
|
|
||||||
Requires: pyliblzma
|
Requires: pyliblzma
|
||||||
Requires: %{name}-conf = %{version}-%{release}
|
Requires: %{name}-conf = %{version}-%{release}
|
||||||
Requires: deltarpm
|
Requires: deltarpm
|
||||||
@ -173,11 +169,14 @@ Requires: python-iniparse
|
|||||||
Requires: python-libcomps >= %{libcomps_version}
|
Requires: python-libcomps >= %{libcomps_version}
|
||||||
Requires: python-librepo >= %{librepo_version}
|
Requires: python-librepo >= %{librepo_version}
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
|
BuildRequires: rpm-python >= %{rpm_version}
|
||||||
|
Requires: rpm-python >= %{rpm_version}
|
||||||
Requires: rpm-plugin-systemd-inhibit
|
Requires: rpm-plugin-systemd-inhibit
|
||||||
%else
|
%else
|
||||||
|
BuildRequires: python2-rpm >= %{rpm_version}
|
||||||
|
Requires: python2-rpm >= %{rpm_version}
|
||||||
Recommends: rpm-plugin-systemd-inhibit
|
Recommends: rpm-plugin-systemd-inhibit
|
||||||
%endif
|
%endif
|
||||||
Requires: rpm-python >= %{rpm_version}
|
|
||||||
# dnf-langpacks package is retired in F25
|
# dnf-langpacks package is retired in F25
|
||||||
# to have clean upgrade path for dnf-langpacks
|
# to have clean upgrade path for dnf-langpacks
|
||||||
Obsoletes: python-dnf-langpacks < %{dnf_langpacks_ver}
|
Obsoletes: python-dnf-langpacks < %{dnf_langpacks_ver}
|
||||||
@ -198,7 +197,6 @@ BuildRequires: python3-librepo >= %{librepo_version}
|
|||||||
BuildRequires: python3-nose
|
BuildRequires: python3-nose
|
||||||
BuildRequires: python3-gpg
|
BuildRequires: python3-gpg
|
||||||
Requires: python3-gpg
|
Requires: python3-gpg
|
||||||
BuildRequires: rpm-python3 >= %{rpm_version}
|
|
||||||
Requires: %{name}-conf = %{version}-%{release}
|
Requires: %{name}-conf = %{version}-%{release}
|
||||||
Requires: deltarpm
|
Requires: deltarpm
|
||||||
Requires: python3-hawkey >= %{hawkey_version}
|
Requires: python3-hawkey >= %{hawkey_version}
|
||||||
@ -206,11 +204,14 @@ Requires: python3-iniparse
|
|||||||
Requires: python3-libcomps >= %{libcomps_version}
|
Requires: python3-libcomps >= %{libcomps_version}
|
||||||
Requires: python3-librepo >= %{librepo_version}
|
Requires: python3-librepo >= %{librepo_version}
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
|
BuildRequires: rpm-python3 >= %{rpm_version}
|
||||||
|
Requires: rpm-python3 >= %{rpm_version}
|
||||||
Requires: rpm-plugin-systemd-inhibit
|
Requires: rpm-plugin-systemd-inhibit
|
||||||
%else
|
%else
|
||||||
|
BuildRequires: python3-rpm >= %{rpm_version}
|
||||||
|
Requires: python3-rpm >= %{rpm_version}
|
||||||
Recommends: rpm-plugin-systemd-inhibit
|
Recommends: rpm-plugin-systemd-inhibit
|
||||||
%endif
|
%endif
|
||||||
Requires: rpm-python3 >= %{rpm_version}
|
|
||||||
# dnf-langpacks package is retired in F25
|
# dnf-langpacks package is retired in F25
|
||||||
# to have clean upgrade path for dnf-langpacks
|
# to have clean upgrade path for dnf-langpacks
|
||||||
Obsoletes: python3-dnf-langpacks < %{dnf_langpacks_ver}
|
Obsoletes: python3-dnf-langpacks < %{dnf_langpacks_ver}
|
||||||
@ -522,6 +523,11 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 06 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.7.3-1
|
||||||
|
- Fix URL detection (RHBZ #1472847)
|
||||||
|
- Do not remove downloaded files with --destdir option (RHBZ #1498426)
|
||||||
|
- Fix handling of conditional packages in comps (RHBZ #1427144)
|
||||||
|
|
||||||
* Mon Oct 02 2017 Jaroslav Mracek <jmracek@redhat.com> - 2.7.2-1
|
* Mon Oct 02 2017 Jaroslav Mracek <jmracek@redhat.com> - 2.7.2-1
|
||||||
- Update to 2.7.2-1
|
- Update to 2.7.2-1
|
||||||
- Added new option ``--comment=<comment>`` that adds a comment to transaction in history
|
- Added new option ``--comment=<comment>`` that adds a comment to transaction in history
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-2.7.2.tar.gz) = 2f0f7197c7d034caafcf97e581b1c66997c12fab1baaa9565d09365f94dd0335bdf5411c4781566272eed638192655a9cbe39951f518950665da448a805e77ed
|
SHA512 (dnf-2.7.3.tar.gz) = 82fb9994cef2e3c6255486fa9e854d84c7e44560a5e4f12d850583617514ec282c37d638cbc66620380677f88662c4dcdbd17f4b68c59ab70856855867fb8bf1
|
||||||
|
Loading…
Reference in New Issue
Block a user