New upstream version (b74addd)
This commit is contained in:
parent
74edd96bb2
commit
d3a726a379
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/dnf-3f2389e.tar.xz
|
/dnf-3f2389e.tar.xz
|
||||||
|
/dnf-b74addd.tar.xz
|
||||||
|
7
dnf.spec
7
dnf.spec
@ -1,9 +1,9 @@
|
|||||||
%global gitrev 3f2389e
|
%global gitrev b74addd
|
||||||
%global confdir %{_sysconfdir}/dnf
|
%global confdir %{_sysconfdir}/dnf
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 0.2.7
|
Version: 0.2.7
|
||||||
Release: 1.git%{gitrev}%{?dist}
|
Release: 2.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
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
@ -39,6 +39,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{_sysconfdir}/cron.hourly/dnf-makecache.cron
|
%{_sysconfdir}/cron.hourly/dnf-makecache.cron
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 16 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.7-2.gitb74addd
|
||||||
|
- Add missing rpmUtils.error.
|
||||||
|
|
||||||
* Mon Jul 16 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.7-1.git3f2389e
|
* Mon Jul 16 2012 Aleš Kozumplík <akozumpl@redhat.com> - 0.2.7-1.git3f2389e
|
||||||
- First Fedora rawhide build.
|
- First Fedora rawhide build.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user