rpms/cobbler/FC-5 .cvsignore, 1.2, 1.3 cobbler.spec, 1.1, 1.2 sources, 1.2, 1.3

Michael DeHaan (mdehaan) fedora-extras-commits at redhat.com
Wed Oct 18 15:48:56 UTC 2006


Author: mdehaan

Update of /cvs/extras/rpms/cobbler/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20677

Modified Files:
	.cvsignore cobbler.spec sources 
Log Message:
Adding cobbler for FC-5 as well as FC-6, starting at 0.2.7




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cobbler/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Sep 2006 20:13:11 -0000	1.2
+++ .cvsignore	18 Oct 2006 15:48:26 -0000	1.3
@@ -1 +1,2 @@
 cobbler-0.1.1.tar.gz
+cobbler-0.2.7.tar.gz


Index: cobbler.spec
===================================================================
RCS file: /cvs/extras/rpms/cobbler/FC-5/cobbler.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cobbler.spec	27 Sep 2006 20:13:11 -0000	1.1
+++ cobbler.spec	18 Oct 2006 15:48:26 -0000	1.2
@@ -2,18 +2,18 @@
 
 Summary: Boot server configurator
 Name: cobbler
-Version: 0.1.1
-Release: 8%{?dist}
+Version: 0.2.7
+Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: Applications/System
 Requires: python >= 2.3
 Requires: httpd
 Requires: tftp-server
-Requires: python-cheetah
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
-Url: http://et.redhat.com/page/Cobbler_%26_Koan_Provisioning_Tools
+ExcludeArch: ppc
+Url: http://cobbler.et.redhat.com
 
 %description
 
@@ -26,40 +26,84 @@
 %setup -q
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-python setup.py install --optimize=1 --root=$RPM_BUILD_ROOT
+test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install --optimize=1 --root=$RPM_BUILD_ROOT
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
 %{_bindir}/cobbler
+%dir /etc/cobbler
+/etc/cobbler/*.ks
+/etc/cobbler/dhcp.template
 %dir %{python_sitelib}/cobbler
 %dir %{python_sitelib}/cobbler/yaml
 %{python_sitelib}/cobbler/*.py*
 %{python_sitelib}/cobbler/yaml/*.py*
 %{_mandir}/man1/cobbler.1.gz
+%dir /var/lib/cobbler
+%dir /var/www/cobbler
+/var/lib/cobbler/elilo-3.6-ia64.efi
 
 %doc AUTHORS CHANGELOG NEWS README COPYING
 
 %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
+
+* Tue Oct 17 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.7-1
+- Upstream changes (see CHANGELOG), includes removing pexpect as a require
+- This RPM now builds on RHEL4
+
+* Tue Oct 17 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.6-1
+- Upstream changes (see CHANGELOG), includes removing Cheetah as a require
+
+* Mon Oct 16 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.5-1
+- Upstream features and bugfixes (see CHANGELOG)
+- Packaged additional kickstart file and specfile cleanup
+
+* Thu Oct 12 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.4-1
+- Upstream features and bugfixes (see CHANGELOG)
+
+* Mon Oct 9 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.3-1
+- Upstream features (see CHANGELOG) & URL update
+
+* Fri Oct 6 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.2-1
+- Upstream bugfixes
+
+* Fri Sep 29 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.1-2
+- URL update
+
+* Thu Sep 28 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.1-1
+- Upstream pull of bugfixes and new remote system "enchant" feature
+
+* Fri Sep 22 2006 Michael DeHaan <mdehaan at redhat.com> - 0.2.0-1
+- Lots of new PXE and dhcpd.conf upstream, elilo.efi now included.
+
+* Thu Sep 21 2006 Michael DeHaan <mdehaan at redhat.com> - 0.1.1-8
+- Added doc files to doc, removed INSTALLED_FILES code
+
+* Wed Sep 20 2006 Michael DeHaan <mdehaan at redhat.com> - 0.1.1-7
 - Upstream updates
-* Fri Sep 15 2006 - 0.1.1-6
+
+* Fri Sep 15 2006 Michael DeHaan <mdehaan at redhat.com> - 0.1.1-6
 - Make koan own it's directory, add GPL "COPYING" file.
-* Wed Aug 16 2006 - 0.1.1-5
+
+* Wed Aug 16 2006 Michael DeHaan <mdehaan at redhat.com> - 0.1.1-5
 - Spec file tweaks only for FC-Extras
-* Thu Jul 20 2006 - 0.1.1-4
+
+* Thu Jul 20 2006 Michael DeHaan <mdehaan at redhat.com> - 0.1.1-4
 - Fixed python import paths in yaml code, which errantly assumed yaml was installed as a module.
-* Wed Jul 12 2006 - 0.1.1-3
+
+* Wed Jul 12 2006 Michael DeHaan <mdehaan at redhat.com> - 0.1.1-3
 - Added templating support using Cheetah
-* Thu Jul 9 2006 - 0.1.0-2
+
+* Thu Jul 9 2006 Michael DeHaan <mdehaan at redhat.com> - 0.1.0-2
 - Fedora-Extras rpm spec tweaks
-* Tue Jun 28 2006 - 0.1.0-1
+
+* Tue Jun 28 2006 Michael DeHaan <mdehaan at redhat.com> - 0.1.0-1
 - rpm genesis
+


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cobbler/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Sep 2006 20:13:11 -0000	1.2
+++ sources	18 Oct 2006 15:48:26 -0000	1.3
@@ -1 +1,2 @@
 c48fc1ba04be7372537dc6483dea5de5  cobbler-0.1.1.tar.gz
+41f4ce321525dc56e7bbdef44917c02a  cobbler-0.2.7.tar.gz




More information about the scm-commits mailing list