Update dnf to 2.1.0-1
This commit is contained in:
parent
5873eaa90e
commit
54d1fbf14d
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@
|
||||
/dnf-1.1.10-1.tar.gz
|
||||
/dnf-2.0.0.tar.gz
|
||||
/dnf-2.0.1.tar.gz
|
||||
/dnf-2.1.0.tar.gz
|
||||
|
124
dnf.spec
124
dnf.spec
@ -24,8 +24,8 @@
|
||||
%global _docdir_fmt %{name}
|
||||
|
||||
Name: dnf
|
||||
Version: 2.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
License: GPLv2+ and GPLv2 and GPL
|
||||
@ -46,6 +46,9 @@ Requires: python3-%{name} = %{version}-%{release}
|
||||
%else
|
||||
Requires: python2-%{name} = %{version}-%{release}
|
||||
%endif
|
||||
# TODO: use rich deps once it is allowed in Fedora
|
||||
#Recommends: (python%{?with_python3:3}-dbus if NetworkManager)
|
||||
Recommends: python%{?with_python3:3}-dbus
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
@ -333,9 +336,126 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2017 Jaroslav Mracek <jmracek@redhat.com> 2.1.0-1
|
||||
- bump version to 2.1.0 + update release notes (Jaroslav Mracek)
|
||||
- Fix problem with --recent option in repoquery (Jaroslav Mracek)
|
||||
- Fix problem with duplicated --obsoletes (RhBug:1421835) (Jaroslav Mracek)
|
||||
- Python 3.6 invalid escape sequence deprecation fixes (Ville Skyttä)
|
||||
- Add --repoid as alias for --repo (Jaroslav Mracek)
|
||||
- introduce dnf.base.Base.update_cache() (Martin Hatina)
|
||||
- Try to install uninstalled packages if group installed (Jaroslav Mracek)
|
||||
- Enable search of provides in /usr/(s)bin (RgBug:1421618) (Jaroslav Mracek)
|
||||
- style: ignore E261 (Igor Gnatenko)
|
||||
- makecache: do not run on metered connections (RhBug:1415711) (Igor Gnatenko)
|
||||
- change '--disableplugins' to '--disableplugin' (Martin Hatina)
|
||||
- cosmetic: removed unused import (Jan Silhan)
|
||||
- show hint how to display why package was skipped (RhBug:1417627) (Jan Silhan)
|
||||
- spec: add information how to obtain archive (Igor Gnatenko)
|
||||
- fix messages (UX) (Jaroslav Rohel)
|
||||
- zanata update (Jan Silhan)
|
||||
|
||||
* Thu Feb 09 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0.1-2
|
||||
- Update to 2.0.1
|
||||
|
||||
* Thu Feb 09 2017 Jaroslav Mracek <jmracek@redhat.com> 2.0.1-1
|
||||
- bump version to 2.0.1 + update release notes (Jaroslav Mracek)
|
||||
- introduce cli 'obsoletes' option (Martin Hatina)
|
||||
- swap tids if they are in wrong order (RhBug:1409361) (Michael Mraka)
|
||||
- Disable shell command recursion (Jaroslav Rohel)
|
||||
- Honor additional arguments for DNF shell repo list command (Jaroslav Rohel)
|
||||
- don't traceback when bug title is not set (Michael Mraka)
|
||||
- introducing list-security, info-security etc. commands (Michael Mraka)
|
||||
- Add lsedlar to contributors list (Lubomír Sedlář)
|
||||
- Return just name from Package.source_name (Lubomír Sedlář)
|
||||
- introduce dnf.conf.config.MainConf.exclude() (Martin Hatina)
|
||||
- systemd: Disable daemons on ostree-managed systems (Colin Walters)
|
||||
- introduced dnf.base.Base.autoremove() (RhBug:1414512) (Martin Hatina)
|
||||
- po: update translations (Igor Gnatenko)
|
||||
- build: use relative directory for translations (Igor Gnatenko)
|
||||
- Temporary eliminate a problem with install remove loop (Jaroslav Mracek)
|
||||
- Handle info message when DRPM wastes data (RhBug:1238808) (Daniel
|
||||
Aleksandersen)
|
||||
- Fix output for better translation (RhBug:1386085) (Abhijeet Kasurde)
|
||||
- yum layer refactored (Martin Hatina)
|
||||
- return values changed to match yum's (Martin Hatina)
|
||||
- Reword sentence after removing package (RhBug:1286553) (Abhijeet Kasurde)
|
||||
- Minor documentation revisions (Mark Szymanski)
|
||||
- Minor code fix (Abhijeet Kasurde)
|
||||
- automatic: email emitter date header (David Greenhouse)
|
||||
- Solve problem when no repo and only rpms with upgrade command (Jaroslav
|
||||
Mracek)
|
||||
- bash_completion: use system-python if it's available (Igor Gnatenko)
|
||||
- spec: use system-python for dnf-yum as well (Igor Gnatenko)
|
||||
- comps/groups: fix tests (Michal Luscon)
|
||||
- comps: adjust group_upgrade to new CompsTransPkg style (Michal Luscon)
|
||||
- groups: refactored installation (RhBug:1337731, RhBug:1336879) (Michal
|
||||
Luscon)
|
||||
- Increase requirement for hawkey (Jaroslav Mracek)
|
||||
- Change reporting problems for downgradePkgs() (Jaroslav Mracek)
|
||||
- Use selector for base.package_upgrade() (Jaroslav Mracek)
|
||||
- Add usage of selectors for base.package_install() (Jaroslav Mracek)
|
||||
- Use selector for base.package_downgrade() (Jaroslav Mracek)
|
||||
- Redirect base.downgrade() to base.downgrade_to() (Jaroslav Mracek)
|
||||
- Enable wildcard for downgrade command (RhBug:1173349) (Jaroslav Mracek)
|
||||
- Refactor downgrade cmd behavior (RhBug:1329617)(RhBug:1283255) (Jaroslav
|
||||
Mracek)
|
||||
- Redirect logger.info into stderr for repolist (RhBug:1369411) (Jaroslav
|
||||
Mracek)
|
||||
- Redirect logger.info into stderr for repoquery (RhBug:1243393) (Jaroslav
|
||||
Mracek)
|
||||
- Add possibility for commands to redirect logger (Jaroslav Mracek)
|
||||
- Put information about metadata expiration into stdout (Jaroslav Mracek)
|
||||
- Change warning about added repo into info (RhBug:1243393) (Jaroslav Mracek)
|
||||
- Move grouplist output from logger into stdout (Jaroslav Mracek)
|
||||
- let repo exclude work the same way as global exclude (Michael Mraka)
|
||||
- Fix wrong assumptions about metalinks (RhBug:1411349) (Jaroslav Mracek)
|
||||
- handle --disablerepo/--enablerepo properly with strict (RhBug:1345976)
|
||||
(Štěpán Smetana)
|
||||
- Add fix to notify user about no repos (RhBug:1369212) (Abhijeet Kasurde)
|
||||
- Add information about "hidden" option in dnf doc (RhBug:1349247) (Abhijeet
|
||||
Kasurde)
|
||||
- Fix for 'history package-list' (Amit Upadhye)
|
||||
- Enable multiple args for repoquery -f (RhBug:1403930) (Jaroslav Mracek)
|
||||
- Set default repo.name as repo._section (Jaroslav Mracek)
|
||||
- Create from self.forms value forms in cmd.run() (Jaroslav Mracek)
|
||||
- Add description of swap command into documentation (Jaroslav Mracek)
|
||||
- Add swap command (RhBug:1403465) (RhBug:1110780) (Jaroslav Mracek)
|
||||
- Solve a problem with shell when empty line or EOF (Jaroslav Mracek)
|
||||
- shell: add history of commands (RhBug:1405333) (Michal Luscon)
|
||||
- Add info if no files with repoquery -l (RhBug:1254879) (Jaroslav Mracek)
|
||||
- po: update translations (Igor Gnatenko)
|
||||
- po: migrate to zanata python client and trivial fixes in build (Igor
|
||||
Gnatenko)
|
||||
- po: include all possible languages from zanata (Igor Gnatenko)
|
||||
- po: include comments for translations (Igor Gnatenko)
|
||||
- shell: catch exceptions from depsolving (Michal Luscon)
|
||||
- shell: update documentation (Michal Luscon)
|
||||
- shell: add transaction reset cmd (Michal Luscon)
|
||||
- shell: add transaction resolve cmd (Michal Luscon)
|
||||
- shell: provide rewritable demands for cmds (Michal Luscon)
|
||||
- shell: catch tracebacks from shlex (Michal Luscon)
|
||||
- shell: handle ctrl+D more gracefully (Michal Luscon)
|
||||
- groups: set demands in configure instead of run (Michal Luscon)
|
||||
- shell: implement config cmd (Michal Luscon)
|
||||
- shell: add help (Michal Luscon)
|
||||
- shell: make alias repo list -> repolist (Michal Luscon)
|
||||
- shell: catch exceptions from do_transaction (Michal Luscon)
|
||||
- shell: resolve transaction in ts run (Michal Luscon)
|
||||
- shell: add default value for internal methods argument (Michal Luscon)
|
||||
- shell: create run alias for ts run (Michal Luscon)
|
||||
- shell: add ts list cmd (Michal Luscon)
|
||||
- shell: refill sack after every successful repo cmd (Michal Luscon)
|
||||
- shell: allow running multiple transaction in one session (Michal Luscon)
|
||||
- shell: add ts command (Michal Luscon)
|
||||
- shell: catch cmd parsing and run exceptions (Michal Luscon)
|
||||
- shell: allow to run scripts (Michal Luscon)
|
||||
- shell: add repo cmd (Michal Luscon)
|
||||
- shell: add resolving + transaction run support (Michal Luscon)
|
||||
- shell: implement quit method (Michal Luscon)
|
||||
- shell: add custom cmds stubs (Michal Luscon)
|
||||
- shell: implement basic logic (Michal Luscon)
|
||||
- shell: register new cmd (Michal Luscon)
|
||||
|
||||
* Thu Dec 15 2016 mluscon <mluscon@redhat.com> - 2.0.0-2
|
||||
- rebuild py36
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dnf-2.0.1.tar.gz) = d372d3273744d24a53cf96f63eb41bd9c417a85ff8eafb702ddddbbe6c260c6249286ed414a23843bed604a8efa82cd24cb05ba430af7dbc1a2e2c5b91ad1618
|
||||
SHA512 (dnf-2.1.0.tar.gz) = f7cc7bee96029164ec006a94be1b4d9287422aaf1b7ae7d194249df0809da3280d394ee1e888ce6d08a30bdaeffe9dbb6917b5744e822c89f0f7f12222f28646
|
||||
|
Loading…
Reference in New Issue
Block a user