diff --git a/.gitignore b/.gitignore index 63ae780..247cae4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,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 +/rhnpush-5.5.42.tar.gz diff --git a/rhnpush.spec b/rhnpush.spec index 70da2dd..97af43a 100644 --- a/rhnpush.spec +++ b/rhnpush.spec @@ -4,14 +4,14 @@ Name: rhnpush Group: Applications/System License: GPLv2 URL: http://fedorahosted.org/spacewalk -Version: 5.5.36 -Release: 2%{?dist} +Version: 5.5.42 +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 Requires: rhnlib >= 2.5.38 -Requires: spacewalk-backend-libs >= 0.8.3 +Requires: spacewalk-backend-libs >= 1.7.17 Requires: rhn-client-tools %if 0%{?suse_version} # provides rhn directories for filelist check in OBS @@ -56,8 +56,29 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/solaris2mpm.8* %changelog -* Sat Jan 14 2012 Fedora Release Engineering - 5.5.36-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild +* Fri Mar 02 2012 Jan Pazdziora 5.5.42-1 +- Update the copyright year info. + +* Mon Feb 20 2012 Michael Mraka 5.5.41-1 +- merged list() with parent class +- merged uploadHeaders() with parent class +- the very same newest() is defined in parent class + +* Wed Feb 08 2012 Michael Mraka 5.5.40-1 +- pylint fixes + +* Tue Feb 07 2012 Michael Mraka 5.5.39-1 +- updated uploadLib to use A_Package interface +- removed legacy code for satellite < 4.0.6 support +- converted rhnpush to use A_Package interface +- InvalidPackageError is now in rhn_pkg +- removed support for satellite < 4.1.0 + +* Mon Feb 06 2012 Michael Mraka 5.5.38-1 +- require new spacewalk-backend-libs + +* Sat Feb 04 2012 Michael Mraka 5.5.37-1 +- fixed pylint errors / warnings * Wed Dec 21 2011 Milan Zazrivec 5.5.36-1 - update copyright info diff --git a/sources b/sources index ed4ba52..3c4726c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6fbfac1ee85c10a68ce69dae04976a03 rhnpush-5.5.36.tar.gz +05bb5799d978d8956566af352b7eb437 rhnpush-5.5.42.tar.gz