Mailinglist Archive: opensuse-commit (762 mails)
| < Previous | Next > |
commit bootcycle for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 27 Aug 2010 23:57:28 +0200
- Message-id: <20100827215728.AD089202B1@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package bootcycle for openSUSE:Factory
checked in at Fri Aug 27 23:57:28 CEST 2010.
--------
--- bootcycle/bootcycle.changes 2008-08-22 15:19:27.000000000 +0200
+++ bootcycle/bootcycle.changes 2010-08-26 15:08:59.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 26 13:12:16 UTC 2010 - gber@xxxxxxxxxxxx
+
+- make boot.cycle exit gracefully if /usr is on NFS
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bootcycle.spec ++++++
--- /var/tmp/diff_new_pack.Q06sHS/_old 2010-08-27 23:57:11.000000000 +0200
+++ /var/tmp/diff_new_pack.Q06sHS/_new 2010-08-27 23:57:11.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package bootcycle (Version 0.3)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -19,10 +19,10 @@
Name: bootcycle
-License: GPL v2 or later
+License: GPLv2+
Group: System/Boot
Version: 0.3
-Release: 225
+Release: 233
Summary: Boot Cycle Detection
PreReq: %fillup_prereq %insserv_prereq
%ifarch %ix86 x86_64
++++++ boot.cycle.IA32 ++++++
--- /var/tmp/diff_new_pack.Q06sHS/_old 2010-08-27 23:57:11.000000000 +0200
+++ /var/tmp/diff_new_pack.Q06sHS/_new 2010-08-27 23:57:11.000000000 +0200
@@ -17,6 +17,9 @@
# Description: Set default boot entry if called
### END INIT INFO
+# /usr might be mounted via NFS, so skip this if it is not available
+test -x /usr/sbin/grub || exit 5
+
#
# Sanity check
#
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |