rpms/cobbler/EL-5 .cvsignore, 1.38, 1.39 cobbler.spec, 1.45, 1.46 sources, 1.43, 1.44

Michael DeHaan (mdehaan) fedora-extras-commits at redhat.com
Tue Jun 3 20:27:09 UTC 2008


Author: mdehaan

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

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




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cobbler/EL-5/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore	28 May 2008 15:42:20 -0000	1.38
+++ .cvsignore	3 Jun 2008 20:25:23 -0000	1.39
@@ -35,3 +35,4 @@
 cobbler-0.8.2.tar.gz
 cobbler-0.8.3.tar.gz
 cobbler-1.0.0.tar.gz
+cobbler-1.0.1.tar.gz


Index: cobbler.spec
===================================================================
RCS file: /cvs/extras/rpms/cobbler/EL-5/cobbler.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- cobbler.spec	28 May 2008 15:42:20 -0000	1.45
+++ cobbler.spec	3 Jun 2008 20:25:23 -0000	1.46
@@ -2,8 +2,8 @@
 Summary: Boot server configurator
 Name: cobbler
 AutoReq: no
-Version: 1.0.0
-Release: 2%{?dist}
+Version: 1.0.1
+Release: 1%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
 Group: Applications/System
@@ -73,6 +73,7 @@
 %postun
 if [ "$1" -ge "1" ]; then
     /sbin/service cobblerd condrestart >/dev/null 2>&1 || :
+    /sbin/service httpd condrestart >/dev/null 2>&1 || :
 fi
 
 %clean
@@ -110,11 +111,12 @@
 /var/www/cobbler/webui/*.js
 /var/www/cobbler/webui/*.png
 /var/www/cobbler/webui/*.html
-%defattr(-,root,root)
-%dir /tftpboot/pxelinux.cfg
-%dir /tftpboot/images
+
+%defattr(755,root,root)
 %{_bindir}/cobbler
 %{_bindir}/cobblerd
+
+%defattr(-,root,root)
 %dir /etc/cobbler
 %config(noreplace) /etc/cobbler/*.ks
 %config(noreplace) /etc/cobbler/*.template
@@ -188,6 +190,11 @@
 
 %changelog
 
+* Tue Jun 03 2008 Michael DeHaan <mdehaan at redhat.com> - 1.0.1-1
+- Upstream changes (see CHANGELOG)
+- stop owning files in tftpboot
+- condrestart for Apache
+
 * Wed May 27 2008 Michael DeHaan <mdehaan at redhat.com> - 1.0.0-2
 - Upstream changes (see CHANGELOG)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cobbler/EL-5/sources,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sources	28 May 2008 15:42:20 -0000	1.43
+++ sources	3 Jun 2008 20:25:23 -0000	1.44
@@ -3,3 +3,4 @@
 e922caf052f8d6d0e8f199a2eb81bc68  cobbler-0.8.2.tar.gz
 5b3c7d28653ddf5688b2f7a1fe793d2b  cobbler-0.8.3.tar.gz
 c699f590a0e0db40b4c557ae51f9101d  cobbler-1.0.0.tar.gz
+eb860efd86cd66374a8c7bfc8edfb023  cobbler-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list