Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2011-10-27 19:34:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd-gtk.changes      2011-10-26 
15:58:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-gtk.changes 2011-10-27 
19:39:51.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct 27 13:39:03 UTC 2011 - fcro...@suse.com
+
+- Add no-tmpfs-fsck.patch: don't try to fsck tmpfs mountpoint
+  (bnc#726791).
+
+-------------------------------------------------------------------
systemd.changes: same change

New:
----
  no-tmpfs-fsck.patch

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

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.QtcOlM/_old  2011-10-27 19:40:00.000000000 +0200
+++ /var/tmp/diff_new_pack.QtcOlM/_new  2011-10-27 19:40:00.000000000 +0200
@@ -80,6 +80,7 @@
 # in the patch. Any patches added here without a very good reason to make
 # an exception will be silently removed with the next version update.
 Patch20:        crash-isolating.patch
+Patch21:        no-tmpfs-fsck.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -134,6 +135,7 @@
 %patch18 -p1
 %patch19 -p1
 %patch20 -p1
+%patch21 -p1
 
 %build
 autoreconf -fiv

++++++ no-tmpfs-fsck.patch ++++++
>From cca125c2758b48ba8f1afdc4b5751b104f0bd809 Mon Sep 17 00:00:00 2001
From: Frederic Crozat <fcro...@suse.com>
Date: Thu, 27 Oct 2011 15:36:57 +0200
Subject: [PATCH] mount: do not try to fsck tmpfs mountpoint with non-null
 passno.

---
 src/mount.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mount.c b/src/mount.c
index ef953f0..5da4047 100644
--- a/src/mount.c
+++ b/src/mount.c
@@ -434,6 +434,7 @@ static int mount_add_device_links(Mount *m) {
 
         if (p->passno > 0 &&
             !mount_is_bind(p) &&
+            !streq(p->fstype,"tmpfs") &&
             UNIT(m)->meta.manager->running_as == MANAGER_SYSTEM &&
             !path_equal(m->where, "/")) {
                 char *name;
-- 
1.7.7

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

Reply via email to