rpms/func/F-11 .cvsignore, 1.10, 1.11 func.spec, 1.13, 1.14 sources, 1.12, 1.13

Adrian Likins alikins at fedoraproject.org
Wed Aug 12 19:01:29 UTC 2009


Author: alikins

Update of /cvs/pkgs/rpms/func/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25268

Modified Files:
	.cvsignore func.spec sources 
Log Message:
func-0.25-2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/func/F-11/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	17 Dec 2008 21:51:49 -0000	1.10
+++ .cvsignore	12 Aug 2009 19:01:28 -0000	1.11
@@ -7,3 +7,4 @@ func-0.20.tar.gz
 func-0.21.tar.gz
 func-0.23.tar.gz
 func-0.24.tar.gz
+func-0.25.tar.gz


Index: func.spec
===================================================================
RCS file: /cvs/pkgs/rpms/func/F-11/func.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- func.spec	24 Feb 2009 18:45:44 -0000	1.13
+++ func.spec	12 Aug 2009 19:01:29 -0000	1.14
@@ -11,8 +11,8 @@
 
 Summary: Remote management framework
 Name: func
-Version: 0.24 
-Release: 6%{?dist}
+Version: 0.25
+Release: 2%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
 Group: Applications/System
@@ -57,6 +57,8 @@ func is a remote api for mangement, conf
 %install
 test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --prefix=/usr --root=$RPM_BUILD_ROOT
+touch $RPM_BUILD_ROOT/var/log/func/func.log
+touch $RPM_BUILD_ROOT/var/log/func/audit.log
 
 %clean
 rm -fr $RPM_BUILD_ROOT
@@ -79,6 +81,7 @@ rm -fr $RPM_BUILD_ROOT
 %dir /etc/func/modules/
 %config(noreplace) /etc/func/minion.conf
 %config(noreplace) /etc/func/async_methods.conf
+%config(noreplace) /etc/func/overlord.conf
 %config(noreplace) /etc/logrotate.d/func_rotate
 %config(noreplace) /etc/func/modules/Test.conf
 %config(noreplace) /etc/func/modules/Bridge.conf
@@ -107,13 +110,20 @@ rm -fr $RPM_BUILD_ROOT
 %{python_sitelib}/func/minion/modules/*/*/*.py*
 
 %dir /var/log/func
+%attr(0600,root,root) %config(noreplace) %verify(not md5 size mtime) /var/log/func/func.log
+%attr(0600,root,root) %config(noreplace) %verify(not md5 size mtime) /var/log/func/audit.log
+
 %dir /var/lib/func
-%doc AUTHORS README LICENSE
+
+#%attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/log/prelink/prelink.log
+
+%doc AUTHORS README LICENSE CHANGES
 %{_mandir}/man1/func.1.gz
 %{_mandir}/man1/func-inventory.1.gz
 %{_mandir}/man1/funcd.1.gz
 %{_mandir}/man1/func-transmit.1.gz
-
+%{_mandir}/man1/func-build-map.1.gz
+%{_mandir}/man1/func-create-module.1.gz
 
 %post
 # for suse 
@@ -131,7 +141,9 @@ else
         ln -sf /etc/init.d/funcd /etc/rc.d/rc${i}.d/k01funcd
    done
 fi
-
+# fix perms on log files
+chmod 600 /var/log/func/func.log
+chmod 600 /var/log/func/audit.log
 # upgrade old installs if needed
 #/usr/bin/update-func
 
@@ -152,8 +164,19 @@ fi
 
 
 %changelog
-* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.24-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.25-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Jun 10 2009 Adrian Likins <alikins at redhat.com> - 0.25-1
+- add CHANGES to spec file
+
+* Wed May 27 2009 Adrian Likins <alikins at redhat.com> - 0.25-1
+- add /var/log/func/*.log files to spec
+- add a post section to chmod any log files with bogus perms
+  
+
+* Thu Apr 16 2009 Adrian Likins <alikins at redhat.com> - 0.24-5
+- add an overlord.conf file
 
 * Wed Feb 18 2009 Adrian Likins <alikins at redhat.com> - 0.24-5
 - remove version file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/func/F-11/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	19 Feb 2009 17:00:41 -0000	1.12
+++ sources	12 Aug 2009 19:01:29 -0000	1.13
@@ -4,3 +4,4 @@ def199858286218daef908e871f2e7ca  func-0
 715638833720c85076fe04cd2e31fc32  func-0.21.tar.gz
 821f5ba123d7fe2e98aa51b8f00a17c2  func-0.23.tar.gz
 f8c91c5f50c6210b7058dbeedb6eea2a  func-0.24.tar.gz
+892252004f122c61bb58bb4607553ffe  func-0.25.tar.gz




More information about the scm-commits mailing list