[dnf] New upstream version: 91ba5e0

Ales Kozumplik akozumpl at fedoraproject.org
Wed Apr 17 13:17:18 UTC 2013


commit eabac4ed54015dd5acd88e2cc2323cf7353366be
Author: Ales Kozumplik <ales at redhat.com>
Date:   Wed Apr 17 15:17:12 2013 +0200

    New upstream version: 91ba5e0

 .gitignore |    1 +
 dnf.spec   |    8 +++++---
 sources    |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb4be77..9c50cf3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /dnf-7b1d503.tar.xz
 /dnf-f3818b4.tar.xz
 /dnf-8b435e9.tar.xz
+/dnf-91ba5e0.tar.xz
diff --git a/dnf.spec b/dnf.spec
index 3ad96b9..eeca3fd 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -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 at redhat.com> - 0.3.3-1.git8b435e9
+* Wed Apr 17 2013 Aleš Kozumplík <ales at 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)
diff --git a/sources b/sources
index 2320263..0ebe980 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d57d4dc8c58aa24ae460e460cc4e5605  dnf-8b435e9.tar.xz
+29be9f2b8ef12eea2ebf745acf379617  dnf-91ba5e0.tar.xz


More information about the scm-commits mailing list