[spacewalk-certs-tools] Rebase to spacewalk-certs-tools-2.0.1-1.fc19 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Mon Jul 22 07:57:36 UTC 2013


commit 9ae1095210109446737caffec6bff6bf6198a3c8
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Jul 22 09:57:13 2013 +0200

    Rebase to spacewalk-certs-tools-2.0.1-1.fc19 in rawhide.

 .gitignore                 |    1 +
 sources                    |    2 +-
 spacewalk-certs-tools.spec |  148 ++++++++++----------------------------------
 3 files changed, 35 insertions(+), 116 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74d157c..bbcbc14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ spacewalk-certs-tools-1.1.1.tar.gz
 /spacewalk-certs-tools-1.7.3.tar.gz
 /spacewalk-certs-tools-1.8.4.tar.gz
 /spacewalk-certs-tools-1.9.5.tar.gz
+/spacewalk-certs-tools-2.0.1.tar.gz
diff --git a/sources b/sources
index de73fdb..d162c07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9865c1f133c11cf8c893e4be0539ef88  spacewalk-certs-tools-1.9.5.tar.gz
+609da8b2e47bcc0344fd7c4358690f5c  spacewalk-certs-tools-2.0.1.tar.gz
diff --git a/spacewalk-certs-tools.spec b/spacewalk-certs-tools.spec
index 52c46ab..9f4f9a9 100644
--- a/spacewalk-certs-tools.spec
+++ b/spacewalk-certs-tools.spec
@@ -2,7 +2,7 @@ Name: spacewalk-certs-tools
 Summary: Spacewalk SSL Key/Cert Tool
 Group: Applications/Internet
 License: GPLv2
-Version: 1.9.5
+Version: 2.0.1
 Release: 1%{?dist}
 URL:      https://fedorahosted.org/spacewalk 
 Source0:  https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
@@ -12,6 +12,7 @@ Requires: openssl rpm-build
 Requires: rhn-client-tools
 Requires: tar
 Requires: spacewalk-backend-libs >= 0.8.28
+Requires: /usr/bin/sudo
 BuildRequires: docbook-utils
 BuildRequires: python
 Obsoletes: rhns-certs < 5.3.0
@@ -56,6 +57,37 @@ rm -rf $RPM_BUILD_ROOT
 %{_var}/www/html/pub/bootstrap/client_config_update.py*
 
 %changelog
+* Wed Jul 17 2013 Tomas Kasparek <tkasparek at redhat.com> 2.0.1-1
+- Bumping package versions for 2.0.
+
+* Wed Jul 17 2013 Tomas Kasparek <tkasparek at redhat.com> 1.10.8-1
+- updating copyright years
+
+* Wed Jun 26 2013 Tomas Kasparek <tkasparek at redhat.com> 1.10.7-1
+- product name fix
+
+* Tue Jun 25 2013 Tomas Kasparek <tkasparek at redhat.com> 1.10.6-1
+- simplify product name logic
+
+* Tue Jun 25 2013 Tomas Kasparek <tkasparek at redhat.com> 1.10.5-1
+- minor branding cleanup
+
+* Mon Jun 17 2013 Michael Mraka <michael.mraka at redhat.com> 1.10.4-1
+- branding fixes in man pages
+- more branding cleanup
+
+* Wed Jun 12 2013 Tomas Kasparek <tkasparek at redhat.com> 1.10.3-1
+- rebranding RHN Proxy to Red Hat Proxy
+- rebrading RHN Satellite to Red Hat Satellite
+
+* Tue May 21 2013 Tomas Kasparek <tkasparek at redhat.com> 1.10.2-1
+- misc branding clean up
+
+* Mon Mar 25 2013 Jan Dobes <jdobes at redhat.com> 1.10.1-1
+- Adding sudo Requires for spacewalk-certs-tools package
+- Bumping package versions for 1.9
+- Purging %%changelog entries preceding Spacewalk 1.0, in active packages.
+
 * Thu Feb 28 2013 Jan Pazdziora 1.9.5-1
 - Removing the dsn parameter from initDB, removing support for --db option.
 
@@ -146,117 +178,3 @@ rm -rf $RPM_BUILD_ROOT
 * Mon Apr 19 2010 Michael Mraka <michael.mraka at redhat.com> 1.1.1-1
 - bumping spec files to 1.1 packages
 
