diff --git a/.cvsignore b/.cvsignore index e69de29..460ff36 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +rhnpush-0.4.5.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..441ceab --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +rhnpush-0_4_5-1:EL-4:rhnpush-0.4.5-1.src.rpm:1235725895 diff --git a/rhnpush.spec b/rhnpush.spec new file mode 100644 index 0000000..c878f44 --- /dev/null +++ b/rhnpush.spec @@ -0,0 +1,80 @@ +%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: 0.4.5 +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 +BuildRequires: docbook-utils, gettext + +Summary: Package uploader for the Red Hat Network Satellite Server + +%description +rhnpush uploads package headers to the Red Hat Network servers into +specified channels and allows for several other channel management +operations relevant to controlling what packages are available per +channel. + +%prep +%setup -q + +%build +make -f Makefile.rhnpush all + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT/%{rhnroot} +make -f Makefile.rhnpush install PREFIX=$RPM_BUILD_ROOT ROOT=%{rhnroot} \ + MANDIR=%{_mandir} + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root) +%dir %{rhnroot}/rhnpush +%{rhnroot}/rhnpush/* +%attr(755,root,root) %{_bindir}/rhnpush +%attr(755,root,root) %{_bindir}/rpm2mpm +%attr(755,root,root) %{_bindir}/solaris2mpm +%config(noreplace) %attr(644,root,root) %{_sysconfdir}/sysconfig/rhn/rhnpushrc +%{_mandir}/man8/rhnpush.8* +%{_mandir}/man8/solaris2mpm.8* + +%changelog +* Thu Feb 26 2009 jesus m. rodriguez 0.4.5-1 +- rebuild + +* Wed Feb 25 2009 Pradeep Kilambi 0.4.4-1 +- Resolves: 487426 rhnpush should now require rhnlib + +* Fri Feb 20 2009 Miroslav Suchy 0.4.4-1 +- change builrequires from file dep. to package dep. + +* Fri Feb 20 2009 Michael Stahnke 0.4.3-1 +- Package cleanup for Fedora Inclusion + +* Thu Feb 12 2009 jesus m. rodriguez 0.4.2-1 +- replace "!#/usr/bin/env python" with "!#/usr/bin/python" +- 436332 - return an error code other than 0 if there is a mismatch +- more changes for nvrea error handling +- 241127 - Solaris patch-requires fix +- 241369 - --force and --nullorg are incompatible options +- bump up version 0.4.1 +- 461701 - don't use cached session if username is provided on commandline + +* Wed Sep 24 2008 Milan Zazrivec 0.3.1-1 +- Bumped version for spacewalk 0.3 + +* Tue Sep 2 2008 Milan Zazrivec 0.2.2-1 +- Bumped version for spacewalk 0.2 + +* Thu Nov 02 2006 James Bowes - 4.2.0-48 +- Initial seperate packaging. diff --git a/sources b/sources index e69de29..8429ecd 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9a6192a97f6e636ebaf67f8adde078f8 rhnpush-0.4.5.tar.gz