[spacewalk-admin] initial import of spacewalk-admin-1.8.3-1.fc16.src.rpm

Miroslav Suchý msuchy at fedoraproject.org
Tue Mar 27 17:47:40 UTC 2012


commit 8cff067ea46f527ecfd00c13bc0701c8eb505648
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Tue Mar 27 19:47:15 2012 +0200

    initial import of spacewalk-admin-1.8.3-1.fc16.src.rpm

 .gitignore           |    1 +
 sources              |    1 +
 spacewalk-admin.spec |  375 ++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 377 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c88df15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/spacewalk-admin-1.8.3.tar.gz
diff --git a/sources b/sources
index e69de29..713f454 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e79679659a2f19c315730a4d51ae02f8  spacewalk-admin-1.8.3.tar.gz
diff --git a/spacewalk-admin.spec b/spacewalk-admin.spec
new file mode 100644
index 0000000..79a6c51
--- /dev/null
+++ b/spacewalk-admin.spec
@@ -0,0 +1,375 @@
+%global rhnroot /%{_datadir}/rhn
+Summary: Various utility scripts and data files for RHN Satellite installations
+Name: spacewalk-admin
+URL:     https://fedorahosted.org/spacewalk
+Version: 1.8.3
+Release: 1%{?dist}
+Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
+License: GPLv2
+Group: Applications/Internet
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires: spacewalk-base
+Requires: perl-URI, perl(MIME::Base64)
+Requires: lsof
+Obsoletes: satellite-utils < 5.3.0
+Provides: satellite-utils = 5.3.0
+Obsoletes: rhn-satellite-admin < 5.3.0
+Provides: rhn-satellite-admin = 5.3.0
+BuildArch: noarch
+
+%description
+Various utility scripts and data files for Spacewalk installations.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make -f Makefile.admin install PREFIX=$RPM_BUILD_ROOT
+
+(cd $RPM_BUILD_ROOT/%{_bindir} && ln -s validate-sat-cert.pl validate-sat-cert)
+
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8/
+%{_bindir}/pod2man --section=8 man/validate-sat-cert.pod > $RPM_BUILD_ROOT%{_mandir}/man8/validate-sat-cert.8
+%{_bindir}/pod2man --section=8 rhn-config-schema.pl > $RPM_BUILD_ROOT%{_mandir}/man8/rhn-config-schema.pl.8
+%{_bindir}/pod2man --section=8 man/spacewalk-service.pod > $RPM_BUILD_ROOT%{_mandir}/man8/spacewalk-service.8
+%{_bindir}/pod2man --section=8 man/rhn-sat-restart-silent.pod > $RPM_BUILD_ROOT%{_mandir}/man8/rhn-sat-restart-silent.8
+%{_bindir}/pod2man --section=8 rhn-config-satellite.pl > $RPM_BUILD_ROOT%{_mandir}/man8/rhn-config-satellite.pl.8
+%{_bindir}/pod2man --section=8 man/rhn-generate-pem.pl.pod > $RPM_BUILD_ROOT%{_mandir}/man8/rhn-generate-pem.pl.8
+%{_bindir}/pod2man --section=8 man/rhn-deploy-ca-cert.pl.pod > $RPM_BUILD_ROOT%{_mandir}/man8/rhn-deploy-ca-cert.pl.8
+%{_bindir}/pod2man --section=8 man/rhn-install-ssl-cert.pl.pod > $RPM_BUILD_ROOT%{_mandir}/man8/rhn-install-ssl-cert.pl.8
+install -p man/rhn-satellite.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+install -p man/validate-sat-cert.pl.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+chmod 0644 $RPM_BUILD_ROOT%{_mandir}/man8/*.8*
+ln -s spacewalk-service $RPM_BUILD_ROOT%{_sbindir}/rhn-satellite
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc LICENSE
+%dir %{rhnroot}
+%{_sbindir}/spacewalk-service
+%{_sbindir}/rhn-satellite
+%{_bindir}/validate-sat-cert.pl
+%{_bindir}/validate-sat-cert
+%{_bindir}/rhn-config-satellite.pl
+%{_bindir}/rhn-config-schema.pl
+%{_bindir}/rhn-generate-pem.pl
+%{_bindir}/rhn-deploy-ca-cert.pl
+%{_bindir}/rhn-install-ssl-cert.pl
+%{_sbindir}/rhn-sat-restart-silent
+%{rhnroot}/RHN-GPG-KEY
+%{_mandir}/man8/validate-sat-cert.8*
+%{_mandir}/man8/validate-sat-cert.pl.8*
+%{_mandir}/man8/rhn-satellite.8*
+%{_mandir}/man8/rhn-config-schema.pl.8*
+%{_mandir}/man8/spacewalk-service.8*
+%{_mandir}/man8/rhn-sat-restart-silent.8*
+%{_mandir}/man8/rhn-config-satellite.pl.8*
+%{_mandir}/man8/rhn-generate-pem.pl.8*
+%{_mandir}/man8/rhn-deploy-ca-cert.pl.8*
+%{_mandir}/man8/rhn-install-ssl-cert.pl.8*
+%config(noreplace) %{_sysconfdir}/rhn/service-list
+
+%changelog
+* Tue Mar 27 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.3-1
+- 737972 - add man page for rhn-install-ssl-cert.pl
+- 737972 - add man page for rhn-deploy-ca-cert.pl
+- 737972 - add man page for rhn-generate-pem.pl
+- 737972 - fix changelog entries
+
+* Mon Mar 26 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.2-1
+- sudo and restorecon is not needed any more
+
+* Mon Mar 26 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.1-1
+- 737972 - use %%global, not %%define
+- 737972 - add license text
+- 737972 - using packages rather than filedesps
+- Bumping package versions for 1.8. (jpazdziora at redhat.com)
+
+* Fri Mar 02 2012 Jan Pazdziora <jpazdziora at redhat.com> 1.7.4-1
+- Update the copyright year info.
+
+* Fri Feb 03 2012 Jan Pazdziora <jpazdziora at redhat.com> 1.7.3-1
+- 784158 - make it possible to customize list of services managed by the
+  spacewalk-service command.
+- Purging trailing whitespaces.
+
+* Fri Feb 03 2012 Jan Pazdziora <jpazdziora at redhat.com> 1.7.2-1
+- Revert "cat /var/run/.pid nondeterministically failes with 'cat: write error:
+  Broken pipe', thus it's better to do it in two separate steps."
+
+* Thu Feb 02 2012 Michael Mraka <michael.mraka at redhat.com> 1.7.1-1
+- fixed write error: Broken pipe
+
+* Mon Dec 12 2011 Martin Minar <mminar at redhat.com> 1.6.3-1
+- On F16 some services are run using systemd. Some remain in old fashion
+  init.d. (mminar at redhat.com)
+
+* Thu Dec 08 2011 Miroslav Suchý <msuchy at redhat.com> 1.6.2-1
+- code cleanup - rhn-load-ssl-cert and rhn-sudo-load-ssl-cert are not needed
+  anymore
+
+* Tue Oct 04 2011 Miroslav Suchý <msuchy at redhat.com> 1.6.1-1
+- writing pod documentation to shell script is not smart, move it aside
+
+* Tue Jul 19 2011 Jan Pazdziora <jpazdziora at redhat.com> 1.5.5-1
+- Updating the copyright years.
+
+* Tue Jul 19 2011 Jan Pazdziora <jpazdziora at redhat.com> 1.5.4-1
+- Fixing typo.
+
+* Mon Jul 18 2011 Miroslav Suchý <msuchy at redhat.com> 1.5.3-1
+- it is recomended to not use .gz extension as this may change in future
+  (msuchy at redhat.com)
+- create man page for validate-sat-cert.pl.8 as alias for validate-sat-cert.8
+  (msuchy at redhat.com)
+- move pod documentation to man/ directory (msuchy at redhat.com)
+- add man page for rhn-config-satellite.pl (msuchy at redhat.com)
+- add man page for rhn-sat-restart-silent (msuchy at redhat.com)
+- remove warning about obsolete rhn-satellite service (msuchy at redhat.com)
+
+* Fri Apr 29 2011 Jan Pazdziora <jpazdziora at redhat.com> 1.5.2-1
+- For config files created in /etc/rhn, do chgrp apache.
+
+* Thu Apr 28 2011 Jan Pazdziora <jpazdziora at redhat.com> 1.5.1-1
+- Disable access of other to the satellite-local-rules.conf file, as it
+  contains the database password.
+
+* Wed Mar 30 2011 Jan Pazdziora <jpazdziora at redhat.com> 1.4.2-1
+- Fixing spacewalk-service start hang at waiting for tomcat.
+  (dale at fedoraproject.org)
+
+* Fri Feb 18 2011 Jan Pazdziora <jpazdziora at redhat.com> 1.4.1-1
+- Explicitly require lsof in spacewalk-admin (for spacewalk-service).
+
+* Thu Jan 20 2011 Tomas Lestach <tlestach at redhat.com> 1.3.9-1
+- updating Copyright years for year 2011 (tlestach at redhat.com)
+- Removing rhn-populate-database.pl, we now use the generic spacewalk-sql.
+  (jpazdziora at redhat.com)
+
+* Tue Jan 18 2011 Jan Pazdziora <jpazdziora at redhat.com> 1.3.8-1
+- The rhn-config-tnsnames.pl is no longer used, removing.
+- Do not call external /bin/touch to create a lockfile.
+
+* Tue Jan 11 2011 Miroslav Suchý <msuchy at redhat.com> 1.3.7-1
+- more update of spacewalk-service man page (msuchy at redhat.com)
+- Change to root directory for PostgreSQL, just like we do for sqlplus.
+  (jpazdziora at redhat.com)
+
+* Tue Jan 11 2011 Miroslav Suchý <msuchy at redhat.com> 1.3.6-1
+- add man page for spacewalk-service
+
+* Tue Jan 11 2011 Jan Pazdziora <jpazdziora at redhat.com> 1.3.5-1
+- Fixing typo -- we want to eval, not echo.
+
+* Mon Jan 10 2011 Jan Pazdziora <jpazdziora at redhat.com> 1.3.4-1
+- Wait for tomcat by default, use --no-wait-for-tomcat to skip.
+
+* Tue Dec 14 2010 Jan Pazdziora <jpazdziora at redhat.com> 1.3.3-1
+- Need to define $usage if I insist on using it.
+
+* Tue Dec 14 2010 Miroslav Suchý <msuchy at redhat.com> 1.3.2-1
+- add man page for rhn-sudo-load-ssl-cert
+- add man page for rhn-load-ssl-cert.pl
+- specify section of man page
+- create man page for rhn-config-schema.pl
+- man3 is usually used by C library functions, we should use man8
+- add man page for rhn-satellite script
+- provide rhn-satellite-admin
+- provide satellite-utils
+
+* Tue Dec 14 2010 Jan Pazdziora <jpazdziora at redhat.com> 1.3.1-1
+- We need to check the return value of GetOptions and die if the parameters
+  were not correct.
+
+* Tue Nov 02 2010 Jan Pazdziora <jpazdziora at redhat.com> 1.2.7-1
+- Update copyright years in the rest of the repo.
+
+* Tue Oct 19 2010 Jan Pazdziora <jpazdziora at redhat.com> 1.2.6-1
+- The /usr/sbin/rhn-satellite will no longer start/stop Oracle XE.
+
+* Wed Oct 13 2010 Jan Pazdziora <jpazdziora at redhat.com> 1.2.5-1
+- 631847 - in RHN Proxy 5.4 is used jabber 2.0 where user is called jabber
+  (instead of jabberd) (msuchy at redhat.com)
+
+* Tue Sep 14 2010 Jan Pazdziora <jpazdziora at redhat.com> 1.2.4-1
+- If there are some errors with overrides, exit with error code.
+
+* Thu Sep 09 2010 Jan Pazdziora <jpazdziora at redhat.com> 1.2.3-1
+- Add back support for old Spacewalk schema sources, needed for Satellite
+  schema upgrade testing.
+
+* Thu Aug 26 2010 Jan Pazdziora <jpazdziora at redhat.com> 1.2.2-1
+- 626420 - chdir to root to stop sqlplus from searching the mounted devices.
+- As we never fork now, the --nofork is obsolete, removing.
+- We do not call the schema population from WebUI, no forking.
+- The dbhome is not needed as we are using the InstantClient sqlplus.
+
+* Tue Aug 24 2010 Milan Zazrivec <mzazrivec at redhat.com> 1.2.1-1
+- make schema overrides work with new main.sql structure
+
+* Thu Jul 22 2010 Michael Mraka <michael.mraka at redhat.com> 1.1.4-1
+- 536989 - exit cleanly when run by non-root
+
+* Thu Jun 24 2010 Jan Pazdziora <jpazdziora at redhat.com> 1.1.3-1
+- To allow database population to create at least some database schema, do not
+  stop on error for now.
+
+* Mon Jun 21 2010 Jan Pazdziora <jpazdziora at redhat.com> 1.1.2-1
+- For PostgreSQL, add support for connects to nondefault port; also, avoid
+  using shell.
+- PostgreSQL can use local connection just fine, no need for host to be
+  specified.
+
+* Mon Apr 19 2010 Michael Mraka <michael.mraka at redhat.com> 1.1.1-1
+- bumping spec files to 1.1 packages
+
+* Wed Mar 24 2010 Michael Mraka <michael.mraka at redhat.com> 0.9.2-1
+- improved spacewalk-service script
+
+* Tue Feb 16 2010 Justin Sherrill <jsherril at redhat.com> 0.9.1-1
+- changing rhn-satellite service script to support tomcat6
+  (jsherril at redhat.com)
+- let's start Spacewalk 0.9 (michael.mraka at redhat.com)
+
+* Fri Jan 15 2010 Michael Mraka <michael.mraka at redhat.com> 0.8.1-1
+- rebuild for spacewalk 0.8
+
+* Tue Jul 28 2009 Devan Goodwin <dgoodwin at redhat.com> 0.6.3-1
+- Fix Oracle db population logging. (dgoodwin at redhat.com)
+
+* Mon Jul 27 2009 Devan Goodwin <dgoodwin at redhat.com> 0.6.2-1
+- Fix Oracle logging to populate-db.log. (dgoodwin at redhat.com)
+- Fix some merge errors in rhn-populate-database.pl. (dgoodwin at redhat.com)
+- Fix Oracle rhn-populate-db.pl issue. (dgoodwin at redhat.com)
+- Update spacewalk-setup to deploy new PostgreSQL schema layout.
+  (dgoodwin at redhat.com)
+
+* Mon Apr 20 2009 jesus m. rodriguez <jesusr at redhat.com> 0.6.1-1
+- bump Versions to 0.6.0 (jesusr at redhat.com)
+
+* Wed Mar 25 2009 Milan Zazrivec <mzazrivec at redhat.com> 0.5.15-1
+- rhn-satellite restarts oracle service rather than rhn-database
+
+* Wed Mar 25 2009 jesus m. rodriguez <jesusr at redhat.com> 0.5.14-1
+- some jabberd installs use jabberd, while others use jabber, check for both.
+
+* Wed Mar 25 2009 Jan Pazdziora <jpazdziora at redhat.com> 0.5.13-1
+- 491687 - wrapper around sudo rhn-load-ssl-cert.pl, to change SELinux domain
+
+* Fri Mar 13 2009 Jan Pazdziora <jpazdziora at redhat.com> 0.5.12-1
+- 486738 - change to root's home directory before running sqlplus
+
+* Wed Mar 11 2009 jesus m. rodriguez <jesusr at redhat.com> 0.5.11-1
+- added chkconfig option and improved database detection in rhn-satellite script
+
+* Thu Feb 26 2009 jesus m. rodriguez <jesusr at redhat.com> 0.5.10-1
+- fix typo
+
+* Thu Feb 19 2009 Jan Pazdziora <jpazdziora at redhat.com> 0.5.9-1
+- rhn-populate-database.pl: fix the LOGFILE logic
+
+* Wed Feb 11 2009 Dave Parker <dparker at redhat.com> 0.5.8-1
+- 484659 remove error messages due to incorrect startup sequence in sysv and rhn-satellite utility
+* Tue Feb 10 2009 Jan Pazdziora 0.5.7-1
+- rhn-config-satellite.pl: use hardlink to create original backup
+- rhn-config-satellite.pl: code cleanup
+
+* Mon Feb  9 2009 Jan Pazdziora <jpazdziora at redhat.com> 0.5.6-1
+- rhn-config-schema.pl mustn't die if the override directory does not exist
+
+* Wed Feb  4 2009 Jan Pazdziora <jpazdziora at redhat.com> 0.5.5-1
+- only run restorecon on RHEL 5+ and with SELinux enabled
+
+* Thu Jan 29 2009 Jan Pazdziora <jpazdziora at redhat.com> 0.5.4-1
+- rhn-config-schema.pl: add check that all the overrides were used
+- rhn-config-schema.pl: turn spaces (two) to tabs
+- rhn-populate-database.pl: only write to logfile if --log specified.
+- rhn-populate-database.pl: use parameter log_file in get_next_backup_filename
+- .spec changes, silence rpmlint warnings
+
+* Fri Jan 23 2009 Jan Pazdziora <jpazdziora at redhat.com> 0.5.3-1
+- add support for schema overrides
+
+* Wed Jan 21 2009 Michael Mraka <michael.mraka at redhat.com> 0.5.2-1
+- fixed branding stuff
+ 
+* Mon Jan 19 2009 Jan Pazdziora <jpazdziora at redhat.com> 0.5.1-1
+- rebuilt for 0.5, after repository reorg
+
+* Fri Jan  9 2009 Jan Pazdziora <jpazdziora at redhat.com> 0.4.8-1
+- restart "stock" httpd rather than satellite-httpd (by Milan Z.)
+
+* Thu Dec 11 2008 Michael Mraka <michael.mraka at redhat.com> 0.4.6-1
+- resolved #471225 - moved /sbin stuff to /usr/sbin
+
+* Wed Dec 10 2008 Miroslav Suchy <msuchy at redhat.com> 0.4.4-1
+- 470590 - warn user that /etc/init.d/rhn-satellite is obsolete.
+
+* Tue Dec  9 2008 Michael Mraka <michael.mraka at redhat.com> 0.4.3-1
+- fixed Obsoletes: rhns-* < 5.3.0
+
+* Wed Nov 19 2008 Devan Goodwin <dgoodwin at redhat.com> 0.4.2-1
+- Replace use of perl-crypt-OpenPGP and perl-crypt-RIPEMD160 with gpg system call.
+- Validate certificates using gpg on the command line.
+- Delete perl-Crypt-OpenPGP and perl-Crypt-RIPEMD160 packages.
+- Remove RHN::GPG.
+
+* Thu Oct 30 2008 Michael Mraka <michael.mraka at redhat.com> 0.4.1-1
+- resolved #455421 
+
+* Tue Oct 21 2008 Michael Mraka <michael.mraka at redhat.com> 0.3.2-1
+- resolved #467717 - fixed sysvinit scripts
+
+* Tue Sep 23 2008 Milan Zazrivec <mzazrivec at redhat.com> 0.3.1-1
+- fixed package obsoletes
+
+* Tue Sep  2 2008 Milan Zazrivec <mzazrivec at redhat.com> 0.2.1-1
+- bumped version for make tag-release
+
+* Tue Aug  5 2008 Jan Pazdziora <jpazdziora at redhat.com> 0.1.1-0
+- tagged for rebuild after rename, also bumping version
+
+* Mon Aug  4 2008 Miroslav Suchy <msuchy at redhat.com>
+- Renamed to spacewalk-admin
+- reworked .spec to use macros
+- fixed BuildRoot
+
+* Mon Aug  4 2008 Jan Pazdziora <jpazdziora at redhat.com> 0.1-1
+- removed version and sources files
+
+* Wed May 21 2008 Michael Mraka <michael.mraka at redhat.com> 5.2.0-3%{?dist}
+- fixed * expansion in rhn-populate-database.pl
+
+* Tue May 20 2008 Jan Pazdziora <jpazdziora at redhat.com> 5.2.0-2%{?dist}
+- rebuild via dist-cvs
+
+* Thu Dec 20 2007 Justin Sherrill <jsherril at redhat.com>
+- Adding rhn-sat-restart-silent sript in order for the webUI restart to work
+
+* Wed Oct  6 2004 Robin Norwood <rnorwood at redhat.com>
+- switch to using a Makefile instead of specifying each script
+
+* Mon Aug  2 2004 Robin Norwood <rnorwood at redhat.com>
+- add more perl scripts
+- need to change this to use a Makefile RSN
+
+* Tue Jul  6 2004 Robin Norwood <rnorwood at redhat.com>
+- add perl scripts for web based install
+
+* Fri Oct 31 2003 Chip Turner <cturner at redhat.com>
+- add symlink of validate-sat-cert -> validate-sat-cert.pl
+
+* Tue Aug 20 2002 Cristian Gafton <gafton at redhat.com>
+- make it a noarch package
+
+* Mon Jun  3 2002 Chip Turner <cturner at redhat.com>
+- new versions
+
+* Thu Apr 25 2002 Chip Turner <cturner at redhat.com>
+- Initial build.


More information about the scm-commits mailing list