rpms/spacewalk-koan/devel import.log, NONE, 1.1 spacewalk-koan.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý msuchy at fedoraproject.org
Thu Oct 1 07:18:22 UTC 2009


Author: msuchy

Update of /cvs/pkgs/rpms/spacewalk-koan/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23963/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log spacewalk-koan.spec 
Log Message:
Import initial version of spacewalk-koan-0.2.2



--- NEW FILE import.log ---
spacewalk-koan-0_2_2-1:HEAD:spacewalk-koan-0.2.2-1.src.rpm:1254381476


--- NEW FILE spacewalk-koan.spec ---
Summary: Support package for spacewalk koan interaction
Name: spacewalk-koan
Group: System Environment/Kernel
License: GPLv2
Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
Version: 0.2.2
Release: 1%{?dist}
BuildArch : noarch
URL:            https://fedorahosted.org/spacewalk
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:      noarch
BuildRequires:  python
Requires:       python >= 1.5
Requires:       koan >= 1.4.3

Provides: rhn.kickstart.boot_image = 5.3.0
Provides: rhn-kickstart = 5.3.0
Conflicts: rhn-kickstart < 5.3.0

#this currently doesn't work for RHEL 2.1
%if 0%{?rhel} && 0%{?rhel} < 5
Requires: up2date
%else
Requires: rhn-check
%endif

%description
Support package for spacewalk koan interaction.

%prep
%setup -q

%build
make -f Makefile.spacewalk-koan all

%install
rm -rf $RPM_BUILD_ROOT
make -f Makefile.spacewalk-koan install PREFIX=$RPM_BUILD_ROOT ROOT=%{_datadir}/rhn/ \
    MANDIR=%{_mandir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%config(noreplace)  %{_sysconfdir}/sysconfig/rhn/clientCaps.d/kickstart
%{_sbindir}/*
%{_datadir}/rhn/spacewalkkoan/
%{_datadir}/rhn/actions/

%changelog
* Fri Aug 28 2009 Michael Mraka <michael.mraka at redhat.com> 0.2.2-1
- grep | awk is rarely needed
- 517876 - fixing spacewalk-koan so it doesnt require up2date on Fedora 11

* Tue Jul 21 2009 John Matthews <jmatthew at redhat.com> 0.1.17-1
- 510299 - static ks fix. (paji at redhat.com)
- 510299 - Big commit to get static networking to work (paji at redhat.com)

* Mon Jul 06 2009 John Matthews <jmatthew at redhat.com> 0.1.16-1
- 508956 - fixing file preservation to actually use updated initrd.img
  (mmccune at gibson.pdx.redhat.com)

* Thu Jun 25 2009 John Matthews <jmatthew at redhat.com> 0.1.15-1
- fixing spacewalk-koan spec file to build for 2.1 properly
  (jsherril at redhat.com)
- 497571 - switching to python 1.5 requires since we have to support 2.1
  (mmccune at gmail.com)
- 497571 - switch from True/False to 0/1 to support rhel 2.1 and
  (mmccune at gmail.com)
- 503996 - Added some information on the error message to the status returned
  to the server. (jason.dobies at redhat.com)

* Thu May 21 2009 jesus m. rodriguez <jesusr at redhat.com> 0.1.14-1
- 497424 - Slight redesign of the KS Virt UI to deal with duplicate virt paths (paji at redhat.com)

* Wed May 06 2009 jesus m. rodriguez <jesusr at redhat.com> 0.1.13-1
- 497871 - fixing issue where guest provisioning would show as succesful even
  when it had failed (jsherril at redhat.com)

* Wed Apr 22 2009 jesus m. rodriguez <jesusr at redhat.com> 0.1.12-1
- 494976 - adding cobbler system record name usage to reprovisioning (jsherril at redhat.com)
- update copyright and licenses (jesusr at redhat.com)

* Wed Mar 18 2009 Mike McCune <mmccune at gmail.com> 0.1.11-1
- 486186 - Update spacewalk spec files to require koan >= 1.4.3

* Thu Feb 26 2009 jesus m. rodriguez <jesusr at redhat.com> 0.1.10-1
- 486638- Updated spec to have it conflict with rhn-kickstart rpm instead of obsoleting it.

* Wed Feb 18 2009 Dave Parker <dparker at redhat.com> 0.1.9-1
- 486186 - Update spacewalk spec files to require cobbler >= 1.4.2

* Tue Feb 10 2009 Mike McCune <mmccune at gmail.com> 0.1.8-1
- 484793: Adde a basic setter to get rid of embed_kickstart check on koan

* Mon Jan 26 2009 Mike McCune <mmccune at gmail.com> 0.1.7-1
- spec file cleanups

* Tue Jan 13 2009 Mike McCune <mmccune at gmail.com> 0.1.6-1
- 461162 - missing var for koan

* Mon Jan 12 2009 Mike McCune <mmccune at gmail.com> 0.1.5-1
- 461162 - get the virtualization provisioning tracking system to work with a :virt system record.
- 461162 - Quick fix to get spacewalk koan going with a ks....

* Thu Jan 08 2009 Mike McCune <mmccune at gmail.com> 0.1.3-1
- minor virt fixes
* Tue Dec 23 2008 Mike McCune <mmccune at gmail.com> 0.1.2-1
- tagging release with support for virt
* Tue Nov 25 2008 Mike McCune - 0.1.1-1
- tagging release
* Tue Oct 28 2008 Mike McCune - 1.0.0-1
- Initial creation.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/spacewalk-koan/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Sep 2009 23:47:38 -0000	1.1
+++ .cvsignore	1 Oct 2009 07:18:21 -0000	1.2
@@ -0,0 +1 @@
+spacewalk-koan-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/spacewalk-koan/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Sep 2009 23:47:38 -0000	1.1
+++ sources	1 Oct 2009 07:18:22 -0000	1.2
@@ -0,0 +1 @@
+fe81e7e50813a151e5498d2b31851cdf  spacewalk-koan-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list