New upstream version: 72fd0b8
This commit is contained in:
parent
c049dc7739
commit
c914bf2264
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/dnf-3f2389e.tar.xz
|
||||
/dnf-b74addd.tar.xz
|
||||
/dnf-72fd0b8.tar.xz
|
||||
|
12
dnf.spec
12
dnf.spec
@ -1,9 +1,9 @@
|
||||
%global gitrev b74addd
|
||||
%global gitrev 72fd0b8
|
||||
%global confdir %{_sysconfdir}/dnf
|
||||
|
||||
Name: dnf
|
||||
Version: 0.2.7
|
||||
Release: 3.git%{gitrev}%{?dist}
|
||||
Release: 4.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.6-1
|
||||
Requires: python-hawkey >= 0.2.7-1
|
||||
Requires: crontabs
|
||||
|
||||
%description
|
||||
@ -39,6 +39,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_sysconfdir}/cron.hourly/dnf-makecache.cron
|
||||
|
||||
%changelog
|
||||
* Tue Jul 24 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.7-4.git72fd0b8
|
||||
- Clean dependencies during 'dnf erase'.
|
||||
- fixed: readline problems under pdb.
|
||||
- 'dnf info' now works.
|
||||
- removal: yum.sqlitesack, yum.packageSack and RPMDBPackageSack.
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.7-3.gitb74addd
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user