From 89502c3e90656b621a638def86a75d2bcd7635cdca3454d238378a9ffc275950 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 12 Dec 2019 08:32:39 +0000 Subject: [PATCH] Accepting request 756002 from home:fbui:systemd:openSUSE-Factory - Manually set system-uid-max and system-gid-max to 499 It used to be detected automatically by meson but it's been broken by the migration of login.defs from /etc to /usr/etc. OBS-URL: https://build.opensuse.org/request/show/756002 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1083 --- systemd-mini.changes | 8 ++++++++ systemd-mini.spec | 2 ++ systemd.changes | 8 ++++++++ systemd.spec | 2 ++ 4 files changed, 20 insertions(+) diff --git a/systemd-mini.changes b/systemd-mini.changes index 598cc4d9..38442fb3 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 11 17:20:04 UTC 2019 - Franck Bui + +- Manually set system-uid-max and system-gid-max to 499 + + It used to be detected automatically by meson but it's been broken + by the migration of login.defs from /etc to /usr/etc. + ------------------------------------------------------------------- Wed Dec 11 17:01:57 UTC 2019 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index df209a44..6c66d74e 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -481,6 +481,8 @@ opensuse_ntp_servers=({0..3}.opensuse.pool.ntp.org) -Drootprefix=/usr \ -Dsplit-usr=true \ -Dsplit-bin=true \ + -Dsystem-uid-max=499 \ + -Dsystem-gid-max=499 \ -Dpamlibdir=/%{_lib}/security \ -Drpmmacrosdir=no \ -Dcertificate-root=%{_sysconfdir}/pki/systemd \ diff --git a/systemd.changes b/systemd.changes index 598cc4d9..38442fb3 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 11 17:20:04 UTC 2019 - Franck Bui + +- Manually set system-uid-max and system-gid-max to 499 + + It used to be detected automatically by meson but it's been broken + by the migration of login.defs from /etc to /usr/etc. + ------------------------------------------------------------------- Wed Dec 11 17:01:57 UTC 2019 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 41c8454d..3f0888c1 100644 --- a/systemd.spec +++ b/systemd.spec @@ -479,6 +479,8 @@ opensuse_ntp_servers=({0..3}.opensuse.pool.ntp.org) -Drootprefix=/usr \ -Dsplit-usr=true \ -Dsplit-bin=true \ + -Dsystem-uid-max=499 \ + -Dsystem-gid-max=499 \ -Dpamlibdir=/%{_lib}/security \ -Drpmmacrosdir=no \ -Dcertificate-root=%{_sysconfdir}/pki/systemd \