3cd12006bb
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
43 lines
1.2 KiB
Diff
43 lines
1.2 KiB
Diff
From e882a5dfad4ad41a256ea3867e1a4c4a08df9a98 Mon Sep 17 00:00:00 2001
|
|
From: Michel Thebeau <michel.thebeau@windriver.com>
|
|
Date: Fri, 19 Aug 2016 09:28:43 -0400
|
|
Subject: [PATCH] spec: add patch to remove unused groups
|
|
|
|
Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
|
|
---
|
|
SPECS/setup.spec | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/SPECS/setup.spec b/SPECS/setup.spec
|
|
index 6c18614..223bfd5 100644
|
|
--- a/SPECS/setup.spec
|
|
+++ b/SPECS/setup.spec
|
|
@@ -1,7 +1,7 @@
|
|
Summary: A set of system configuration and setup files
|
|
Name: setup
|
|
Version: 2.8.71
|
|
-Release: 8%{?dist}
|
|
+Release: 9%{?dist}
|
|
License: Public Domain
|
|
Group: System Environment/Base
|
|
URL: https://fedorahosted.org/setup/
|
|
@@ -24,6 +24,7 @@ Patch6: tis-uid-gid.patch
|
|
Patch7: updating-gids-and-uids-to-support-upgrade-from-wrl.patch
|
|
Patch8: passwd-remove-unused-default-users-and-groups.patch
|
|
Patch9: snmpd-fm-user-group.patch
|
|
+Patch10: remove-unused-default-groups.patch
|
|
|
|
%description
|
|
The setup package contains a set of important system configuration and
|
|
@@ -41,6 +42,7 @@ setup files, such as passwd, group, and profile.
|
|
%patch7 -p1
|
|
%patch8 -p1
|
|
%patch9 -p1
|
|
+%patch10 -p1
|
|
|
|
./shadowconvert.sh
|
|
|
|
--
|
|
1.8.3.1
|
|
|