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
This commit is contained in:
Franck Bui 2019-12-12 08:32:39 +00:00 committed by Git OBS Bridge
parent 7c5b015f30
commit a8ace93a67
4 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 11 17:20:04 UTC 2019 - Franck Bui <fbui@suse.com>
- 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 <fbui@suse.com>

View File

@ -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 \

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 11 17:20:04 UTC 2019 - Franck Bui <fbui@suse.com>
- 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 <fbui@suse.com>

View File

@ -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 \