Hello community, here is the log from the commit of package suspend checked in at Thu Sep 20 01:57:18 CEST 2007. -------- --- arch/i386/suspend/suspend.changes 2007-09-17 20:37:32.000000000 +0200 +++ /mounts/work_src_done/STABLE/suspend/suspend.changes 2007-09-19 19:20:13.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Sep 19 19:19:38 CEST 2007 - seife@suse.de + +- fix update case (mkinitrd returning an error, b.n.c #326234) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suspend.spec ++++++ --- /var/tmp/diff_new_pack.j30894/_old 2007-09-20 01:57:04.000000000 +0200 +++ /var/tmp/diff_new_pack.j30894/_new 2007-09-20 01:57:04.000000000 +0200 @@ -13,7 +13,7 @@ Name: suspend BuildRequires: gnutls-devel libx86-devel lzo-devel pciutils-devel splashy-devel Version: 0.69.9 -Release: 9 +Release: 11 Summary: A Set Of Tools To Support Sleep Modes License: GPL v2 or later Url: http://sourceforge.net/projects/suspend @@ -97,7 +97,13 @@ rm -rf $RPM_BUILD_ROOT %post -/sbin/mkinitrd +if [ "$YAST_IS_RUNNING" != "instsys" -a \ + -e /.buildenv -a \ + -x /sbin/update-bootloader -a \ + -x /sbin/mkinitrd ]; then + /sbin/mkinitrd + /sbin/update-bootloader --refresh +fi %files %defattr (-,root,root) @@ -111,8 +117,9 @@ /usr/sbin/swap-offset %doc README README.s2ram-whitelist HOWTO COPYING conf/suspend.conf %doc doc/installation-on-SUSE-10.1.txt scripts/ - %changelog +* Wed Sep 19 2007 - seife@suse.de +- fix update case (mkinitrd returning an error, b.n.c #326234) * Mon Sep 17 2007 - seife@suse.de - updated the s2ram whitelist: - suspend-s2ram-LenovoX60Tablet.diff (b.n.c #265613) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de