rpms/cobbler/F-11 .cvsignore, 1.53, 1.54 cobbler.spec, 1.79, 1.80 sources, 1.67, 1.68

Michael DeHaan mdehaan at fedoraproject.org
Fri May 8 17:40:48 UTC 2009


Author: mdehaan

Update of /cvs/extras/rpms/cobbler/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28518/F-11

Modified Files:
	.cvsignore cobbler.spec sources 
Log Message:
This is Cobbler 1.6.4

It's always here and now my friend, it ain't once upon a time
It's all over but the shouting, I come to take what's mine
We're searchin' for the latest thing, a break in this routine
Talkin' some new kicks, ones like you ain't never seen




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cobbler/F-11/.cvsignore,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- .cvsignore	30 Mar 2009 15:29:13 -0000	1.53
+++ .cvsignore	8 May 2009 17:40:18 -0000	1.54
@@ -50,3 +50,4 @@ cobbler-1.4.2.tar.gz
 cobbler-1.4.3.tar.gz
 cobbler-1.6.1.tar.gz
 cobbler-1.6.2.tar.gz
+cobbler-1.6.4.tar.gz


Index: cobbler.spec
===================================================================
RCS file: /cvs/extras/rpms/cobbler/F-11/cobbler.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- cobbler.spec	30 Mar 2009 15:29:13 -0000	1.79
+++ cobbler.spec	8 May 2009 17:40:18 -0000	1.80
@@ -3,12 +3,17 @@
 Summary: Boot server configurator
 Name: cobbler
 AutoReq: no
-Version: 1.6.2
+Version: 1.6.4
 Release: 1%{?dist}
+ExclusiveArch: %{ix86} x86_64 ppc ppc64 s390x
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
 Group: Applications/System
 Requires: python >= 2.3
+Requires: python-urlgrabber
+%ifarch %{ix86} x86_64
+Requires: syslinux
+%endif
 %if 0%{?suse_version} >= 1000
 Requires: apache2
 Requires: apache2-mod_python
@@ -50,9 +55,6 @@ BuildRequires: python-setuptools-devel
 BuildRequires: python-setuptools
 %endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildArch: noarch
-ExcludeArch: ppc
-ExcludeArch: ppc64
 Url: http://cobbler.et.redhat.com
 
 %description
@@ -154,6 +156,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf
 %defattr(755,apache,apache)
 %dir /var/log/cobbler
 %dir /var/log/cobbler/kicklog
+%dir /var/log/cobbler/anamon
 %dir /var/www/cobbler/
 %dir /var/www/cobbler/localmirror
 %dir /var/www/cobbler/repo_mirror
@@ -175,6 +178,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf
 %{_bindir}/cobblerd
 
 %defattr(-,root,root)
+%dir /usr/share/cobbler
 %dir /etc/cobbler
 %dir /etc/cobbler/pxe
 %dir /etc/cobbler/reporting
@@ -193,6 +197,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf
 %config(noreplace) /etc/cobbler/cheetah_macros
 %dir %{python_sitelib}/cobbler
 %dir %{python_sitelib}/cobbler/modules
+%dir %{python_sitelib}/cobbler/server
 %dir %{python_sitelib}/cobbler/webui
 %{python_sitelib}/cobbler/*.py*
 %{python_sitelib}/cobbler/server/*.py*
@@ -296,6 +301,12 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf
 
 %changelog
 
+* Fri May 8 2009 Michael DeHaan <mdehaan at redhat.com> - 1.6.4-1
+- Upstream changes (see CHANGELOG)
+
+* Fri Apr 17 2009 Michael DeHaan <mdehaan at redhat.com> - 1.6.3-1
+- Upstream changes (see CHANGELOG)
+
 * Mon Mar 30 2009 Michael DeHaan <mdehaan at redhat.com> - 1.6.2-1
 - Upstream changes (see CHANGELOG)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cobbler/F-11/sources,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- sources	30 Mar 2009 15:29:13 -0000	1.67
+++ sources	8 May 2009 17:40:18 -0000	1.68
@@ -1,3 +1,4 @@
 d560692f78ca9b60d25c7ef79633fc5e  cobbler-1.4.3.tar.gz
 41cd0b61d1c148e953b879abe722b419  cobbler-1.6.1.tar.gz
 9ddcaa7c7fce9e572384f12025d713ed  cobbler-1.6.2.tar.gz
+0b53db8bdc0259dca8c7bd848c3dd813  cobbler-1.6.4.tar.gz




More information about the scm-commits mailing list