New upstream version: 632e1eb
This commit is contained in:
parent
c914bf2264
commit
8bcdf624af
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/dnf-3f2389e.tar.xz
|
||||
/dnf-b74addd.tar.xz
|
||||
/dnf-72fd0b8.tar.xz
|
||||
/dnf-632e1eb.tar.xz
|
||||
|
6
dnf.spec
6
dnf.spec
@ -1,9 +1,9 @@
|
||||
%global gitrev 72fd0b8
|
||||
%global gitrev 632e1eb
|
||||
%global confdir %{_sysconfdir}/dnf
|
||||
|
||||
Name: dnf
|
||||
Version: 0.2.7
|
||||
Release: 4.git%{gitrev}%{?dist}
|
||||
Release: 5.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
|
||||
@ -39,7 +39,7 @@ 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
|
||||
* 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.
|
||||
- 'dnf info' now works.
|
||||
|
Loading…
Reference in New Issue
Block a user