New minor build of upstream e7d9c11

This commit is contained in:
Ales Kozumplik 2013-01-30 09:28:31 +01:00
parent d24102ec1c
commit f576d42935
3 changed files with 17 additions and 4 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/dnf-3701ad6.tar.xz /dnf-3701ad6.tar.xz
/dnf-b901926.tar.xz /dnf-b901926.tar.xz
/dnf-dec970f.tar.xz /dnf-dec970f.tar.xz
/dnf-e7d9c11.tar.xz

View File

@ -1,10 +1,10 @@
%global gitrev dec970f %global gitrev e7d9c11
%global hawkey_version 0.3.6 %global hawkey_version 0.3.6-2
%global confdir %{_sysconfdir}/dnf %global confdir %{_sysconfdir}/dnf
Name: dnf Name: dnf
Version: 0.2.20 Version: 0.2.20
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
@ -52,6 +52,18 @@ make ARGS="-V" test
%{_mandir}/man8/dnf.8.gz %{_mandir}/man8/dnf.8.gz
%changelog %changelog
* Wed Jan 30 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.20-2.gite7d9c11
- cosmetic: trailing whitespace in dnf.yum.callbacks (Ales Kozumplik)
- rename 'YumBase' to 'Base'. (Ales Kozumplik)
- remove base.yumvar property. (Ales Kozumplik)
- Get rid of preconf. (Ales Kozumplik)
- BaseConfig.overrides() (Ales Kozumplik)
- YumOptionParser._non_nones2dict() (Ales Kozumplik)
- cosmetic: trailing whitespace in dnf.yum.parser (Ales Kozumplik)
- Make the Base object accessible from the toplevel 'dnf' module. (Ales Kozumplik)
- Config option for the default userinput answer. (Ales Kozumplik)
- tests: reflect changes to querying updates in hawkey commit 961ca40. (Ales Kozumplik)
* Fri Jan 18 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.20-1.gitdec970f * Fri Jan 18 2013 Aleš Kozumplík <ales@redhat.com> - 0.2.20-1.gitdec970f
- fix '--exclude' command-line option (related RhBug:871892) - fix '--exclude' command-line option (related RhBug:871892)
- Introduce --best switch to force trying latest packages in transactions ( RhBug:882211) - Introduce --best switch to force trying latest packages in transactions ( RhBug:882211)

View File

@ -1 +1 @@
50eb9cba1c2a503539b7c82aa3659856 dnf-dec970f.tar.xz 6df997bbc45d6bb428cbc8ba383786d6 dnf-e7d9c11.tar.xz