[olpc-utils/f17] v2.0.4

Daniel Drake dsd at fedoraproject.org
Mon Mar 19 19:31:53 UTC 2012


commit 9d248b8163b9dd0e0ac417298b73b4e458c0ce28
Author: Daniel Drake <dsd at laptop.org>
Date:   Mon Mar 19 13:25:29 2012 -0600

    v2.0.4

 olpc-utils.spec |   12 ++++++++----
 sources         |    2 +-
 2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/olpc-utils.spec b/olpc-utils.spec
index f1b6ecc..fc53924 100644
--- a/olpc-utils.spec
+++ b/olpc-utils.spec
@@ -1,5 +1,5 @@
 Name:       olpc-utils
-Version:    2.0.3
+Version:    2.0.4
 Release:    1%{?dist}
 Summary:    OLPC utilities
 URL:        http://wiki.laptop.org/go/Olpc-utils
@@ -56,11 +56,12 @@ mv %{buildroot}/usr/lib %{buildroot}/usr/lib64
 %endif
 
 mkdir -p %{buildroot}/usr/lib/systemd/system/
-mv %{buildroot}/lib/systemd/system/olpc-configure.service %{buildroot}/usr/lib/systemd/system/olpc-configure.service
+mv %{buildroot}/lib/systemd/system/* %{buildroot}/usr/lib/systemd/system
 
 %post
 if [ $1 -eq 1 ]; then
 	/bin/systemctl enable olpc-configure.service
+	/bin/systemctl enable olpc-boot-finish.service
 	/sbin/chkconfig --add diskspacecheck
 	/sbin/chkconfig --add diskspacerecover
 fi
@@ -69,6 +70,7 @@ fi
 %preun
 if [ $1 = 0 ]; then
 	/bin/systemctl disable olpc-configure.service
+	/bin/systemctl disable olpc-boot-finish.service
     /sbin/chkconfig --del diskspacecheck
     /sbin/chkconfig --del diskspacerecover
 fi
@@ -87,8 +89,7 @@ fi
 %files
 %defattr(-,root,root,-)
 %doc COPYING
-%{_sbindir}/olpc-configure
-%{_sbindir}/olpc-dm
+%{_sbindir}/*
 %{_bindir}/olpc-logbat
 %{_bindir}/olpc-session
 %{_bindir}/olpc-pwr-log
@@ -124,6 +125,9 @@ fi
 #%config(noreplace) %{_sysconfdir}/modprobe.d/olpc-psmouse.conf
 
 %changelog
+* Mon Mar 19 2012 Daniel Drake <dsd at laptop.org> - 2.0.4-1
+- Bug fixes, and interaction with OLPC's plymouth boot animation
+
 * Wed Mar 14 2012 Daniel Drake <dsd at laptop.org> - 2.0.3-1
 - olpc-dm: Use PAM instead of ConsoleKit, fixes session management
 
diff --git a/sources b/sources
index bf8fcdd..df498ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27b63e9041e274d17bacbf64a05a8f44  olpc-utils-2.0.3.tar.bz2
+ca8bf62938a996bf93ad825fbbc479d7  olpc-utils-2.0.4.tar.bz2


More information about the scm-commits mailing list