rpms/rainbow/OLPC-2 .cvsignore, 1.12, 1.13 rainbow.spec, 1.13, 1.14 sources, 1.13, 1.14

Michael Stone (mstone) fedora-extras-commits at redhat.com
Thu Jan 10 06:36:14 UTC 2008


Author: mstone

Update of /cvs/pkgs/rpms/rainbow/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1916

Modified Files:
	.cvsignore rainbow.spec sources 
Log Message:
- Provide a spool-gc library for boot-time resource reclamation. (may be racy).
  Addresses http://dev.laptop.org/ticket/{5637,2527}
- Close unblessed file descriptors before activity launch.
- Turn on logrotate for /var/log/rainbow.
- Remove bitrotted configuration file.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rainbow/OLPC-2/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	5 Jan 2008 03:21:02 -0000	1.12
+++ .cvsignore	10 Jan 2008 06:35:34 -0000	1.13
@@ -1 +1 @@
-rainbow-0.7.6.tar.bz2
+rainbow-0.7.7.tar.bz2


Index: rainbow.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rainbow/OLPC-2/rainbow.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rainbow.spec	5 Jan 2008 03:21:02 -0000	1.13
+++ rainbow.spec	10 Jan 2008 06:35:34 -0000	1.14
@@ -3,7 +3,7 @@
 %{!?python_version: %define python_version %(%{__python} -c "import sys; print sys.version[0:3]")}
 
 Name:           rainbow
-Version:        0.7.6
+Version:        0.7.7
 Release:        1%{?dist}
 Summary:        The OLPC security service
 
@@ -48,11 +48,11 @@
 install -m 644 rainbow/conf/session-olpc.conf $RPM_BUILD_ROOT/%{_sysconfdir}/dbus-1/session-olpc.conf
 install -m 644 rainbow/conf/org.laptop.security.Rainbow.conf $RPM_BUILD_ROOT/%{_sysconfdir}/dbus-1/system.d/org.laptop.security.Rainbow.conf
 
-install -d $RPM_BUILD_ROOT/%{_sysconfdir}/rainbow
-install -m 644 rainbow/conf/rainbow.conf $RPM_BUILD_ROOT/%{_sysconfdir}/rainbow/rainbow.conf
-
+# logging
 install -d $RPM_BUILD_ROOT/%{_localstatedir}/log
 touch $RPM_BUILD_ROOT/%{_localstatedir}/log/rainbow
+install -d $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d
+install -m 644 etc/logrotate.d/rainbow $RPM_BUILD_ROOT/%{_sysconfdir}/logrotate.d
 chmod 644 $RPM_BUILD_ROOT/%{_localstatedir}/log/rainbow
 
 # Turn rainbow on by default.
@@ -84,7 +84,6 @@
 %defattr(-,root,root,-)
 %{_sysconfdir}/olpc-security
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.laptop.security.Rainbow.conf
-%config(noreplace) %{_sysconfdir}/rainbow/rainbow.conf
 %config(noreplace) %{_sysconfdir}/dbus-1/session-olpc.conf
 %config(noreplace) %{_sysconfdir}/security/console.perms.d/51-rainbow.perms
 %doc README COPYING AUTHORS
@@ -93,11 +92,19 @@
 %{_sbindir}/rainbow-daemon
 %{_sbindir}/rainbow-replay-spool
 %{_sysconfdir}/init.d/rainbow
+%config(noreplace) %{_sysconfdir}/logrotate.d/rainbow
 %ghost %{_localstatedir}/log/rainbow
 %dir %{python_sitelib}/Rainbow-%{version}-py%{python_version}.egg-info
 %{python_sitelib}/Rainbow-%{version}-py%{python_version}.egg-info/*
 
 %changelog
+* Wed Jan 09 2008 Michael Stone <michael at laptop.org> - 0.7.7-1.olpc2
+- Provide a spool-gc library for boot-time resource reclamation. (may be racy).
+  Addresses http://dev.laptop.org/ticket/{5637,2527}
+- Close unblessed file descriptors before activity launch.
+- Turn on logrotate for /var/log/rainbow.
+- Remove bitrotted configuration file.
+
 * Fri Jan 04 2008 Michael Stone <michael at laptop.org> - 0.7.6-1.olpc2
 - Move Rainbow's spool-dir from /activities to $HOME/isolation/1/; works
   around http://dev.laptop.org/ticket/5033


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rainbow/OLPC-2/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	5 Jan 2008 03:21:02 -0000	1.13
+++ sources	10 Jan 2008 06:35:34 -0000	1.14
@@ -1 +1 @@
-c2765fb51d7411b24c7617a23057319d  rainbow-0.7.6.tar.bz2
+5487811ef526deb7d38d9321860ee603  rainbow-0.7.7.tar.bz2




More information about the fedora-extras-commits mailing list