[yum-presto] Fix display bug when presto removes one deltarpm when running yum clean all (#735649)

Jonathan Dieter jdieter at fedoraproject.org
Fri Oct 14 23:27:48 UTC 2011


commit 33f1d00bd11f8a07e529dfbaed2c15b01e82b151
Author: Jonathan Dieter <jdieter at lesbg.com>
Date:   Fri Oct 14 16:27:37 2011 -0700

    Fix display bug when presto removes one deltarpm when running yum clean
    all (#735649)
    
    Signed-off-by: Jonathan Dieter <jdieter at lesbg.com>

 .gitignore      |    1 +
 sources         |    2 +-
 yum-presto.spec |    6 +++++-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c48f1b2..0d3eda6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 yum-presto-0.6.2.tar.bz2
 /yum-presto-0.7.0.tar.bz2
+/yum-presto-0.7.1.tar.bz2
diff --git a/sources b/sources
index ea9ccbe..384a2a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18dcaa262138e369c3d0f35b93385de5  yum-presto-0.7.0.tar.bz2
+81f3ae7ec5152eb7358ad348a4cb11e4  yum-presto-0.7.1.tar.bz2
diff --git a/yum-presto.spec b/yum-presto.spec
index 49350aa..7200fd9 100644
--- a/yum-presto.spec
+++ b/yum-presto.spec
@@ -2,7 +2,7 @@
 
 Summary: Presto plugin for yum
 Name: yum-presto
-Version: 0.7.0
+Version: 0.7.1
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools
@@ -45,6 +45,10 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/presto.conf
 
 %changelog
+* Fri Oct 14 2011 Jonathan Dieter <jdieter at lesbg.com> - 0.7.1-1
+- Fix display bug when presto removes one deltarpm when running yum clean all
+  (#735649)
+
 * Thu Jul  7 2011 Jonathan Dieter <jdieter at lesbg.com> - 0.7.0-1
 - Don't download prestodelta.xml when its size is larger than the updated rpms
 - Only download prestodelta.xml when doing updates (#664864)


More information about the scm-commits mailing list