[yum-rhn-plugin/f21] Update yum-rhn-plugin to 2.2.7-1 Resolves: #1115527 - don't encode proxy url if not set Resolves: #1

Miroslav Suchý msuchy at fedoraproject.org
Fri Jul 18 12:32:47 UTC 2014


commit 5051784083075a079fffa65e26806d2eaf6f1b9e
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Fri Jul 18 14:33:10 2014 +0200

    Update yum-rhn-plugin to 2.2.7-1
    Resolves: #1115527 - don't encode proxy url if not set
    Resolves: #1115527 - encode proxy url when passing it to urlgrabber
    Resolves: #1115527 - correctly initialize proxy settings for URLGrabber
    Resolves: #1051972 - report unavailable packages
    Resolves: #1051972 - don't fail if package is already installed

 .gitignore          |    1 +
 sources             |    2 +-
 yum-rhn-plugin.spec |   27 +++++++++++++++++++++++----
 3 files changed, 25 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce9315e..83ed01a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ yum-rhn-plugin-1.1.3.tar.gz
 /yum-rhn-plugin-1.9.4.tar.gz
 /yum-rhn-plugin-2.0.1.tar.gz
 /yum-rhn-plugin-2.1.7.tar.gz
+/yum-rhn-plugin-2.2.7.tar.gz
diff --git a/sources b/sources
index 80697a2..acb9337 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-da9135c888e23cf344a0215c59c8f401  yum-rhn-plugin-2.1.7.tar.gz
+c96406d2b10bab724e90e2263c3c8be9  yum-rhn-plugin-2.2.7.tar.gz
diff --git a/yum-rhn-plugin.spec b/yum-rhn-plugin.spec
index 7c46eb1..a6d000f 100644
--- a/yum-rhn-plugin.spec
+++ b/yum-rhn-plugin.spec
@@ -1,7 +1,7 @@
 Summary: Spacewalk support for yum
 Name: yum-rhn-plugin
-Version: 2.1.7
-Release: 2%{?dist}
+Version: 2.2.7
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
@@ -70,8 +70,27 @@ fi
 %doc LICENSE
 
 %changelog
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+* Fri Jul 11 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.7-1
+- fix copyright years
+
+* Thu Jul 10 2014 Tomas Kasparek <tkasparek at redhat.com> 2.2.6-1
+- Update .po and .pot files for yum-rhn-plugin.
+
+* Thu Jul 10 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.5-1
+- 1115527 - don't encode proxy url if not set
+
+* Wed Jul 09 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.4-1
+- 1115527 - encode proxy url when passing it to urlgrabber
+
+* Tue Jul 08 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.3-1
+- 1115527 - correctly initialize proxy settings for URLGrabber
+
+* Wed Jun 18 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.2-1
+- err variable needs to be initialized before assignment
+
+* Thu Jun 12 2014 Michael Mraka <michael.mraka at redhat.com> 2.2.1-1
+- 1051972 - report unavailable packages
+- 1051972 - don't fail if package is already installed
 
 * Fri Feb 14 2014 Matej Kollar <mkollar at redhat.com> 2.1.7-1
 - 1043850 - avoid insecure use of /var/tmp


More information about the scm-commits mailing list