hostnamed : disable hostnamed
authorINSUN PYO <insun.pyo@samsung.com>
Mon, 31 Jul 2017 07:46:46 +0000 (16:46 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:43 +0000 (16:37 +0100)
Requested by MCD.
The connman, efl, bluez using hostnamed have also agreed to disable.

Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: Iecb82b74305201696caa77d108efa216051181ce

packaging/systemd.spec

index 32253ef..10c498c 100644 (file)
@@ -12,6 +12,7 @@
 %define with_multiuser 1
 %define WITH_MACHINED 0
 %define WITH_DOC 0
+%define WITH_HOSTNAMED 0
 
 Name:           systemd
 Version:        231
@@ -152,6 +153,9 @@ cp %{SOURCE4} .
 %if ! %{?WITH_MACHINED}
         --disable-machined \
 %endif
+%if ! %{?WITH_HOSTNAMED}
+        --disable-hostnamed \
+%endif
         --disable-importd \
         --disable-gcrypt \
         --libexecdir=%{_prefix}/lib \
@@ -361,7 +365,9 @@ fi
 %dir %{_prefix}/lib/kernel/install.d
 %{_prefix}/lib/kernel/install.d/50-depmod.install
 %{_prefix}/lib/kernel/install.d/90-loaderentry.install
+%if %{?WITH_HOSTNAMED}
 %{_bindir}/hostnamectl
+%endif
 %{_bindir}/localectl
 %if %{?WITH_COREDUMP}
 %{_bindir}/coredumpctl
@@ -401,7 +407,9 @@ fi
 %dir %{_prefix}/lib/firmware/updates
 %dir %{_datadir}/systemd
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.systemd1.conf
+%if %{?WITH_HOSTNAMED}
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.hostname1.conf
+%endif
 %if %{?with_multiuser}
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.login1.conf
 %endif
@@ -513,7 +521,9 @@ fi
 %{_datadir}/systemd/language-fallback-map
 %{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
 %{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
+%if %{?WITH_HOSTNAMED}
 %{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
+%endif
 %if %{?with_multiuser}
 %{_datadir}/dbus-1/system-services/org.freedesktop.login1.service
 %endif