Accepting request 155545 from Base:System
- disable nss-myhostname warning (bnc#783841) => disable-nss-myhostname-warning-bnc-783841.diff - disable nss-myhostname warning (bnc#783841) => disable-nss-myhostname-warning-bnc-783841.diff (forwarded request 155543 from lnussel) OBS-URL: https://build.opensuse.org/request/show/155545 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=129
This commit is contained in:
parent
8456f90f72
commit
43573dfdde
21
disable-nss-myhostname-warning-bnc-783841.diff
Normal file
21
disable-nss-myhostname-warning-bnc-783841.diff
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
From 33db05b6bd6151c482f5efe01f2a6118efc82fde Mon Sep 17 00:00:00 2001
|
||||||
|
From: Ludwig Nussel <ludwig.nussel@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);
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 15 13:05:19 UTC 2013 - lnussel@suse.de
|
||||||
|
|
||||||
|
- disable nss-myhostname warning (bnc#783841)
|
||||||
|
=> disable-nss-myhostname-warning-bnc-783841.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 13 11:34:06 UTC 2013 - rmilasan@suse.com
|
Wed Feb 13 11:34:06 UTC 2013 - rmilasan@suse.com
|
||||||
|
|
||||||
|
@ -264,6 +264,8 @@ Patch124: systemd-fix-merge-ignore-dependencies.patch
|
|||||||
Patch125: journalctl-require-argument-for-priority
|
Patch125: journalctl-require-argument-for-priority
|
||||||
# PATCH-FIX-UPSTREAM cryptsetup-accept-read-only.patch fcrozat@suse.com -- Accept read-only as well as readonly as parameters for crypttab
|
# PATCH-FIX-UPSTREAM cryptsetup-accept-read-only.patch fcrozat@suse.com -- Accept read-only as well as readonly as parameters for crypttab
|
||||||
Patch126: cryptsetup-accept-read-only.patch
|
Patch126: cryptsetup-accept-read-only.patch
|
||||||
|
# PATCH-FIX-OPENSUSE disable-nss-myhostname-warning-bnc-783841.diff lnussel@suse.de -- disable nss-myhostname warning (bnc#783841)
|
||||||
|
Patch127: disable-nss-myhostname-warning-bnc-783841.diff
|
||||||
|
|
||||||
# udev patches
|
# udev patches
|
||||||
# PATCH-FIX-OPENSUSE 1001-Reinstate-TIMEOUT-handling.patch
|
# PATCH-FIX-OPENSUSE 1001-Reinstate-TIMEOUT-handling.patch
|
||||||
@ -495,6 +497,7 @@ cp %{SOURCE7} m4/
|
|||||||
%patch1021 -p1
|
%patch1021 -p1
|
||||||
%patch1022 -p1
|
%patch1022 -p1
|
||||||
%patch1023 -p1
|
%patch1023 -p1
|
||||||
|
%patch1024 -p1
|
||||||
|
|
||||||
#systemd
|
#systemd
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -585,6 +588,7 @@ cp %{SOURCE7} m4/
|
|||||||
%patch124 -p1
|
%patch124 -p1
|
||||||
%patch125 -p1
|
%patch125 -p1
|
||||||
%patch126 -p1
|
%patch126 -p1
|
||||||
|
%patch127 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 15 13:05:19 UTC 2013 - lnussel@suse.de
|
||||||
|
|
||||||
|
- disable nss-myhostname warning (bnc#783841)
|
||||||
|
=> disable-nss-myhostname-warning-bnc-783841.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 13 11:34:06 UTC 2013 - rmilasan@suse.com
|
Wed Feb 13 11:34:06 UTC 2013 - rmilasan@suse.com
|
||||||
|
|
||||||
|
@ -259,6 +259,8 @@ Patch124: systemd-fix-merge-ignore-dependencies.patch
|
|||||||
Patch125: journalctl-require-argument-for-priority
|
Patch125: journalctl-require-argument-for-priority
|
||||||
# PATCH-FIX-UPSTREAM cryptsetup-accept-read-only.patch fcrozat@suse.com -- Accept read-only as well as readonly as parameters for crypttab
|
# PATCH-FIX-UPSTREAM cryptsetup-accept-read-only.patch fcrozat@suse.com -- Accept read-only as well as readonly as parameters for crypttab
|
||||||
Patch126: cryptsetup-accept-read-only.patch
|
Patch126: cryptsetup-accept-read-only.patch
|
||||||
|
# PATCH-FIX-OPENSUSE disable-nss-myhostname-warning-bnc-783841.diff lnussel@suse.de -- disable nss-myhostname warning (bnc#783841)
|
||||||
|
Patch127: disable-nss-myhostname-warning-bnc-783841.diff
|
||||||
|
|
||||||
# udev patches
|
# udev patches
|
||||||
# PATCH-FIX-OPENSUSE 1001-Reinstate-TIMEOUT-handling.patch
|
# PATCH-FIX-OPENSUSE 1001-Reinstate-TIMEOUT-handling.patch
|
||||||
@ -580,6 +582,7 @@ cp %{SOURCE7} m4/
|
|||||||
%patch124 -p1
|
%patch124 -p1
|
||||||
%patch125 -p1
|
%patch125 -p1
|
||||||
%patch126 -p1
|
%patch126 -p1
|
||||||
|
%patch127 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
Loading…
Reference in New Issue
Block a user