rpms/olpc-utils/devel olpc-utils.spec,1.3,1.4

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


Author: pbrobinson

Update of /cvs/pkgs/rpms/olpc-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16460

Modified Files:
	olpc-utils.spec 
Log Message:
- rebuild and fix dep issue



Index: olpc-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-utils/devel/olpc-utils.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- olpc-utils.spec	5 Dec 2008 17:03:27 -0000	1.3
+++ olpc-utils.spec	15 Dec 2008 15:14:45 -0000	1.4
@@ -1,6 +1,6 @@
 Name:       olpc-utils
 Version:    0.89
-Release:    6%{?dist}
+Release:    7%{?dist}
 Summary:    OLPC utilities
 URL:        http://dev.laptop.org/git?p=projects/olpc-utils;a=summary
 Group:      System Environment/Base
@@ -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
+- Fix deps and 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