[rhnlib] Rebase to rhnlib-2.5.65-1.fc19 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Mon Jul 22 07:30:41 UTC 2013


commit cb115925c5d083a2cebe19b0b1f13e44e17893f3
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Jul 22 09:30:28 2013 +0200

    Rebase to rhnlib-2.5.65-1.fc19 in rawhide.

 .gitignore  |    1 +
 rhnlib.spec |  249 +++++++++--------------------------------------------------
 sources     |    2 +-
 3 files changed, 39 insertions(+), 213 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d58cca5..2025755 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ rhnlib-2.5.24.tar.gz
 /rhnlib-2.5.49.tar.gz
 /rhnlib-2.5.51.tar.gz
 /rhnlib-2.5.55.tar.gz
+/rhnlib-2.5.65.tar.gz
diff --git a/rhnlib.spec b/rhnlib.spec
index ef5b703..1b85fb2 100644
--- a/rhnlib.spec
+++ b/rhnlib.spec
@@ -1,11 +1,11 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-Summary: Python libraries for the RHN project
+Summary: Python libraries for the Spacewalk project
 Name: rhnlib
 URL:     https://fedorahosted.org/spacewalk
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
-Version: 2.5.55
-Release: 2%{?dist}
+Version: 2.5.65
+Release: 1%{?dist}
 
 Group: Development/Libraries
 License: GPLv2
@@ -17,7 +17,7 @@ BuildArch: noarch
 BuildRequires: python-devel
 
 Requires: pyOpenSSL 
-Conflicts: rhncfg < 5.9.37
+Conflicts: rhncfg < 5.10.45
 Conflicts: spacewalk-proxy-installer < 1.3.2
 Conflicts: rhn-client-tools < 1.3.3
 Conflicts: rhn-custom-info < 5.4.7
@@ -26,8 +26,7 @@ Conflicts: rhnclient < 0.10
 Conflicts: spacewalk-proxy < 1.3.6
 
 %description
