Update dnf to 1.1.4-1
This commit is contained in:
parent
0446abddb0
commit
ef887e66a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -81,3 +81,4 @@
|
|||||||
/dnf-1.1.1.tar.gz
|
/dnf-1.1.1.tar.gz
|
||||||
/dnf-1.1.2.tar.gz
|
/dnf-1.1.2.tar.gz
|
||||||
/dnf-1.1.3.tar.gz
|
/dnf-1.1.3.tar.gz
|
||||||
|
/dnf-1.1.4.tar.gz
|
||||||
|
23
dnf.spec
23
dnf.spec
@ -10,8 +10,8 @@
|
|||||||
%global py3pluginpath %{python3_sitelib}/dnf-plugins
|
%global py3pluginpath %{python3_sitelib}/dnf-plugins
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 1.1.3
|
Version: 1.1.4
|
||||||
Release: 2%{?snapshot}%{?dist}
|
Release: 1%{?snapshot}%{?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
|
||||||
@ -268,8 +268,21 @@ exit 0
|
|||||||
%systemd_postun_with_restart dnf-automatic.timer
|
%systemd_postun_with_restart dnf-automatic.timer
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 15 2015 Robert Kuska <rkuska@redhat.com> - 1.1.3-2
|
* Mon Nov 16 2015 Michal Luscon <mluscon@redhat.com> 1.1.4-1
|
||||||
- Rebuilt for Python3.5 rebuild
|
- AUTHORS: updated (Jan Silhan)
|
||||||
|
- query: add compatibility methods (Michal Luscon)
|
||||||
|
- query: add recent, extras and autoremove methods to Query (Michal Luscon)
|
||||||
|
- query: add duplicated and latest-limit queries into api (Michal Luscon)
|
||||||
|
- format the email message with its as_string method (Olivier Andrieu)
|
||||||
|
- added dnf.i18n.ucd* functions as deprecated API (Jan Silhan)
|
||||||
|
- i18n: unicode resulting translations (RhBug:1278031) (Jan Silhan)
|
||||||
|
- po: get rid of new lines in translation (Jan Silhan)
|
||||||
|
- output: add skip count to summary (RhBug:1264032) (Michal Domonkos)
|
||||||
|
- groups: fix environment upgrade (Michal Luscon)
|
||||||
|
- Fix plural strings extraction (RhBug:1209056) (Baurzhan Muftakhidinov)
|
||||||
|
- po: fixed malformed beginning / ending (Jan Silhan)
|
||||||
|
- zanata update (Jan Silhan)
|
||||||
|
- cli: prevent tracebacks after C^ (RhBug:1274946) (Michal Luscon)
|
||||||
|
|
||||||
* Wed Oct 14 2015 Michal Luscon <mluscon@redhat.com> 1.1.3-1
|
* Wed Oct 14 2015 Michal Luscon <mluscon@redhat.com> 1.1.3-1
|
||||||
- Update command_ref.rst (Jaroslav Mracek)
|
- Update command_ref.rst (Jaroslav Mracek)
|
||||||
@ -285,7 +298,7 @@ exit 0
|
|||||||
- base: group_install is able to exclude mandatory packages
|
- base: group_install is able to exclude mandatory packages
|
||||||
(Related:RhBug:1199868) (Jan Silhan)
|
(Related:RhBug:1199868) (Jan Silhan)
|
||||||
|
|
||||||
* Tue Sep 30 2015 Michal Luscon <mluscon@redhat.com> 1.1.2-4
|
* Wed Sep 30 2015 Michal Luscon <mluscon@redhat.com> 1.1.2-4
|
||||||
- don't import readline as it causes crashes in Anaconda
|
- don't import readline as it causes crashes in Anaconda
|
||||||
(related:RhBug:1258364)
|
(related:RhBug:1258364)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user