[dnf/f18] New upstream version: 9da1268

Ales Kozumplik akozumpl at fedoraproject.org
Thu Sep 13 08:56:05 UTC 2012


commit d6e58c61a67587bb9225ff4bb14b4435dcc512cf
Author: Ales Kozumplik <ales at redhat.com>
Date:   Thu Sep 13 10:54:43 2012 +0200

    New upstream version: 9da1268

 .gitignore |    1 +
 dnf.spec   |   13 ++++++++++---
 sources    |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1eb6bc8..609e4cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /dnf-8ac0959.tar.xz
 /dnf-5dea6e7.tar.xz
 /dnf-b06d183.tar.xz
+/dnf-9da1268.tar.xz
diff --git a/dnf.spec b/dnf.spec
index db9365e..f1c3484 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,9 +1,9 @@
-%global gitrev b06d183
+%global gitrev 9da1268
 %global confdir %{_sysconfdir}/dnf
 
 Name:		dnf
-Version:	0.2.10
-Release:	2.git%{gitrev}%{?dist}
+Version:	0.2.11
+Release:	1.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
@@ -13,6 +13,7 @@ Source0:	http://akozumpl.fedorapeople.org/dnf-%{gitrev}.tar.xz
 BuildArch:	noarch
 BuildRequires:	cmake
 BuildRequires:	python2
+BuildRequires:  python-sphinx
 Requires:	python-hawkey >= 0.2.10-1
 Requires:	crontabs
 
@@ -25,6 +26,7 @@ Package manager forked from Yum, using libsolv as a dependency resolver.
 %build
 %cmake .
 make %{?_smp_mflags}
+make doc-man
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -37,8 +39,13 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %dir %{confdir}
 %config(noreplace) %{confdir}/dnf.conf
 %{_sysconfdir}/cron.hourly/dnf-makecache.cron
+%{_mandir}/man1/dnf.1.gz
 
 %changelog
+* Thu Sep 13 2012 Aleš Kozumplík <akozumpl at redhat.com> - 0.2.11-1.git9da1268
+- Make 'dnf help' work. (RhBug: 853923)
+- Add the man page. (RhBug: 853923)
+
 * Thu Aug 30 2012 Aleš Kozumplík <akozumpl at redhat.com> - 0.2.10-1.gitb06d183
 - Latest hawkey compatibilities.
 - RhBug: 852803
diff --git a/sources b/sources
index 2fa11a7..1d12586 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-846883be63ababea95b4e3dd5032d41b  dnf-b06d183.tar.xz
+015167f519a8a107bd8735c8b660e2b5  dnf-9da1268.tar.xz


More information about the scm-commits mailing list