Compare commits

...

No commits in common. 'c9' and 'i9' have entirely different histories.
c9 ... i9

@ -0,0 +1,25 @@
From 5f81a686574b3f66f73056f6f8a312ffa86df3de Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com>
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

@ -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,12 @@ 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 <tigro@msvsphere-os.ru> - 0.6.55-10.inferit
- Force local users to 100 (INF-696)
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.6.55-10
- Rebuilt for MSVSphere 9.1.
* Thu Feb 24 2022 Ray Strode <rstrode@redhat.com> - 0.6.55-10
- Synchronize permissions and group ownership for icon and users dirs
between rpm file manifest and daemon expectations.

Loading…
Cancel
Save