Hello community,

here is the log from the commit of package apcupsd for openSUSE:11.4
checked in at Thu Jul 14 17:31:10 CEST 2011.



--------
--- old-versions/11.4/all/apcupsd/apcupsd.changes       2010-07-27 
22:12:37.000000000 +0200
+++ 11.4/apcupsd/apcupsd.changes        2011-07-13 16:32:36.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 13 16:31:13 CEST 2011 - sbra...@suse.cz
+
+- Fix apcupsd-lite path in the init script (bnc#703592).
+- Drop support for dropped powersave.
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/apcupsd
Destination is old-versions/11.4/UPDATES/all/apcupsd
calling whatdependson for 11.4-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apcupsd.spec ++++++
--- /var/tmp/diff_new_pack.Epo3JS/_old  2011-07-14 17:30:35.000000000 +0200
+++ /var/tmp/diff_new_pack.Epo3JS/_new  2011-07-14 17:30:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package apcupsd (Version 3.14.6)
+# spec file for package apcupsd
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 License:        GPLv2+
 Summary:        APC UPS Daemon (Powerful Daemon for APC UPSs)
 Version:        3.14.6
-Release:        11
+Release:        13.<RELEASE14>
 Url:            http://www.apcupsd.com/
 Source:         apcupsd-%{version}.tar.bz2
 Source1:        apcupsd.init
@@ -76,7 +76,9 @@
 chmod +x apcupsd-early-powerdown
 %patch
 %patch1
+%if %suse_version < 1110
 %patch3
+%endif
 chmod -x kernstodo
 %patch5
 %patch8

++++++ apcupsd.init ++++++
--- /var/tmp/diff_new_pack.Epo3JS/_old  2011-07-14 17:30:35.000000000 +0200
+++ /var/tmp/diff_new_pack.Epo3JS/_new  2011-07-14 17:30:35.000000000 +0200
@@ -26,8 +26,8 @@
 ### END INIT INFO
 
 APCUPSD=@sbindir@/apcupsd
-APCUPSD_LITE=@sbindir@/apcupsd-lite
-test -x $APCUPSD -o -x $APCUPSD_LITE || exit 5
+APCUPSD_LITE=/sbin/apcupsd-lite
+test -x $APCUPSD -a -x $APCUPSD_LITE || exit 5
 
 # Shell functions sourced from /etc/rc.status:
 #      rc_check         check and set local and overall rc status


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to