SHA256
1
0
forked from pool/systemd

Accepting request 813288 from home:fbui:systemd:openSUSE-Factory

- Fix build when resolved is disabled
  While at it sort the build conditionals.

OBS-URL: https://build.opensuse.org/request/show/813288
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1101
This commit is contained in:
Franck Bui 2020-06-11 08:53:53 +00:00 committed by Git OBS Bridge
parent 9b9ab0e37f
commit 397c17e983
4 changed files with 58 additions and 38 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 29 14:32:41 UTC 2020 - Franck Bui <fbui@suse.com>
- Fix build when resolved is disabled
While at it sort the build conditionals.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 28 09:30:33 UTC 2020 - Franck Bui <fbui@suse.com> Thu May 28 09:30:33 UTC 2020 - Franck Bui <fbui@suse.com>

View File

@ -31,25 +31,25 @@
%bcond_with gnuefi %bcond_with gnuefi
%if 0%{?bootstrap} %if 0%{?bootstrap}
%bcond_with coredump %bcond_with coredump
%bcond_with sysvcompat
%bcond_with machined
%bcond_with importd %bcond_with importd
%bcond_with journal_remote
%bcond_with machined
%bcond_with networkd %bcond_with networkd
%bcond_with portabled %bcond_with portabled
%bcond_with resolved %bcond_with resolved
%bcond_with journal_remote %bcond_with sysvcompat
%else %else
%bcond_without coredump %bcond_without coredump
%bcond_without sysvcompat
%bcond_without machined
%bcond_without importd
%bcond_without networkd
%bcond_without portabled
%bcond_without resolved
%bcond_without journal_remote
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
%bcond_without gnuefi %bcond_without gnuefi
%endif %endif
%bcond_without importd
%bcond_without journal_remote
%bcond_without machined
%bcond_without networkd
%bcond_without portabled
%bcond_without resolved
%bcond_without sysvcompat
%endif %endif
%bcond_with parentpathid %bcond_with parentpathid
@ -861,15 +861,18 @@ fi
# This includes all hacks needed when upgrading from SysV. # This includes all hacks needed when upgrading from SysV.
%{_prefix}/lib/systemd/scripts/upgrade-from-pre-210.sh || : %{_prefix}/lib/systemd/scripts/upgrade-from-pre-210.sh || :
# Migrate i18n settings that could be previously configured in # Migrate old i18n settings previously configured in /etc/sysconfig to
# /etc/sysconfig but now is defined only in the systemd official # the new locations used by systemd (/etc/locale.conf,
# places (/etc/locale.conf, /etc/vconsole.conf, etc...). This is done # /etc/vconsole.conf, ...). Recent version of systemd parse the new
# only once usually during package updates but might be also needed # locations only.
# during installations when we upgrade from a distro using SysV init. #
test -e %{_prefix}/lib/systemd/scripts/.migrate-sysconfig-i18n.sh~done || { # This is needed both at package updates and package installations
# because we might be upgrading from a system which was running SysV
# init (systemd package is being installed).
if ! test -e %{_prefix}/lib/systemd/scripts/.migrate-sysconfig-i18n.sh~done; then
%{_prefix}/lib/systemd/scripts/migrate-sysconfig-i18n.sh && %{_prefix}/lib/systemd/scripts/migrate-sysconfig-i18n.sh &&
touch %{_prefix}/lib/systemd/scripts/.migrate-sysconfig-i18n.sh~done || : touch %{_prefix}/lib/systemd/scripts/.migrate-sysconfig-i18n.sh~done || :
} fi
%postun %postun
%systemd_postun %systemd_postun
@ -1569,8 +1572,6 @@ fi
%{_unitdir}/systemd-networkd.service %{_unitdir}/systemd-networkd.service
%{_unitdir}/systemd-networkd.socket %{_unitdir}/systemd-networkd.socket
%{_unitdir}/systemd-networkd-wait-online.service %{_unitdir}/systemd-networkd-wait-online.service
%{_prefix}/lib/systemd/systemd-resolved
%{_unitdir}/systemd-resolved.service
%endif %endif
%if %{with resolved} %if %{with resolved}
%{_bindir}/resolvectl %{_bindir}/resolvectl
@ -1580,6 +1581,8 @@ fi
%{_datadir}/dbus-1/system-services/org.freedesktop.resolve1.service %{_datadir}/dbus-1/system-services/org.freedesktop.resolve1.service
%{_datadir}/polkit-1/actions/org.freedesktop.resolve1.policy %{_datadir}/polkit-1/actions/org.freedesktop.resolve1.policy
%{_prefix}/lib/systemd/resolv.conf %{_prefix}/lib/systemd/resolv.conf
%{_prefix}/lib/systemd/systemd-resolved
%{_unitdir}/systemd-resolved.service
%endif %endif
%endif %endif

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 29 14:32:41 UTC 2020 - Franck Bui <fbui@suse.com>
- Fix build when resolved is disabled
While at it sort the build conditionals.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 28 09:30:33 UTC 2020 - Franck Bui <fbui@suse.com> Thu May 28 09:30:33 UTC 2020 - Franck Bui <fbui@suse.com>

View File

@ -29,25 +29,25 @@
%bcond_with gnuefi %bcond_with gnuefi
%if 0%{?bootstrap} %if 0%{?bootstrap}
%bcond_with coredump %bcond_with coredump
%bcond_with sysvcompat
%bcond_with machined
%bcond_with importd %bcond_with importd
%bcond_with journal_remote
%bcond_with machined
%bcond_with networkd %bcond_with networkd
%bcond_with portabled %bcond_with portabled
%bcond_with resolved %bcond_with resolved
%bcond_with journal_remote %bcond_with sysvcompat
%else %else
%bcond_without coredump %bcond_without coredump
%bcond_without sysvcompat
%bcond_without machined
%bcond_without importd
%bcond_without networkd
%bcond_without portabled
%bcond_without resolved
%bcond_without journal_remote
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
%bcond_without gnuefi %bcond_without gnuefi
%endif %endif
%bcond_without importd
%bcond_without journal_remote
%bcond_without machined
%bcond_without networkd
%bcond_without portabled
%bcond_without resolved
%bcond_without sysvcompat
%endif %endif
%bcond_with parentpathid %bcond_with parentpathid
@ -859,15 +859,18 @@ fi
# This includes all hacks needed when upgrading from SysV. # This includes all hacks needed when upgrading from SysV.
%{_prefix}/lib/systemd/scripts/upgrade-from-pre-210.sh || : %{_prefix}/lib/systemd/scripts/upgrade-from-pre-210.sh || :
# Migrate i18n settings that could be previously configured in # Migrate old i18n settings previously configured in /etc/sysconfig to
# /etc/sysconfig but now is defined only in the systemd official # the new locations used by systemd (/etc/locale.conf,
# places (/etc/locale.conf, /etc/vconsole.conf, etc...). This is done # /etc/vconsole.conf, ...). Recent version of systemd parse the new
# only once usually during package updates but might be also needed # locations only.
# during installations when we upgrade from a distro using SysV init. #
test -e %{_prefix}/lib/systemd/scripts/.migrate-sysconfig-i18n.sh~done || { # This is needed both at package updates and package installations
# because we might be upgrading from a system which was running SysV
# init (systemd package is being installed).
if ! test -e %{_prefix}/lib/systemd/scripts/.migrate-sysconfig-i18n.sh~done; then
%{_prefix}/lib/systemd/scripts/migrate-sysconfig-i18n.sh && %{_prefix}/lib/systemd/scripts/migrate-sysconfig-i18n.sh &&
touch %{_prefix}/lib/systemd/scripts/.migrate-sysconfig-i18n.sh~done || : touch %{_prefix}/lib/systemd/scripts/.migrate-sysconfig-i18n.sh~done || :
} fi
%postun %postun
%systemd_postun %systemd_postun
@ -1567,8 +1570,6 @@ fi
%{_unitdir}/systemd-networkd.service %{_unitdir}/systemd-networkd.service
%{_unitdir}/systemd-networkd.socket %{_unitdir}/systemd-networkd.socket
%{_unitdir}/systemd-networkd-wait-online.service %{_unitdir}/systemd-networkd-wait-online.service
%{_prefix}/lib/systemd/systemd-resolved
%{_unitdir}/systemd-resolved.service
%endif %endif
%if %{with resolved} %if %{with resolved}
%{_bindir}/resolvectl %{_bindir}/resolvectl
@ -1578,6 +1579,8 @@ fi
%{_datadir}/dbus-1/system-services/org.freedesktop.resolve1.service %{_datadir}/dbus-1/system-services/org.freedesktop.resolve1.service
%{_datadir}/polkit-1/actions/org.freedesktop.resolve1.policy %{_datadir}/polkit-1/actions/org.freedesktop.resolve1.policy
%{_prefix}/lib/systemd/resolv.conf %{_prefix}/lib/systemd/resolv.conf
%{_prefix}/lib/systemd/systemd-resolved
%{_unitdir}/systemd-resolved.service
%endif %endif
%endif %endif