rpms/spacewalk-certs-tools/F-12 import.log, NONE, 1.1 spacewalk-certs-tools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý msuchy at fedoraproject.org
Fri Nov 27 12:32:47 UTC 2009


Author: msuchy

Update of /cvs/pkgs/rpms/spacewalk-certs-tools/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24004/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	import.log spacewalk-certs-tools.spec 
Log Message:
Import initial version of spacewalk-certs-tools-0.7.2-1  to F-12 branch.



--- NEW FILE import.log ---
spacewalk-certs-tools-0_7_2-1:F-12:spacewalk-certs-tools-0.7.2-1.src.rpm:1259325119


--- NEW FILE spacewalk-certs-tools.spec ---
Name: spacewalk-certs-tools
Summary: Spacewalk SSL Key/Cert Tool
Group: Applications/Internet
License: GPLv2 and Python
Version: 0.7.2
Release: 1%{?dist}
URL:      https://fedorahosted.org/spacewalk 
Source0:  https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: openssl rpm-build
Requires: rhn-client-tools
BuildRequires: docbook-utils
BuildRequires: python
Obsoletes: rhns-certs < 5.3.0
Obsoletes: rhns-certs-tools < 5.3.0
# can not provides = %{version} since some old packages expect > 3.6.0
Provides:  rhns-certs = 5.3.0
Provides:  rhns-certs-tools = 5.3.0

%description
This package contains tools to generate the SSL certificates required by 
Spacewalk.

%global rhnroot %{_datadir}/rhn

%prep
%setup -q

%build
#nothing to do here

%install
rm -rf $RPM_BUILD_ROOT
install -d -m 755 $RPM_BUILD_ROOT/%{rhnroot}/certs
make -f Makefile.certs install PREFIX=$RPM_BUILD_ROOT ROOT=%{rhnroot} \
    MANDIR=%{_mandir}
chmod 755 $RPM_BUILD_ROOT/%{rhnroot}/certs/{rhn_ssl_tool.py,client_config_update.py,rhn_rpm.py,rhn_bootstrap.py}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%dir %{rhnroot}/certs
%{rhnroot}/certs/*.py*
%attr(755,root,root) %{rhnroot}/certs/sign.sh
%attr(755,root,root) %{rhnroot}/certs/gen-rpm.sh
%attr(755,root,root) %{_bindir}/rhn-sudo-ssl-tool
%attr(755,root,root) %{_bindir}/rhn-ssl-tool
%attr(755,root,root) %{_bindir}/rhn-bootstrap
%doc %{_mandir}/man1/rhn-*.1*
%doc LICENSE PYTHON-LICENSES.txt
%doc ssl-howto-simple.txt ssl-howto.txt
%{_var}/www/html/pub/bootstrap/client_config_update.py*

%changelog
* 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.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/spacewalk-certs-tools/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	27 Nov 2009 05:52:28 -0000	1.1
+++ .cvsignore	27 Nov 2009 12:32:47 -0000	1.2
@@ -0,0 +1 @@
+spacewalk-certs-tools-0.7.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/spacewalk-certs-tools/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 Nov 2009 05:52:28 -0000	1.1
+++ sources	27 Nov 2009 12:32:47 -0000	1.2
@@ -0,0 +1 @@
+a918530536865e24b7d9a7f2be956626  spacewalk-certs-tools-0.7.2.tar.gz




More information about the fedora-extras-commits mailing list