Fedora 21 Update: dnf-0.6.3-2.fc21

updates at fedoraproject.org updates at fedoraproject.org
Sat Dec 13 09:53:47 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-16760
2014-12-12 02:55:07
--------------------------------------------------------------------------------

Name        : dnf
Product     : Fedora 21
Version     : 0.6.3
Release     : 2.fc21
URL         : https://github.com/rpm-software-management/dnf
Summary     : Package manager forked from Yum, using libsolv as a dependency resolver
Description :
Package manager forked from Yum, using libsolv as a dependency resolver.

--------------------------------------------------------------------------------
Update Information:

dnf: deltarpm set on by default, motd emmitter added to dnf-automatic
dnf-plugins-core: Provides needs_restarting and reposync plugin
--------------------------------------------------------------------------------
ChangeLog:

* Mon Dec  8 2014 Jan Silhan <jsilhan at redhat.com> - 0.6.3-2
- logging: reverted naming from a6dde81
* Mon Dec  8 2014 Jan Silhan <jsilhan at redhat.com> - 0.6.3-1
- transifex update (Jan Silhan)
- bash-completion: don't query if we trying to use local file (RhBug:1153543) (Igor Gnatenko)
- bash-completion: fix local completion (RhBug:1151231) (Igor Gnatenko)
- bash-completion: use sqlite cache from dnf-plugins-core (Igor Gnatenko)
- base: output a whole list of installed packages with glob pattern (RhBug:1163063) (Michal Luscon)
- cli: _process_demands() does not respect --caheonly (RhBug:1151854) (Michal Luscon)
- new authors added (Jan Silhan)
- install: allow installation of provides with glob (Related:RhBug:1148353) (Michal Luscon)
- tests: removed mock patch for _, P_ (Jan Silhan)
- fixed error summary traceback (RhBug:1151740) (Jan Silhan)
- doc: swap command alternative mentioned (RhBug:1110780) (Jan Silhan)
- base: package_reinstall works only with the same package versions (Jan Silhan)
- base: package_install allows install different arch of installed package (Jan Silhan)
- base: package_downgrade prints message on failure (Jan Silhan)
- base: package_upgrade does not reinstall or downgrade (RhBug:1149972) (Jan Silhan)
- groups: searches also within localized names (RhBug:1150474) (Jan Silhan)
- Run tests with C locales. (Daniel Mach)
- Adds new motd emitter for dnf-automatic (RhBug:995537) (Kushal Das)
- Fix wrong cache directory path used to clean up binary cache (Satoshi Matsumoto)
- fix: traceback in history info <name> (RhBug: 1149952) (Tim Lauridsen)
- logging: added logrotate script for hawkey.log (RhBug:1149350) (Jan Silhan)
- output: renamed displayPkgsInGroups (Jan Silhan)
- logging: renamed log files (RhBug:1074715)" (Jan Silhan)
- comps: Environment differentiates optional and mandatory groups (Jan Silhan)
- group info handles environments (RhBug:1147523) (Jan Silhan)
- deltarpm enabled by default (RhBug:1148208) (Jan Silhan)
- doc: deplist command (Jan Silhan)
- doc: minor fixes + repo references changed (Jan Silhan)
- spec: requires rpm-plugin-systemd-inhibit (RhBug:1109927) (Jan Silhan)
* Fri Oct  3 2014 Jan Silhan <jsilhan at redhat.com> - 0.6.2-1
- transifex update (Jan Silhan)
- refactor: move MakeCacheCommand out into its own file. (Ales Kozumplik)
- api: add dnf.cli.CliError. (Ales Kozumplik)
- Update user_faq.rst (Stef Krie)
- Make --refresh play nice with lazy commands. (Ales Kozumplik)
- bash-completion: more faster completing install/remove (Igor Gnatenko)
- bash-completion: complete 'clean|groups|repolist' using help (Igor Gnatenko)
- Allow some commands to use stale metadata. (RhBug:909856) (Ales Kozumplik)
- does not install new pkgs when updating from local pkgs (RhBug:1134893) (Jan Silhan)
- doesn't upgrade packages by installing local packages (Related:RhBug:1138700) (Jan Silhan)
- refactor: repo: separate concepts of 'expiry' and 'sync strategy'. (Ales Kozumplik)
- fix: dnf.cli.util.* leaks file handles. (Ales Kozumplik)
- remove: YumRPMTransError. (Ales Kozumplik)
- rename: Base's runTransaction -> _run_transaction(). (Ales Kozumplik)
- drop unused parameter of Base.verify_transaction(). (Ales Kozumplik)
- bash-completion: new completion from scratch (RhBug:1070902) (Igor Gnatenko)
- py3: add queue.Queue to pycomp. (Ales Kozumplik)
- locking: store lockfiles with the resource they are locking. (RhBug:1124316) (Ales Kozumplik)
- groups: marks reason 'group' for packages that have no record yet (RhBug:1136584) (Jan Silhan)
- goal: renamed undefined name variable (Jan Silhan)
- refactor: split out and clean up the erase command. (Ales Kozumplik)
- py3: fix traceback in fmtColumns() on a non-subscriptable 'columns'. (Ales Kozumplik)
- groups: allow erasing depending packages on remove (RhBug:1135861) (Ales Kozumplik)
- history: fixed wrong set operation (RhBug:1136223) (Jan Silhan)
- base: does not reinstall pkgs from local rpms with install command (RhBug:1122617) (Jan Silhan)
- refactor: crypto: drop the integer keyid representation altogether. (Ales Kozumplik)
- crypto: fix importing rpmfusion keys. (RhBug:1133830) (Ales Kozumplik)
- refactor: crypto: Key is a class, not an "info" dict. (Ales Kozumplik)
- repos: fix total downloaded size reporting for cached packages. (RhBug:1121184) (Ales Kozumplik)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1150474 - dnf group install broken for locale other than en_US
        https://bugzilla.redhat.com/show_bug.cgi?id=1150474
  [ 2 ] Bug #995537 - RFE: /etc/motd emitter for yum-cron
        https://bugzilla.redhat.com/show_bug.cgi?id=995537
  [ 3 ] Bug #1149952 - Python exception thrown when searching dnf history
        https://bugzilla.redhat.com/show_bug.cgi?id=1149952
  [ 4 ] Bug #1149350 - Odd placement and no rotation of hawkey.log
        https://bugzilla.redhat.com/show_bug.cgi?id=1149350
  [ 5 ] Bug #1147523 - missing group info environment group support
        https://bugzilla.redhat.com/show_bug.cgi?id=1147523
  [ 6 ] Bug #1148208 - [rfe] enable deltarpm support by default
        https://bugzilla.redhat.com/show_bug.cgi?id=1148208
  [ 7 ] Bug #1109927 - RFE: take systemd inhibitor lock while doing operations that shouldn't be interrupted by shutdown
        https://bugzilla.redhat.com/show_bug.cgi?id=1109927
  [ 8 ] Bug #1139738 - [rfe] reposync
        https://bugzilla.redhat.com/show_bug.cgi?id=1139738
  [ 9 ] Bug #1148353 - [rfe] support glob provides in dnf/hawkey
        https://bugzilla.redhat.com/show_bug.cgi?id=1148353
  [ 10 ] Bug #1153543 - dnf bash completion hangs when trying to complete local path
        https://bugzilla.redhat.com/show_bug.cgi?id=1153543
  [ 11 ] Bug #1151231 - Broken bash completion (does not occur when dnf-plugins-core installed)
        https://bugzilla.redhat.com/show_bug.cgi?id=1151231
  [ 12 ] Bug #1163063 - dnf install with glob pattern output should be similar to yum install with glob
        https://bugzilla.redhat.com/show_bug.cgi?id=1163063
  [ 13 ] Bug #1151854 - --cacheonly is not being respected – will update the cache if expired
        https://bugzilla.redhat.com/show_bug.cgi?id=1151854
  [ 14 ] Bug #1151740 - dnf base api should not use errorSummary from dnf.cli.BaseCli
        https://bugzilla.redhat.com/show_bug.cgi?id=1151740
  [ 15 ] Bug #1110780 - dnf swap not supported
        https://bugzilla.redhat.com/show_bug.cgi?id=1110780
  [ 16 ] Bug #1149972 - update command implicitly working as reinstall
        https://bugzilla.redhat.com/show_bug.cgi?id=1149972
  [ 17 ] Bug #1144003 - [abrt] dnf: download.py:181:_get_query_source:TypeError: 'NoneType' object has no attribute '__getitem__'
        https://bugzilla.redhat.com/show_bug.cgi?id=1144003
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update dnf' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list