[rhn-custom-info] initial import

Miroslav Suchý msuchy at fedoraproject.org
Mon Nov 22 14:03:48 UTC 2010


commit dfc9034c22f1ee5175b604225f767e46d81854ea
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Nov 22 15:03:43 2010 +0100

    initial import

 .gitignore           |    1 +
 rhn-custom-info.spec |  100 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 102 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1a9decc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/rhn-custom-info-5.4.5.tar.gz
diff --git a/rhn-custom-info.spec b/rhn-custom-info.spec
new file mode 100644
index 0000000..6bf2ce9
--- /dev/null
+++ b/rhn-custom-info.spec
@@ -0,0 +1,100 @@
+Name: rhn-custom-info
+Summary: Set and list custom values for RHN-enabled machines
+Group: Applications/System
+License: GPLv2 and Python
+Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
+URL:     https://fedorahosted.org/spacewalk
+Version: 5.4.5
+Release: 1%{?dist}
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+BuildArch: noarch
+BuildRequires: python-devel
+%if 0%{?rhel} <= 4
+Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
+%endif
+Requires: rhnlib
+
+%if 0%{?rhel} >= 5 || 0%{?fedora} >= 1
+Requires: yum-rhn-plugin
+%else
+Requires: up2date
+%endif
+
+%description 
+Allows for the setting and listing of custom key/value pairs for 
+an RHN-enabled system.
+
+%prep
+%setup -q
+
+%build
+make -f Makefile.rhn-custom-info all
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+make -f Makefile.rhn-custom-info install PREFIX=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/man8/
+install -m 644 rhn-custom-info.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/rhn-custom-info
+%dir %{_datadir}/rhn/custominfo
+%{_datadir}/rhn/custominfo/rhn-custom-info.py*
+%doc LICENSE PYTHON-LICENSES.txt
+%{_mandir}/man8/rhn-custom-info.*
+
+%changelog
+* Fri Nov 19 2010 Miroslav Suchý <msuchy at redhat.com> 5.4.5-1
+- 553649 - we need to require X.Y version due to search path
+
+* Thu Nov 18 2010 Miroslav Suchý <msuchy at redhat.com> 5.4.4-1
+- 553649 - Requires correct, justified where necessary
+- 553649 - fix changelog format
+
+* Mon Oct 04 2010 Michael Mraka <michael.mraka at redhat.com> 5.4.3-1
+- replaced local copy of compile.py with standard compileall module
+
+* Mon Jan 18 2010 Miroslav Suchy <msuchy at redhat.com> 5.4.2-1
+- polished spec for Fedora Review
+
+* Fri Jan  8 2010 Miroslav Suchy <msuchy at redhat.com> 5.4.1-1
+- added man page
+- polished spec for Fedora Review
+
+* Tue Jun 16 2009 Brad Buckingham <bbuckingham at redhat.com> 5.4.0-1
+- bumping version (bbuckingham at redhat.com)
+
+* Thu Apr 23 2009 jesus m. rodriguez <jesusr at redhat.com> 0.4.6-1
+- update copyright and licenses (jesusr at redhat.com)
+
+* Thu Feb 19 2009 Pradeep Kilambi <pkilambi at redhat.com> 0.4.5-1
+- 485459 - constructed url should now point to right handler
+
+* Tue Jan 27 2009 Miroslav Suchý <msuchy at redhat.com> 0.4.4-1
+- fix typo in Source0
+
+* Thu Jan 22 2009 Dennis Gilmore <dennis at ausil.us> 0.4.3-1
+- BuildRequires python
+- clean up handling of requires for up2date or yum-rhn-plugin
+
+* Wed Jan 14 2009 Pradeep Kilambi <pkilambi at redhat.com> - 0.4.2-1
+- Resolves - #251060
+
+* Thu Sep  4 2008 Pradeep Kilambi <pkilambi at redhat.com> - 0.2.2-1
+- adding dist tag
+
+* Wed Mar 07 2007 Pradeep Kilambi <pkilambi at redhat.com> 5.0.0-1
+- adding dist tag
+
+* Mon May 17 2004 Bret McMillan <bretm at redhat.com>
+- friendlier commandline usage
+- change the executable from rhncustominfo to rhn-custom-info
+- use up2date's config settings
+
+* Mon Sep 24 2003 Bret McMillan <bretm at redhat.com>
+- Initial build
diff --git a/sources b/sources
index e69de29..cf18162 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+cf93753ccdb641c33d339813f01ecb51  rhn-custom-info-5.4.5.tar.gz


More information about the scm-commits mailing list