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 - 0.2.11-1.git9da1268 +- Make 'dnf help' work. (RhBug: 853923) +- Add the man page. (RhBug: 853923) + * Thu Aug 30 2012 Aleš Kozumplík - 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