Update dnf to 2.4.0-1
This commit is contained in:
parent
868148fa25
commit
f88ea048bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -94,3 +94,4 @@
|
|||||||
/dnf-2.1.1.tar.gz
|
/dnf-2.1.1.tar.gz
|
||||||
/dnf-2.2.0.tar.gz
|
/dnf-2.2.0.tar.gz
|
||||||
/dnf-2.3.0.tar.gz
|
/dnf-2.3.0.tar.gz
|
||||||
|
/dnf-2.4.0.tar.gz
|
||||||
|
44
dnf.spec
44
dnf.spec
@ -24,7 +24,7 @@
|
|||||||
%global _docdir_fmt %{name}
|
%global _docdir_fmt %{name}
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 2.3.0
|
Version: 2.4.0
|
||||||
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
|
||||||
@ -212,14 +212,17 @@ mkdir -p %{buildroot}%{_localstatedir}/log/
|
|||||||
mkdir -p %{buildroot}%{_var}/cache/dnf/
|
mkdir -p %{buildroot}%{_var}/cache/dnf/
|
||||||
touch %{buildroot}%{_localstatedir}/log/%{name}.log
|
touch %{buildroot}%{_localstatedir}/log/%{name}.log
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
%{?system_python_abi:sed -i 's|#!%{__python3}|#!%{_libexecdir}/system-python|' %{buildroot}%{_bindir}/{dnf-3,yum}}
|
%{?system_python_abi:sed -i 's|#!%{__python3}|#!%{_libexecdir}/system-python|' %{buildroot}%{_bindir}/{dnf-3,yum-3}}
|
||||||
ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/dnf
|
ln -sr %{buildroot}%{_bindir}/dnf-3 %{buildroot}%{_bindir}/dnf
|
||||||
mv %{buildroot}%{_bindir}/dnf-automatic-3 %{buildroot}%{_bindir}/dnf-automatic
|
mv %{buildroot}%{_bindir}/dnf-automatic-3 %{buildroot}%{_bindir}/dnf-automatic
|
||||||
|
mv %{buildroot}%{_bindir}/yum-3 %{buildroot}%{_bindir}/yum
|
||||||
%else
|
%else
|
||||||
ln -sr %{buildroot}%{_bindir}/dnf-2 %{buildroot}%{_bindir}/dnf
|
ln -sr %{buildroot}%{_bindir}/dnf-2 %{buildroot}%{_bindir}/dnf
|
||||||
mv %{buildroot}%{_bindir}/dnf-automatic-2 %{buildroot}%{_bindir}/dnf-automatic
|
mv %{buildroot}%{_bindir}/dnf-automatic-2 %{buildroot}%{_bindir}/dnf-automatic
|
||||||
|
mv %{buildroot}%{_bindir}/yum-2 %{buildroot}%{_bindir}/yum
|
||||||
%endif
|
%endif
|
||||||
rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
|
rm -vf %{buildroot}%{_bindir}/dnf-automatic-*
|
||||||
|
rm -vf %{buildroot}%{_bindir}/yum-*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
pushd build
|
pushd build
|
||||||
@ -328,6 +331,43 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 02 2017 Jaroslav Mracek <jmracek@redhat.com> 2.4.0-1
|
||||||
|
- po: Update translations (Igor Gnatenko)
|
||||||
|
- po: Update translations (Igor Gnatenko)
|
||||||
|
- introduce '--enableplugin' option (Martin Hatina)
|
||||||
|
- Improve detection of file patterns (Jaroslav Mracek)
|
||||||
|
- Add method _get_nevra_solution() for subject (Jaroslav Mracek)
|
||||||
|
- Do not add "*" into query filter in _nevra_to_filters() (Jaroslav Mracek)
|
||||||
|
- Remove usage of nevra_possibilities_real() (Jaroslav Mracek)
|
||||||
|
- Increase performance for downgrade_to() (Jaroslav Mracek)
|
||||||
|
- Add additional keys for get_best_query() (Jaroslav Mracek)
|
||||||
|
- Increase performance for get_best_selector() (Jaroslav Mracek)
|
||||||
|
- Increase performance for get_best_query() (Jaroslav Mracek)
|
||||||
|
- Fix "Package" text translation (RhBug:1302935) (Jaroslav Rohel)
|
||||||
|
- Create a warning if releasever is None (Jaroslav Mracek)
|
||||||
|
- Adds cost, excludepkgs, and includepkgs to Doc (RhBug:1248684) (Jaroslav
|
||||||
|
Mracek)
|
||||||
|
- Change auto-detection of releasever in empty installroot (Jaroslav Mracek)
|
||||||
|
- Do not load system repo for makecache command (RhBug:1441636) (Jaroslav
|
||||||
|
Mracek)
|
||||||
|
- Do not raise assertion if group inst and rmv pkgs (RhBug:1438438) (Jaroslav
|
||||||
|
Mracek)
|
||||||
|
- yum layer using python3 (Martin Hatina)
|
||||||
|
- Filter url protocols for baseurl in Package.remote_location (Jaroslav Mracek)
|
||||||
|
- Add armv5tl to arm basearch (Neal Gompa)
|
||||||
|
- Setup additional parameters for handler for remote packages (Jaroslav Mracek)
|
||||||
|
- Use same method for user/password setting of every librepo.handle (Jaroslav
|
||||||
|
Mracek)
|
||||||
|
- Fix PEP8 violations and remove unused import (Jaroslav Mracek)
|
||||||
|
- Handle unknown file size in download progress (Jaroslav Mracek)
|
||||||
|
- Allow to delete cashed files from command line by clean command (Jaroslav
|
||||||
|
Mracek)
|
||||||
|
- Save command line packages into chachedir (RhBug:1256313) (Jaroslav Mracek)
|
||||||
|
- Add progress bar for download of commandline pkgs (RhBug:1161950) (Jaroslav
|
||||||
|
Mracek)
|
||||||
|
- Fix minor typo Closes: #781 Approved by: ignatenkobrain (Yuri Chornoivan)
|
||||||
|
- Mark unremoved packages as failed (RhBug:1421244) (Jaroslav Mracek)
|
||||||
|
|
||||||
* Mon Apr 10 2017 Jaroslav Mracek <jmracek@redhat.com> 2.3.0-1
|
* Mon Apr 10 2017 Jaroslav Mracek <jmracek@redhat.com> 2.3.0-1
|
||||||
- update release notes (Jaroslav Mracek)
|
- update release notes (Jaroslav Mracek)
|
||||||
- po: Update translations (Igor Gnatenko)
|
- po: Update translations (Igor Gnatenko)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dnf-2.3.0.tar.gz) = 0930e9fe152a97fac7a481ef01f2ddc59041fe19a74c233db8ef5da8dde6b3e6f70f036c7968040ec81bfbee044a29a4bf38ab71ddd7f077162674c3c5fcbf77
|
SHA512 (dnf-2.4.0.tar.gz) = efad97722ada847ccc64847de9dd697a1d2687728f42aea63bff9a690d392c2f027f01d5d51919e72a10cf7b818d99cf4e9578b715406dc1a7e079b6f5d47aab
|
||||||
|
Loading…
Reference in New Issue
Block a user