New upstream version: eff4c49
This commit is contained in:
parent
c17dfe6ae9
commit
8dbb6735f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
|||||||
/dnf-f8bdc98.tar.xz
|
/dnf-f8bdc98.tar.xz
|
||||||
/dnf-da9f862.tar.xz
|
/dnf-da9f862.tar.xz
|
||||||
/dnf-85524ae.tar.xz
|
/dnf-85524ae.tar.xz
|
||||||
|
/dnf-eff4c49.tar.xz
|
||||||
|
19
dnf.spec
19
dnf.spec
@ -1,12 +1,12 @@
|
|||||||
%global gitrev 85524ae
|
%global gitrev eff4c49
|
||||||
%global hawkey_version 0.3.14
|
%global hawkey_version 0.3.14
|
||||||
%global librepo_version 0.0.4
|
%global librepo_version 0.0.4
|
||||||
|
|
||||||
%global confdir %{_sysconfdir}/dnf
|
%global confdir %{_sysconfdir}/dnf
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 0.3.8
|
Version: 0.3.9
|
||||||
Release: 2.git%{gitrev}%{?dist}
|
Release: 1.git%{gitrev}%{?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
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
@ -74,6 +74,19 @@ make ARGS="-V" test
|
|||||||
%systemd_postun_with_restart dnf-makecache.timer
|
%systemd_postun_with_restart dnf-makecache.timer
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Thu Jul 4 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.9-1.giteff4c49
|
||||||
|
- fix: errors handling messages in do_transaction(). (RhBug:981310) (Ales Kozumplik)
|
||||||
|
- fix: typo in 2b4c085 (Ales Kozumplik)
|
||||||
|
- fix: unhandled OSError exceptions if MD was renewed during transaction (RhBug:980227) (Ales Kozumplik)
|
||||||
|
- remove: update_md.py (Ales Kozumplik)
|
||||||
|
- fix: traceback expiring no longer valid repos. (RhBug:979942) (Ales Kozumplik)
|
||||||
|
- fix: traceback: accessing base.history from download_packages(). (Ales Kozumplik)
|
||||||
|
- api: Base.build_repo factory method. (Ales Kozumplik)
|
||||||
|
- python3: absolute imports in cli.main (Ales Kozumplik)
|
||||||
|
- refactor: KeyboardInterrupt handling in cli.main. (Ales Kozumplik)
|
||||||
|
- repo: pass substituting variables down into librepo's Handle. (RhBug:964584) (Ales Kozumplik)
|
||||||
|
|
||||||
* Mon Jun 24 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.8-1.git85524ae
|
* Mon Jun 24 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.8-1.git85524ae
|
||||||
- fix: tracebacks when installing to an empty installroot (RhBug:975858) (Ales Kozumplik)
|
- fix: tracebacks when installing to an empty installroot (RhBug:975858) (Ales Kozumplik)
|
||||||
- doc: 'dnf erase kernel' erases all the kernels. (Ales Kozumplik)
|
- doc: 'dnf erase kernel' erases all the kernels. (Ales Kozumplik)
|
||||||
|
Loading…
Reference in New Issue
Block a user