-rhnlib is a collection of python modules used by the 
-Red Hat Network (http://rhn.redhat.com) software.
+rhnlib is a collection of python modules used by the Spacewalk (http://spacewalk.redhat.com) software.
 
 
 %prep
@@ -60,8 +59,38 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.55-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+* Wed Jul 17 2013 Tomas Kasparek <tkasparek at redhat.com> 2.5.65-1
+- updating copyright years
+
+* Wed Jun 19 2013 Stephen Herr <sherr at redhat.com> 2.5.64-1
+- 947639 - rhnlib timeout fixes
+
+* Mon Jun 17 2013 Michael Mraka <michael.mraka at redhat.com> 2.5.63-1
+- removed old CVS/SVN version ids
+- more branding cleanup
+
+* Mon Jun 17 2013 Tomas Kasparek <tkasparek at redhat.com> 2.5.62-1
+- rebranding few more strings in client stuff
+
+* Wed Jun 12 2013 Tomas Kasparek <tkasparek at redhat.com> 2.5.61-1
+- Revert "947639 - new rhnlib conflicts with old spacewalk-backend"
+
+* Tue May 21 2013 Tomas Kasparek <tkasparek at redhat.com> 2.5.60-1
+- branding clean-up of rhel client stuff
+
+* Thu May 02 2013 Stephen Herr <sherr at redhat.com> 2.5.59-1
+- 947639 - new rhnlib conflicts with old spacewalk-backend
+
+* Tue Apr 09 2013 Stephen Herr <sherr at redhat.com> 2.5.58-1
+- 947639 - rhnlib update made necessary by error in rhncfg
+
+* Wed Apr 03 2013 Stephen Herr <sherr at redhat.com> 2.5.57-1
+- 947639 - Make timeout of yum-rhn-plugin calls through rhn-client-tools
+  configurable
+
+* Tue Apr 02 2013 Stephen Herr <sherr at redhat.com> 2.5.56-1
+- 947639 - make Proxy timeouts configurable
+- Purging %%changelog entries preceding Spacewalk 1.0, in active packages.
 
 * Tue Oct 30 2012 Jan Pazdziora 2.5.55-1
 - Update the copyright year.
@@ -188,207 +217,3 @@ rm -rf $RPM_BUILD_ROOT
 - Cleaning up, preparing for automatization
 - 575259 - properly set protocol type
 
-* Fri Feb 12 2010 Miroslav Suchý <msuchy at redhat.com> 2.5.22-1
-- 564299 - handle http 302 redirect request for satellite-sync
-- rpclib.py cleanup
-
-* Thu Feb 04 2010 Michael Mraka <michael.mraka at redhat.com> 2.5.21-1
-- updated copyrights
-
-* Mon Feb 01 2010 Michael Mraka <michael.mraka at redhat.com> 2.5.20-1
-- added rhnLockfile
-
-* Wed Jan 20 2010 Miroslav Suchý <msuchy at redhat.com> 2.5.19-1
-- code cleanup
-
-* Mon Dec 07 2009 Michael Mraka <michael.mraka at redhat.com> 2.5.18-1
-- moved code from rhnlib to spacewalk-backend-libs
-
-* Fri Dec  4 2009 Miroslav Suchý <msuchy at redhat.com> 2.5.17-1
-- sha256 support
-
-* Fri Dec 04 2009 Michael Mraka <michael.mraka at redhat.com> 2.5.16-1
-- added rhn_rpm and rhn_mpm 
-
-* Wed Nov 25 2009 Miroslav Suchý <msuchy at redhat.com> 2.5.15-1
-- aamt is not Null in most cases, move it more to right
-- replace len() with ==
-- count length of buffer only once in loop
-
-* Thu Nov  5 2009 Miroslav Suchy <msuchy at redhat.com> 2.5.14-1
-- fix build under opensuse
-
-* Thu Aug 06 2009 Pradeep Kilambi <pkilambi at redhat.com> 2.5.13-1
-- 
-
-* Thu May 21 2009 jesus m. rodriguez <jesusr at redhat.com> 2.5.12-1
-- merging additional spec changes and minor edits from svn (pkilambi at redhat.com)
-- 499860 Ability to define location for the temporary transport file
-  descriptors, uses /tmp by default (pkilambi at redhat.com)
-- use tempfile to create transport objects instead of an ugly loop (pkilambi at redhat.com)
-
-* Fri May  8 2009 Pradeep Kilambi <pkilambi at redhat.com> 2.2.7-2
-Resolves: #489920 #484245 #489921 #492638 #499858 #499860
-
-* Wed May 06 2009 jesus m. rodriguez <jesusr at redhat.com> 2.5.11-1
-- fixing the rpc version checks (pkilambi at redhat.com)
-- 492638, 489921, 484245 - Adding redirect support to rhnlib for rhel-5 clients
-  (pkilambi at redhat.com)
-
-* Mon Feb 23 2009 Miroslav Suchy <msuchy at redhat.com> 2.5.10-1
-- point Source0 to Fedorahosted.org
-
-* Thu Feb 12 2009 jesus m. rodriguez <jesusr at redhat.com> 2.5.9-1
-- replace "!#/usr/bin/env python" with "!#/usr/bin/python"
-
-* Tue Jan 27 2009 Dennis Gilmore <dennis at ausil.us> 2.5.8-1
-- clean up files section 
-
-* Tue Jan 27 2009 Miroslav Suchý <msuchy at redhat.com> 2.5.7-1
-- remove .egg-info file from spec - we do not provide it
-
-* Wed Jan 21 2009 Pradeep Kilambi <pkilambi at redhat.com> 2.5.6-1
-- Remove usage of version and sources files.
-
-* Tue Sep 16 2008 Pradeep Kilambi <pkilambi at redhat.com> - 2.2.6-2
-Resolves: #211394 #250303 
-
-* Fri Jun 20 2008 Devan Goodwin <dgoodwin at redhat.com> - 2.2.5-5
-- Updating for Fedora 9.
-
-* Thu Oct 05 2006 James Bowes <jbowes at redhat.com> - 2.2.5-1
-- Increase to version 2.2.5
-- Fix for #177062, #211219
-
-* Thu Oct 05 2006 James Bowes <jbowes at redhat.com> - 2.2.4-1
-- Increase to version 2.2.4
-- Fix for #211862
-
-* Thu Oct 05 2006 James Bowes <jbowes at redhat.com> - 2.2.3-1
-- Increase to version 2.2.3
-
-* Wed Sep 19 2006 James Bowes <jbowes at redhat.com> - 2.2.2-1
-- New version.
-
-* Wed Sep 13 2006 James Bowes <jbowes at redhat.com> - 2.2.1-1
-- Fix error in UserDictCase.
-
-* Wed Sep 13 2006 James Bowes <jbowes at redhat.com> - 2.2.0-1
-- Remove _httplib and _internal_xmlrpclib.
-- Stop ghosting pyo files.
-
-* Wed Jul 19 2006 James Bowes <jbowes at redhat.com> - 2.1-2
-- Explicitly list the installed files.
-
-* Tue May 02 2006 Bret McMillan <bretm at redhat.com> 2.1-1
-- Improved HTTP redirect support
-
-* Wed Nov 30 2005 Mihai Ibanescu <misa at redhat.com> 2.0-1
-- Fixed #165481 (setting socket timeouts causes uncaught SSL exceptions)
-- Fixed #143833 (memory leak in SSL, caused by the cert verification callback)
-- Finally incorporated patch from bug #135660 (basic HTTP authentication)
-
-* Fri Jul  1 2005 Joel Martin <jmartin at redhat.com> 1.8-7
-- Allow spec file to be used without Makefile (for Solaris builds)
-
-* Mon Jul 19 2004 Mihai Ibanescu <misa at redhat.com> 1.8-6
-- Fixed #128008 (internal _httplib, used with python 1.5.2, missed a
-  HTTPResponse._read_chunked)
-- Fixed a typo
-
-* Sat Jul 10 2004 Mihai Ibanescu <misa at redhat.com> 1.8-4
-- The previous fix in SSL.read uncovered a nastier bug in httplib:
-  http://python.org/sf/988120
-  Fixed it in our HTTPResponse subclass
-
-* Sat Jul  3 2004 Mihai Ibanescu <misa at redhat.com> 1.8-3
-- Fixed bug in SSL.SSLSocket.read() (blocking when less data is in a pipe that
-  has not closed yet).
-
-* Mon Jun 28 2004 Mihai Ibanescu <misa at redhat.com> 1.8-2
-- Breaking transports.Transport.request() into smaller pieces
-- Fixed a small bug in File.__del__
-
-* Thu May 20 2004 Mihai Ibanescu <misa at redhat.com> 1.7-3
-- Fixed lookupEncoding
-
-* Fri Mar  5 2004 Mihai Ibanescu <misa at redhat.com> 1.6-1
-- Rolled new version with a bunch of bug fixes
-
-* Tue Feb 10 2004 Mihai Ibanescu <misa at redhat.com> 1.5-1
-- Fixed #115318
-
-* Wed Nov  5 2003 Mihai Ibanescu <misa at redhat.com> 1.4-10
-- Compiling against python 2.3.2
-
-* Tue Oct  7 2003 Mihai Ibanescu <misa at redhat.com> 1.3-11
-- Rebuilding as an older version (for RHEL 2.1)
-
-* Thu Sep  4 2003 Mihai Ibanescu <misa at redhat.com> 1.4-1
-- Rolling out 1.4
-
-* Thu Sep  4 2003 Mihai Ibanescu <misa at redhat.com> 1.3-12
-- Fixed an error related to the decoding of XMLRPC responses
-
-* Tue Sep  2 2003 Mihai Ibanescu <misa at redhat.com> 1.3-8
-- Fixed a leaking file descriptor (bug #103488)
-
-* Fri Aug 22 2003 Mihai Ibanescu <misa at redhat.com> 1.3-7
-- Added missing BuildRequires (bug #102808)
-
-* Mon Aug 11 2003 Mihai Ibanescu <misa at redat.com> 1.3-5
-- Redirect support added
-
-* Wed Jul 16 2003 Mihai Ibanescu <misa at redhat.com> 1.2-6
-- Rebuilt
-
-* Mon Jul 14 2003 Mihai Ibanescu <misa at redhat.com> 1.2-1
-- Added download resumption, fixed header logic.
-
-* Tue Mar 18 2003 Mihai Ibanescu <misa at redhat.com> 1.0-4
-- Rebuilt for python 1.5.2
-
-* Fri Feb 21 2003 Mihai Ibanescu <misa at redhat.com>
-- Fixed bug #84803 (use OP_DONT_INSERT_EMPTY_FRAGMENTS to avoid breaking
-  non-standard SSL implementations)
-
-* Wed Feb  5 2003 Mihai Ibanescu <misa at redhat.com>
-- Fixed bug #83535 (typo)
-
-* Tue Feb  4 2003 Mihai Ibanescu <misa at redhat.com>
-- Version 1.0-2
-- Rebuild
-
-* Thu Sep  5 2002 Mihai Ibanescu <misa at redhat.com>
-- Use load_verify_locations instead of the SSL store functions, bug with
-  multiple certs in the same file
-
-* Thu Aug 29 2002 Mihai Ibanescu <misa at redhat.com>
-- Memory explosion should be fixed now.
-- File descriptor leak fixed.
-
-* Fri Aug  2 2002 Mihai Ibanscu <misa at redhat.com>
-- Removed debugging output (printing the SSL cert)
-
-* Tue Jul 30 2002 Mihai Ibanescu <misa at redhat.com>
-- User-Agent, X-Info and X-Client-Version were not present in the HTTP headers 
-
-* Tue Jul 23 2002 Mihai Ibanescu <misa at redhat.com>
-- Fixed #69518 (up2date seems to never properly reauthenticate after a auth
-   timeout)
-- Fixed the typo introduced when fixing the above bug :-)
-- Completely deprecating rhnHTTPlib: swallowed reportError
-
-* Mon Jul 22 2002 Mihai Ibanescu <misa at redhat.com>
-- Fixed #69311 (leaking file descriptors over SSL connections).
-
-* Fri Jul 19 2002 Mihai Ibanescu <misa at redhat.com>
-- Fixed some proxy-related bugs.
-- Fixed #68911 (and some other bugs that were related to this one).
-
-* Fri Jun 28 2002 Mihai Ibanescu <misa at redhat.com>
-- Added documentation files (but not too much :-)
-
-* Thu Jun 27 2002 Adrian Likins <alikins at redhat.com>
-- hack up distutils to build a sane spec file
-- make sure the SSL support always gets built 
diff --git a/sources b/sources
index 927818a..13b6f2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57475466230668e1513d4d9e0da48844  rhnlib-2.5.55.tar.gz
+1d45e53ae40fb4718f394fed23e6c389  rhnlib-2.5.65.tar.gz


More information about the scm-commits mailing list