Update to 2.0.1
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
b23bb371b2
commit
5179cc2458
1
.gitignore
vendored
1
.gitignore
vendored
@ -89,3 +89,4 @@
|
||||
/dnf-1.1.9.tar.gz
|
||||
/dnf-1.1.10-1.tar.gz
|
||||
/dnf-2.0.0.tar.gz
|
||||
/dnf-2.0.1.tar.gz
|
||||
|
9
dnf.spec
9
dnf.spec
@ -1,4 +1,4 @@
|
||||
%global hawkey_version 0.7.0-0.4
|
||||
%global hawkey_version 0.7.1
|
||||
%global librepo_version 1.7.19
|
||||
%global libcomps_version 0.1.8
|
||||
%global rpm_version 4.13.0-0.rc1.29
|
||||
@ -24,7 +24,7 @@
|
||||
%global _docdir_fmt %{name}
|
||||
|
||||
Name: dnf
|
||||
Version: 2.0.0
|
||||
Version: 2.0.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
@ -216,7 +216,7 @@ mkdir -p %{buildroot}%{_localstatedir}/log/
|
||||
mkdir -p %{buildroot}%{_var}/cache/dnf/
|
||||
touch %{buildroot}%{_localstatedir}/log/%{name}.log
|
||||
%if %{with python3}
|
||||
%{?system_python_abi:sed -i 's|#!%{__python3}|#!%{_libexecdir}/system-python|' %{buildroot}%{_bindir}/dnf-3}
|
||||
%{?system_python_abi:sed -i 's|#!%{__python3}|#!%{_libexecdir}/system-python|' %{buildroot}%{_bindir}/{dnf-3,yum}}
|
||||
ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/dnf
|
||||
mv %{buildroot}%{_bindir}/dnf-automatic-3 %{buildroot}%{_bindir}/dnf-automatic
|
||||
%else
|
||||
@ -332,6 +332,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 09 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0.1-2
|
||||
- Update to 2.0.1
|
||||
|
||||
* Thu Dec 15 2016 mluscon <mluscon@redhat.com> - 2.0.0-2
|
||||
- rebuild py36
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-2.0.0.tar.gz) = 6eb240212fc3aed9a8e28ed1d39a3a5598a8009a546d2f3cf28289afe550ebb47f12dce0c2152189b23b31da9bd83514c0f5f2243bd30e865ec34028404a7716
|
||||
SHA512 (dnf-2.0.1.tar.gz) = d372d3273744d24a53cf96f63eb41bd9c417a85ff8eafb702ddddbbe6c260c6249286ed414a23843bed604a8efa82cd24cb05ba430af7dbc1a2e2c5b91ad1618
|
||||
|
Loading…
Reference in New Issue
Block a user