diff --git a/SOURCES/0001-Force-local-users-to-100.patch b/SOURCES/0001-Force-local-users-to-100.patch new file mode 100644 index 0000000..5572a81 --- /dev/null +++ b/SOURCES/0001-Force-local-users-to-100.patch @@ -0,0 +1,25 @@ +From 5f81a686574b3f66f73056f6f8a312ffa86df3de Mon Sep 17 00:00:00 2001 +From: tigro +Date: Wed, 18 Oct 2023 11:48:45 +0300 +Subject: [PATCH] Force local users to 100 + +--- + src/daemon.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/daemon.c b/src/daemon.c +index c52bda3..a7451be 100644 +--- a/src/daemon.c ++++ b/src/daemon.c +@@ -148,7 +148,7 @@ error_get_type (void) + #endif + + #ifndef MAX_LOCAL_USERS +-#define MAX_LOCAL_USERS 50 ++#define MAX_LOCAL_USERS 100 + #endif + + static void +-- +2.41.0 + diff --git a/SPECS/accountsservice.spec b/SPECS/accountsservice.spec index 010294e..b25af0c 100644 --- a/SPECS/accountsservice.spec +++ b/SPECS/accountsservice.spec @@ -2,7 +2,7 @@ Name: accountsservice Version: 0.6.55 -Release: 10%{?dist} +Release: 10%{?dist}.inferit Summary: D-Bus interfaces for querying and manipulating user account information License: GPLv3+ URL: https://www.freedesktop.org/wiki/Software/AccountsService/ @@ -37,6 +37,8 @@ Patch40001: 0001-user-Introduce-user-templates-for-setting-default-se.patch Patch50001: 0001-daemon-Allow-SystemAccount-false-to-be-set-in-cache-.patch Patch50002: 0002-main-Allow-cache-files-to-be-marked-immutable.patch +Patch99900: 0001-Force-local-users-to-100.patch + %description The accountsservice project provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation @@ -124,6 +126,9 @@ cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user %{_datadir}/gtk-doc/html/libaccountsservice/* %changelog +* Wed Oct 18 2023 Arkady L. Shane - 0.6.55-10.inferit +- Force local users to 100 (INF-696) + * Wed Mar 15 2023 MSVSphere Packaging Team - 0.6.55-10 - Rebuilt for MSVSphere 9.1.