Mailinglist Archive: opensuse-commit (1177 mails)
| < Previous | Next > |
commit pm-profiler for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 09 Jan 2009 01:48:14 +0100
- Message-id: <20090109004814.76D86678091@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package pm-profiler for openSUSE:Factory
checked in at Fri Jan 9 01:48:14 CET 2009.
--------
--- pm-profiler/pm-profiler.changes 2008-12-12 13:08:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/pm-profiler/pm-profiler.changes
2008-12-23 15:25:39.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec 23 15:24:34 CET 2008 - hmacht@xxxxxxx
+
+- fix SATA alpm when system does not have SATA (bnc#461283)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
pm-profiler-do-not-install-powersave.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pm-profiler.spec ++++++
--- /var/tmp/diff_new_pack.d17687/_old 2009-01-09 01:47:49.000000000 +0100
+++ /var/tmp/diff_new_pack.d17687/_new 2009-01-09 01:47:49.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package pm-profiler (Version 0.1)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 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
@@ -21,7 +21,7 @@
Name: pm-profiler
Summary: Managing power options on servers
Version: 0.1
-Release: 16
+Release: 17
License: GPL v2 only
Url: http://www.stilltobefound.org
Group: System/Management
@@ -32,7 +32,6 @@
AutoReqProv: on
Obsoletes: powersave <= 0.15.20
Provides: powersave = 0.15.20
-Patch: pm-profiler-do-not-install-powersave.patch
%description
Script infrastructure to enable/disable certain power management
@@ -47,7 +46,6 @@
%prep
%setup -q
-%patch -p1
%build
@@ -81,6 +79,8 @@
/usr/share/locale/*/LC_MESSAGES/pm-profiler.mo
%changelog
+* Tue Dec 23 2008 hmacht@xxxxxxx
+- fix SATA alpm when system does not have SATA (bnc#461283)
* Fri Dec 12 2008 hmacht@xxxxxxx
- don't install powersave tool, it is in pm-utils now (bnc#457815)
* Mon Nov 24 2008 hmacht@xxxxxxx
++++++ pm-profiler-0.1.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/pm-profiler-0.1/Makefile new/pm-profiler-0.1/Makefile
--- old/pm-profiler-0.1/Makefile 2008-11-24 12:17:47.000000000 +0100
+++ new/pm-profiler-0.1/Makefile 2008-12-23 15:24:01.000000000 +0100
@@ -16,7 +16,6 @@
mkdir -p $(DESTDIR)$(libexecdir)/pm-profiler
mkdir -p $(DESTDIR)$(sysconfdir)/pm-profiler
mkdir -p $(DESTDIR)$(bindir)
- install -m 755 tools/powersave $(DESTDIR)$(bindir)/powersave
install -m 644 config/pm-profiler.conf $(DESTDIR)$(sysconfdir)
install -m 744 tools/enable-profile $(DESTDIR)$(libexecdir)/pm-profiler
cd profiles; \
@@ -47,5 +46,4 @@
rm -rf $(DESTDIR)$(sysconfdir)/init.d/rcpm-profiler
rm -rf $(DESTDIR)$(sbindir)/rcpm-profiler
rm -rf $(DESTDIR)$(sysconfdir)/acpi/events/power-button
- rm -rf $(DESTDIR)$(bindir)/powersave
rm -rf $(localedir)/*/LC_MESSAGES/pm-profiler.mo
Files old/pm-profiler-0.1/pm-profiler-0.1-15.noarch.rpm and
new/pm-profiler-0.1/pm-profiler-0.1-15.noarch.rpm differ
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/pm-profiler-0.1/tools/enable-profile
new/pm-profiler-0.1/tools/enable-profile
--- old/pm-profiler-0.1/tools/enable-profile 2008-11-19 13:10:18.000000000
+0100
+++ new/pm-profiler-0.1/tools/enable-profile 2009-01-08 20:17:47.000000000
+0100
@@ -68,7 +68,7 @@
function sata_alpm {
for I in /sys/class/scsi_host/host?/link_power_management_policy; do
- echo $SATA_ALPM > $I
+ [ -e $I ] && echo $SATA_ALPM > $I
done
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |