rpms/olpc-utils/F-10 olpc-utils.spec,1.4,1.5

Peter Robinson pbrobinson at fedoraproject.org
Mon Dec 15 14:55:09 UTC 2008


Author: pbrobinson

Update of /cvs/pkgs/rpms/olpc-utils/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12025

Modified Files:
	olpc-utils.spec 
Log Message:
- Rebuild and fix dep issues



Index: olpc-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-utils/F-10/olpc-utils.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- olpc-utils.spec	6 Dec 2008 10:29:22 -0000	1.4
+++ olpc-utils.spec	15 Dec 2008 14:54:38 -0000	1.5
@@ -21,7 +21,8 @@
 Requires:   /bin/su
 
 # for olpc-test-devkey
-Requires:   olpcupdate >= 2.10
+#comment out for the moment as olpcupdate isn't in Fedora mainline
+#Requires:   olpcupdate >= 2.10
 
 %description
 
@@ -41,13 +42,11 @@
 rm -rf %{buildroot}
 make -f Makefile.build install DESTDIR=%{buildroot}
 
-
 %post
 /sbin/chkconfig --add olpc-configure
 /sbin/chkconfig --add diskspacecheck
 /sbin/chkconfig --add diskspacerecover
 
-
 %preun
 if [ $1 = 0 ]; then
     /sbin/chkconfig --del olpc-configure
@@ -55,11 +54,9 @@
     /sbin/chkconfig --del diskspacerecover
 fi
 
-
 %clean
 rm -rf %{buildroot}
 
-
 %files
 
 %doc COPYING
@@ -91,6 +88,9 @@
 %config(noreplace) %{_sysconfdir}/ConsoleKit/run-session.d/pam-foreground-compat.ck
 
 %changelog
+* Mon Dec 15 2008 Peter Robinson <pbrobinson at gmail.com> 0.89-7
+- Rebuild
+
 * Fri Dec  5 2008 Peter Robinson <pbrobinson at gmail.com> 0.89-6
 - Rebuild for Python 2.6 and merge from branch
 




More information about the fedora-extras-commits mailing list