Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-02-15 18:51:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-mini.changes     2013-02-13 
14:39:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes        
2013-02-15 18:51:53.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 15 13:05:19 UTC 2013 - lnus...@suse.de
+
+- disable nss-myhostname warning (bnc#783841)
+  => disable-nss-myhostname-warning-bnc-783841.diff
+
+-------------------------------------------------------------------
systemd.changes: same change

New:
----
  disable-nss-myhostname-warning-bnc-783841.diff

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

Other differences:
------------------
++++++ systemd-mini.spec ++++++
--- /var/tmp/diff_new_pack.Pn56uw/_old  2013-02-15 18:51:58.000000000 +0100
+++ /var/tmp/diff_new_pack.Pn56uw/_new  2013-02-15 18:51:58.000000000 +0100
@@ -264,6 +264,8 @@
 Patch125:       journalctl-require-argument-for-priority
 # PATCH-FIX-UPSTREAM cryptsetup-accept-read-only.patch fcro...@suse.com -- 
Accept read-only as well as readonly as parameters for crypttab
 Patch126:       cryptsetup-accept-read-only.patch
+# PATCH-FIX-OPENSUSE disable-nss-myhostname-warning-bnc-783841.diff 
lnus...@suse.de -- disable nss-myhostname warning (bnc#783841)
+Patch127:       disable-nss-myhostname-warning-bnc-783841.diff
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-Reinstate-TIMEOUT-handling.patch
@@ -495,6 +497,7 @@
 %patch1021 -p1
 %patch1022 -p1
 %patch1023 -p1
+%patch1024 -p1
 
 #systemd
 %patch1 -p1
@@ -585,6 +588,7 @@
 %patch124 -p1
 %patch125 -p1
 %patch126 -p1
+%patch127 -p1
 
 %build
 autoreconf -fiv

++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.Pn56uw/_old  2013-02-15 18:51:58.000000000 +0100
+++ /var/tmp/diff_new_pack.Pn56uw/_new  2013-02-15 18:51:58.000000000 +0100
@@ -259,6 +259,8 @@
 Patch125:       journalctl-require-argument-for-priority
 # PATCH-FIX-UPSTREAM cryptsetup-accept-read-only.patch fcro...@suse.com -- 
Accept read-only as well as readonly as parameters for crypttab
 Patch126:       cryptsetup-accept-read-only.patch
+# PATCH-FIX-OPENSUSE disable-nss-myhostname-warning-bnc-783841.diff 
lnus...@suse.de -- disable nss-myhostname warning (bnc#783841)
+Patch127:       disable-nss-myhostname-warning-bnc-783841.diff
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-Reinstate-TIMEOUT-handling.patch
@@ -580,6 +582,7 @@
 %patch124 -p1
 %patch125 -p1
 %patch126 -p1
+%patch127 -p1
 
 %build
 autoreconf -fiv

++++++ disable-nss-myhostname-warning-bnc-783841.diff ++++++
>From 33db05b6bd6151c482f5efe01f2a6118efc82fde Mon Sep 17 00:00:00 2001
From: Ludwig Nussel <ludwig.nus...@suse.de>
Date: Tue, 12 Feb 2013 17:24:35 +0100
Subject: [PATCH] disable nss-myhostname warning (bnc#783841)

---
 src/hostname/hostnamed.c |    1 +
 1 Datei geändert, 1 Zeile hinzugefügt(+)

Index: systemd-195/src/hostname/hostnamed.c
===================================================================
--- systemd-195.orig/src/hostname/hostnamed.c
+++ systemd-195/src/hostname/hostnamed.c
@@ -124,6 +124,7 @@ static int read_data(void) {
 static bool check_nss(void) {
 
         void *dl;
+        return true;
 
         if ((dl = dlopen("libnss_myhostname.so.2", RTLD_LAZY))) {
                 dlclose(dl);

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

Reply via email to