diff --git a/.gitignore b/.gitignore index bf5c632..63ae780 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ rhnpush-0.4.5.tar.gz /rhnpush-5.5.7.tar.gz /rhnpush-5.5.24.tar.gz +/rhnpush-5.5.36.tar.gz diff --git a/rhnpush.spec b/rhnpush.spec index 93df69f..5638899 100644 --- a/rhnpush.spec +++ b/rhnpush.spec @@ -1,11 +1,10 @@ %define rhnroot %{_datadir}/rhn Name: rhnpush -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.24 +Version: 5.5.36 Release: 1%{?dist} Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -13,12 +12,13 @@ BuildArch: noarch 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 +%if 0%{?suse_version} +# provides rhn directories for filelist check in OBS +BuildRequires: rhn-client-tools %endif BuildRequires: docbook-utils, gettext +BuildRequires: python-devel Summary: Package uploader for the Red Hat Network Satellite Server @@ -56,6 +56,52 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/solaris2mpm.8* %changelog +* Wed Dec 21 2011 Milan Zazrivec 5.5.36-1 +- update copyright info + +* Tue Nov 29 2011 Michael Mraka 5.5.35-1 +- removed dead functions + +* Thu Nov 24 2011 Michael Mraka 5.5.34-1 +- replaced external zip with zipfile module +- replaced external tar with tarfile module +- don't call os.path.join() over and over +- don't read 2GB file into memory at once +- don't hide original error message +- replaced external unzip with zipfile module + +* Wed Oct 19 2011 Michael Mraka 5.5.33-1 +- removed test for already removed object_has_attr() +- removed dead function object_has_attr() + +* Thu Aug 11 2011 Miroslav Suchý 5.5.32-1 +- True and False constants are defined since python 2.4 +- do not mask original error by raise in execption + +* Thu Jul 28 2011 Jan Pazdziora 5.5.31-1 +- removing unnecessarry summary line from rhnpush.spec (lzap+git@redhat.com) + +* Fri Jul 22 2011 Jan Pazdziora 5.5.30-1 +- We always have rhnserver (no longer building for RHEL 4-). +- We only support version 5 and newer of RHEL, removing conditions for old + versions. + +* Fri Jul 15 2011 Miroslav Suchý 5.5.29-1 +- optparse is here since python 2.3 - remove optik (msuchy@redhat.com) + +* Tue Jun 21 2011 Jan Pazdziora 5.5.28-1 +- 559092 - recognize both new and old patch clusters (michael.mraka@redhat.com) +- 485880 - put -N option to SYNOPSIS as well (msuchy@redhat.com) + +* Thu May 05 2011 Miroslav Suchý 5.5.27-1 +- do not test if rhnParent can handle session caching + +* Fri Apr 15 2011 Jan Pazdziora 5.5.26-1 +- build rhnpush on SUSE (mc@suse.de) + +* Tue Apr 12 2011 Miroslav Suchý 5.5.25-1 +- build rhnpush on SUSE (mc@suse.de) + * Fri Apr 08 2011 Miroslav Suchý 5.5.24-1 - Revert "idn_unicode_to_pune() have to return string" (msuchy@redhat.com) diff --git a/sources b/sources index a761af6..ed4ba52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2742420230b95a86afa5a1275f7cf45f rhnpush-5.5.24.tar.gz +6fbfac1ee85c10a68ce69dae04976a03 rhnpush-5.5.36.tar.gz