New upstream version: 8ac0959
This commit is contained in:
parent
8bcdf624af
commit
567f14efe4
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/dnf-b74addd.tar.xz
|
||||
/dnf-72fd0b8.tar.xz
|
||||
/dnf-632e1eb.tar.xz
|
||||
/dnf-8ac0959.tar.xz
|
||||
|
9
dnf.spec
9
dnf.spec
@ -1,9 +1,9 @@
|
||||
%global gitrev 632e1eb
|
||||
%global gitrev 8ac0959
|
||||
%global confdir %{_sysconfdir}/dnf
|
||||
|
||||
Name: dnf
|
||||
Version: 0.2.7
|
||||
Release: 5.git%{gitrev}%{?dist}
|
||||
Release: 6.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,7 +13,7 @@ Source0: http://akozumpl.fedorapeople.org/dnf-%{gitrev}.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: python2
|
||||
Requires: python-hawkey >= 0.2.7-1
|
||||
Requires: python-hawkey >= 0.2.8-1
|
||||
Requires: crontabs
|
||||
|
||||
%description
|
||||
@ -39,6 +39,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_sysconfdir}/cron.hourly/dnf-makecache.cron
|
||||
|
||||
%changelog
|
||||
* Mon Aug 6 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.7-6.git8ac0959
|
||||
- Maintenance build to conform the new hawkey repo loading APIs.
|
||||
|
||||
* Tue Jul 24 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.7-5.git632e1eb
|
||||
- Clean dependencies during 'dnf erase'.
|
||||
- fixed: readline problems under pdb.
|
||||
|
Loading…
Reference in New Issue
Block a user