rpms/koan/devel koan.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael DeHaan (mdehaan) fedora-extras-commits at redhat.com
Wed Sep 27 20:15:39 UTC 2006


Author: mdehaan

Update of /cvs/extras/rpms/koan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6125/devel

Modified Files:
	.cvsignore sources 
Added Files:
	koan.spec 
Log Message:
auto-import koan-0.1.1-8 on branch devel from koan-0.1.1-8.src.rpm


--- NEW FILE koan.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Summary: Network provisioning tool for Xen and Existing Non-Bare Metal
Name: koan
Version: 0.1.1
Release: 8%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Applications/System
Requires: mkinitrd
Requires: syslinux
Requires: python >= 2.3
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
Url: http://et.redhat.com/page/Cobbler_%26_Koan_Provisioning_Tools

%description

Koan stands for kickstart-over-a-network and allows for both
network provisioning of new Xen guests and destructive re-provisioning of
any existing system.  For use with a boot-server configured with
'cobbler'

%prep
%setup -q

%build
python setup.py build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --optimize=1 --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/koan
%dir %{python_sitelib}/koan
%dir %{python_sitelib}/koan/yaml
%{python_sitelib}/koan/*.py*
%{python_sitelib}/koan/yaml/*.py*
%{_mandir}/man1/koan.1.gz

%doc AUTHORS COPYING CHANGELOG README NEWS

%changelog
* Thu Sep 21 2006 - 0.1.1-8
- Added doc files to %doc, removed INSTALLED_FILES code
* Wed Sep 20 2006 - 0.1.1-7
- Upstream updates
* Fri Sep 15 2006 - 0.1.1-6
- Make koan own it's directory, add GPL "COPYING" file.
* Wed Aug 16 2006 - 0.1.1-5
- Spec-file only changes for FC-Extras submission
* Thu Jul 20 2006 - 0.1.1-4
- Fixed python import paths in yaml code, which errantly assumed yaml was installed as a module.
* Fri Jul 12 2006 - 0.1.1-3
- allow installing with per-system cobbler data in addition to per-profile
* Thu Jul 09 2006 - 0.1.0-2
- rpm tweaks for Fedora Extras
* Wed Jun 28 2006 - 0.1.0-1
- rpm genesis


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/koan/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Sep 2006 20:15:06 -0000	1.1
+++ .cvsignore	27 Sep 2006 20:15:39 -0000	1.2
@@ -0,0 +1 @@
+koan-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/koan/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Sep 2006 20:15:06 -0000	1.1
+++ sources	27 Sep 2006 20:15:39 -0000	1.2
@@ -0,0 +1 @@
+c790dbcb523a17afbd9c41d62884b11f  koan-0.1.1.tar.gz




More information about the scm-commits mailing list