-* Tue Apr 13 2010 Jan Pazdziora 0.9.2-1
-- Use tempfile.TemporaryFile and os.path.abspath, to avoid the need for
-  spacewalk.common.fileutils in client_config_update.py.
-
-* Wed Feb 24 2010 Michael Mraka <michael.mraka at redhat.com> 0.9.1-1
-- 567271 - fixed import
-
-* Thu Feb 04 2010 Michael Mraka <michael.mraka at redhat.com> 0.8.7-1
-- updated copyrights
-
-* Mon Jan 25 2010 Michael Mraka <michael.mraka at redhat.com> 0.8.6-1
-- dead code / imports
-
-* Fri Jan 15 2010 Michael Mraka <michael.mraka at redhat.com> 0.8.5-1
-- fixed build error
-
-* Thu Jan 14 2010 Michael Mraka <michael.mraka at redhat.com> 0.8.4-1
-- removed duplicated code
-
-* Mon Dec 14 2009 Michael Mraka <michael.mraka at redhat.com> 0.8.3-1
-- fixed namespace of rhn_rpm
-- removed dead code
-
-* Mon Dec 07 2009 Michael Mraka <michael.mraka at redhat.com> 0.8.2-1
-- moved code from rhnlib to spacewalk-backend-libs
-
-* Fri Dec 04 2009 Michael Mraka <michael.mraka at redhat.com> 0.8.1-1
-- rhn_rpm/rhn_mpm moved to rhnlib
-- bumping Version to 0.8.0
-
-* Wed Nov 18 2009 Miroslav Suchý <msuchy at redhat.com> 0.7.2-1
-- 538046 - Polish the spec according Fedora Packaging Guidelines
-
-* Tue Nov 17 2009 Miroslav Suchy <msuchy at redhat.com> 0.7.1-1
-- fix rpmlint warnings
-
-* Wed May 06 2009 jesus m. rodriguez <jesusr at redhat.com> 0.6.3-1
-- adding optional way to specify profile name. (satoru.satoh at gmail.com)
-- 497110 - Don't assume jabberd is installed in rhn-ssl-tool (dgoodwin at redhat.com)
-
-* Thu Apr 23 2009 jesus m. rodriguez <jesusr at redhat.com> 0.6.2-1
-- 465622 - setup config file deployment when it's due (mzazrivec at redhat.com)
-
-* Wed Apr 22 2009 jesus m. rodriguez <jesusr at redhat.com> 0.6.1-1
-- bump Versions to 0.6.0 (jesusr at redhat.com)
-- update copyright and licenses (jesusr at redhat.com)
-
-* Fri Mar 27 2009 Devan Goodwin <dgoodwin at redhat.com> 0.5.5-1
-- Update for new jabberd cert location, and possiblity of jabber user instead of jabberd.
-
-* Wed Mar 25 2009 Jan Pazdziora 0.5.4-1
-- 491687 - wrapper around sudo /usr/bin/rhn-ssl-tool, to change SELinux domain
-
-* Fri Mar 13 2009 Miroslav Suchy <msuchy at redhat.com> 0.5.3-1
-- put Provides to satisfy older Proxies
-
-* Thu Feb 05 2009 jesus m. rodriguez <jesusr at redhat.com> 0.5.2-1
-- replace "!#/usr/bin/env python" with "!#/usr/bin/python"
-
-* Mon Jan 19 2009 Jan Pazdziora 0.5.1-1
-- rebuilt for 0.5, after repository reorg
-
-* Tue Dec  9 2008 Michael Mraka <michael.mraka at redhat.com> 0.4.2-1
-- fixed Obsoletes: rhns-* < 5.3.0
-
-* Tue Sep 23 2008 Milan Zazrivec 0.3.1-1
-- fixed package obsoletes
-
-* Tue Sep  2 2008 Milan Zazrivec 0.2.2-1
-- Bumped version for tag-release
-
-* Tue Aug 18 2008 Mike McCune <mmccune at redhat.com> 0.2-1
-- get rid of python-optik
-
-* Tue Aug  5 2008 Miroslav Suchy <msuchy at redhat.com> 0.2-0
-- Rename to spacewalk-certs-tools
-- clean up spec
-
-* Mon Aug  4 2008 Jan Pazdziora 0.1-1
-- removed version and sources files
-
-* Wed May 28 2008 Jan Pazdziora 5.2.0-2
-- fix for padding L on RHEL 5
-
-* Wed May 21 2008 Jan Pazdziora - 5.2.0-1
-- rebuild in dist-cvs.
-
-* Wed Mar 07 2007 Pradeep Kilambi <pkilambi at redhat.com> - 5.0.0-1
-- adding dist tag
-
-* Fri Dec 01 2006 Ryan Newberry <rnewberr at redhat.com> 
-- adding docbook2man to build requires
-
-* Mon Dec 20 2004 Todd Warner <taw at redhat.com> 3.6.0
-- requirement added: python-optik (bug: 143413)
-
-* Tue Jul 06 2004 Todd Warner <taw at redhat.com>
-- rhn-bootstrap and associated files added.
-
-* Tue Apr 20 2004 Todd Warner <taw at redhat.com>
-- added rhn-ssl-tool and associated modules
-- using a Makefile which builds a tarball now.
-- added man page
-- added __init__.py*
-- GPLed this code. No reason to do otherwise.
-
-* Tue Aug 20 2002 Cristian Gafton <gafton at redhat.com>
-- update for the new build system
-
-* Tue May 21 2002 Cristian Gafton <gafton at redhat.com>
-- no more RHNS
-
-* Tue May 14 2002 Todd Warner <taw at redhat.com>
-- Initial.


More information about the scm-commits mailing list