New upstream version: c1716d7
This commit is contained in:
parent
ac33cabb78
commit
cd8e9778ce
11
dnf.spec
11
dnf.spec
@ -6,8 +6,8 @@
|
|||||||
%global confdir %{_sysconfdir}/dnf
|
%global confdir %{_sysconfdir}/dnf
|
||||||
|
|
||||||
Name: dnf
|
Name: dnf
|
||||||
Version: 0.4.2
|
Version: 0.4.3
|
||||||
Release: 2.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
|
||||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||||
@ -51,8 +51,8 @@ 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
|
%check
|
||||||
# make ARGS="-V" test
|
make ARGS="-V" test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS README.rst COPYING PACKAGE-LICENSING
|
%doc AUTHORS README.rst COPYING PACKAGE-LICENSING
|
||||||
@ -77,9 +77,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
* Wed Oct 2 2013 Aleš Kozumplík <ales@redhat.com> - 0.4.2-2.gitc1716d7
|
|
||||||
- packaging: require GTE versions of dependencies. (Ales Kozumplik)
|
|
||||||
|
|
||||||
* Tue Oct 1 2013 Aleš Kozumplík <ales@redhat.com> - 0.4.2-1.gitc1716d7
|
* Tue Oct 1 2013 Aleš Kozumplík <ales@redhat.com> - 0.4.2-1.gitc1716d7
|
||||||
- always enable LRO_FASTESTMIRROR (Zdenek Pavlas)
|
- always enable LRO_FASTESTMIRROR (Zdenek Pavlas)
|
||||||
- progress: add "err" argument to end() callback, merge with failure() (Zdenek Pavlas)
|
- progress: add "err" argument to end() callback, merge with failure() (Zdenek Pavlas)
|
||||||
|
Loading…
Reference in New Issue
Block a user