a699b1ca34
- Do not provide %{release} for systemd-analyze - Add more conflicts to -mini packages - Disable Predictable Network interface names until it has been reviewed by network team, with /usr/lib/tmpfiles.d/network.conf. - Don't package /usr/lib/firmware/update (not used) (forwarded request 172848 from fcrozat) OBS-URL: https://build.opensuse.org/request/show/172873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=135
21 lines
565 B
Diff
21 lines
565 B
Diff
From: Ludwig Nussel <ludwig.nussel@suse.de>
|
|
Date: Tue, 12 Feb 2013 17:24:35 +0100
|
|
Subject: disable nss-myhostname warning (bnc#783841)
|
|
|
|
---
|
|
src/hostname/hostnamed.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c
|
|
index 0437e33..c7f454c 100644
|
|
--- a/src/hostname/hostnamed.c
|
|
+++ b/src/hostname/hostnamed.c
|
|
@@ -134,6 +134,7 @@ static int read_data(void) {
|
|
|
|
static bool check_nss(void) {
|
|
void *dl;
|
|
+ return true;
|
|
|
|
dl = dlopen("libnss_myhostname.so.2", RTLD_LAZY);
|
|
if (dl) {
|