[rhnpush] Rebase to rhnpush-5.5.24-1.fc15 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Tue Apr 26 12:31:31 UTC 2011


commit 8b48b69e1813f3f18c78927dc480d135d6fd0fd3
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Tue Apr 26 14:31:19 2011 +0200

    Rebase to rhnpush-5.5.24-1.fc15 in rawhide.

 .gitignore   |    1 +
 rhnpush.spec |   79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 sources      |    2 +-
 3 files changed, 76 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5f42dc..bf5c632 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 rhnpush-0.4.5.tar.gz
 /rhnpush-5.5.7.tar.gz
+/rhnpush-5.5.24.tar.gz
diff --git a/rhnpush.spec b/rhnpush.spec
index 5421967..93df69f 100644
--- a/rhnpush.spec
+++ b/rhnpush.spec
@@ -5,13 +5,19 @@ Summary:       Common programs needed to be installed on the RHN servers/proxies
 Group:         Applications/System
 License:       GPLv2
 URL:           http://fedorahosted.org/spacewalk
-Version:       5.5.7
-Release:       2%{?dist}
+Version:       5.5.24
+Release:       1%{?dist}
 Source0:       https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:     noarch
-Requires:      rpm-python, rhnlib
+Requires:      rpm-python
+Requires:      rhnlib >= 2.5.38
 Requires:      spacewalk-backend-libs >= 0.8.3
+%if 0%{?rhel} && 0%{?rhel} < 5
+Requires:      up2date
+%else
+Requires:      rhn-client-tools
+%endif
 BuildRequires: docbook-utils, gettext
 
 Summary: Package uploader for the Red Hat Network Satellite Server
@@ -50,8 +56,71 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/solaris2mpm.8*
 
 %changelog
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.5.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Fri Apr 08 2011 Miroslav Suchý 5.5.24-1
+- Revert "idn_unicode_to_pune() have to return string" (msuchy at redhat.com)
+
+* Fri Apr 08 2011 Miroslav Suchý 5.5.23-1
+- update copyright years (msuchy at redhat.com)
+
+* Tue Apr 05 2011 Michael Mraka <michael.mraka at redhat.com> 5.5.22-1
+- idn_unicode_to_pune() has to return string
+- no need to define built-in constants
+- delete dead code
+
+* Fri Apr 01 2011 Miroslav Suchý 5.5.21-1
+- pass only one argument to idn_ascii_to_pune (msuchy at redhat.com)
+
+* Wed Mar 30 2011 Miroslav Suchý 5.5.20-1
+- 683200 - instead of encodings.idna use wrapper from rhn.connections, which
+  workaround corner cases
+- 683200 - rhnpush.py - convert servername from input to Pune encodings
+
+* Wed Mar 02 2011 Michael Mraka <michael.mraka at redhat.com> 5.5.19-1
+- Revertes "use size instead of archivesize"
+
+* Thu Feb 24 2011 Michael Mraka <michael.mraka at redhat.com> 5.5.18-1
+- use size instead of archivesize
+
+* Fri Feb 18 2011 Jan Pazdziora 5.5.17-1
+- Revert "Revert "get_server_capability() is defined twice in osad and rhncfg,
+  merge and move to rhnlib and make it member of rpclib.Server""
+  (msuchy at redhat.com)
+- Revert "Revert "648403 - do not create TB even on Red Hat Enterprise Linux
+  4"" (msuchy at redhat.com)
+
+* Tue Feb 01 2011 Tomas Lestach <tlestach at redhat.com> 5.5.16-1
+- Revert "648403 - do not create TB even on Red Hat Enterprise Linux 4"
+  (tlestach at redhat.com)
+
+* Tue Feb 01 2011 Tomas Lestach <tlestach at redhat.com> 5.5.15-1
+- Revert "get_server_capability() is defined twice in osad and rhncfg, merge
+  and move to rhnlib and make it member of rpclib.Server" (tlestach at redhat.com)
+
+* Tue Feb 01 2011 Miroslav Suchý <msuchy at redhat.com> 5.5.14-1
+- 648403 - do not require up2date on rhel5
+
+* Fri Jan 28 2011 Miroslav Suchý <msuchy at redhat.com> 5.5.13-1
+- get_server_capability() is defined twice in osad and rhncfg, merge and move
+  to rhnlib and make it member of rpclib.Server
+- 648403 - do not create TB even on Red Hat Enterprise Linux 4
+- 648403 - workaround missing hasCapability() on RHEL4
+- Updating the copyright years to include 2010.
+
+* Thu Dec 23 2010 Miroslav Suchý <msuchy at redhat.com> 5.5.12-1
+- 648403 - use server given on command line rather than rhnParent
+
+* Mon Dec 20 2010 Miroslav Suchý <msuchy at redhat.com> 5.5.11-1
+- 648403 - do not call getPackageChecksumBySession directly
+
+* Wed Dec 08 2010 Michael Mraka <michael.mraka at redhat.com> 5.5.10-1
+- import Fault, ResponseError and ProtocolError directly from xmlrpclib
+
+* Mon Dec 06 2010 Miroslav Suchý <msuchy at redhat.com> 5.5.9-1
+- 656746 - make _processFile and _processBatch method of UploadClass class
+  (msuchy at redhat.com)
+
+* Wed Nov 24 2010 Michael Mraka <michael.mraka at redhat.com> 5.5.8-1
+- removed unused imports
 
 * Wed Nov 03 2010 Jan Pazdziora 5.5.7-1
 - 649259 - do not fail with invalid user, if we are only testing if call exist
diff --git a/sources b/sources
index 8e29a43..a761af6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c6394108b8060cf5963cee9a9bbf395  rhnpush-5.5.7.tar.gz
+2742420230b95a86afa5a1275f7cf45f  rhnpush-5.5.24.tar.gz


More information about the scm-commits mailing list