[dnf] New minor build of upstream e7d9c11

Ales Kozumplik akozumpl at fedoraproject.org
Wed Jan 30 08:37:31 UTC 2013


commit f576d429353c99f7fdef74266b496243403106fb
Author: Ales Kozumplik <ales at redhat.com>
Date:   Wed Jan 30 09:28:31 2013 +0100

    New minor build of upstream e7d9c11

 .gitignore |    1 +
 dnf.spec   |   18 +++++++++++++++---
 sources    |    2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9ec7e1f..8adb029 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /dnf-3701ad6.tar.xz
 /dnf-b901926.tar.xz
 /dnf-dec970f.tar.xz
+/dnf-e7d9c11.tar.xz
diff --git a/dnf.spec b/dnf.spec
index 209f36f..22bb7e7 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,10 +1,10 @@
-%global gitrev dec970f
-%global hawkey_version 0.3.6
+%global gitrev e7d9c11
+%global hawkey_version 0.3.6-2
 %global confdir %{_sysconfdir}/dnf
 
 Name:		dnf
 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
 Group:		System Environment/Base
 # For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -52,6 +52,18 @@ make ARGS="-V" test
 %{_mandir}/man8/dnf.8.gz
 
 %changelog
+* Wed Jan 30 2013 Aleš Kozumplík <ales at 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 at redhat.com> - 0.2.20-1.gitdec970f
 - fix '--exclude' command-line option (related RhBug:871892)
 - Introduce --best switch to force trying latest packages in transactions ( RhBug:882211)
diff --git a/sources b/sources
index c342ec6..d3a51b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50eb9cba1c2a503539b7c82aa3659856  dnf-dec970f.tar.xz
+6df997bbc45d6bb428cbc8ba383786d6  dnf-e7d9c11.tar.xz


More information about the scm-commits mailing list