New upstream version: 91ba5e0

This commit is contained in:
Ales Kozumplik 2013-04-17 15:17:12 +02:00
parent 30bca2c8f1
commit eabac4ed54
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/dnf-7b1d503.tar.xz
/dnf-f3818b4.tar.xz
/dnf-8b435e9.tar.xz
/dnf-91ba5e0.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 8b435e9
%global gitrev 91ba5e0
%global hawkey_version 0.3.10
%global librepo_version 0.0.2-3.20130408git720d68d%{dist}
@ -6,7 +6,7 @@
Name: dnf
Version: 0.3.3
Release: 1.git%{gitrev}%{?dist}
Release: 3.git%{gitrev}%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base
# For a breakdown of the licensing, see PACKAGE-LICENSING
@ -65,6 +65,8 @@ make ARGS="-V" test
%post
%systemd_post dnf-makecache.timer
systemctl enable dnf-makecache.timer
systemctl start dnf-makecache.timer
%preun
%systemd_preun dnf-makecacache.timer
@ -73,7 +75,7 @@ make ARGS="-V" test
%systemd_postun_with_restart dnf-makecache.timer
%changelog
* Wed Apr 17 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.3-1.git8b435e9
* Wed Apr 17 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.3-3.git91ba5e0
- packaging: do not run 'systemctl' to enable the timer service manually. (Ales Kozumplik)
- cosmetic: trailing whitespace in dnf/cli/callback.py (Ales Kozumplik)
- UI: call updates upgrades. (RhBug:903775) (Ales Kozumplik)

View File

@ -1 +1 @@
d57d4dc8c58aa24ae460e460cc4e5605 dnf-8b435e9.tar.xz
29be9f2b8ef12eea2ebf745acf379617 dnf-91ba5e0.tar.xz