New upstream version: 832ecd1

This commit is contained in:
Ales Kozumplik 2012-09-21 15:07:06 +02:00
parent d6e58c61a6
commit 23ac535405
3 changed files with 16 additions and 5 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/dnf-5dea6e7.tar.xz /dnf-5dea6e7.tar.xz
/dnf-b06d183.tar.xz /dnf-b06d183.tar.xz
/dnf-9da1268.tar.xz /dnf-9da1268.tar.xz
/dnf-832ecd1.tar.xz

View File

@ -1,8 +1,9 @@
%global gitrev 9da1268 %global gitrev 832ecd1
%global hawkey_version 0.2.11-3
%global confdir %{_sysconfdir}/dnf %global confdir %{_sysconfdir}/dnf
Name: dnf Name: dnf
Version: 0.2.11 Version: 0.2.12
Release: 1.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
@ -14,7 +15,8 @@ BuildArch: noarch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: python2 BuildRequires: python2
BuildRequires: python-sphinx BuildRequires: python-sphinx
Requires: python-hawkey >= 0.2.10-1 BuildRequires: python-hawkey >= %{hawkey_version}
Requires: python-hawkey >= %{hawkey_version}
Requires: crontabs Requires: crontabs
%description %description
@ -32,6 +34,9 @@ make doc-man
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
%check
make ARGS="-V" test
%files %files
%doc AUTHORS README.md COPYING PACKAGE-LICENSING %doc AUTHORS README.md COPYING PACKAGE-LICENSING
%{_bindir}/dnf %{_bindir}/dnf
@ -39,9 +44,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
%dir %{confdir} %dir %{confdir}
%config(noreplace) %{confdir}/dnf.conf %config(noreplace) %{confdir}/dnf.conf
%{_sysconfdir}/cron.hourly/dnf-makecache.cron %{_sysconfdir}/cron.hourly/dnf-makecache.cron
%{_mandir}/man1/dnf.1.gz %{_mandir}/man8/dnf.8.gz
%changelog %changelog
* Fri Sep 21 2012 Aleš Kozumplík <ales@redhat.com> - 0.2.12-1.git832ecd1
- fix 'dnf --version'. (RhBug: 857710)
- Latest hawkey compatibilities.
- Run 'make check' when building the RPM.
* Thu Sep 13 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.11-1.git9da1268 * Thu Sep 13 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.11-1.git9da1268
- Make 'dnf help' work. (RhBug: 853923) - Make 'dnf help' work. (RhBug: 853923)
- Add the man page. (RhBug: 853923) - Add the man page. (RhBug: 853923)

View File

@ -1 +1 @@
015167f519a8a107bd8735c8b660e2b5 dnf-9da1268.tar.xz cf229a34ef9627e2c209e310043ebc3b dnf-832ecd1.tar.xz