Index: trunk/server/fedora/Makefile
===================================================================
--- trunk/server/fedora/Makefile	(revision 1506)
+++ trunk/server/fedora/Makefile	(revision 1507)
@@ -19,5 +19,5 @@
 # See /COPYRIGHT in this repository for more information.
 
-upstream_yum	= krb5 krb5.i586 httpd openssh
+upstream_yum	= krb5 krb5.i586 httpd openssh shadow-utils
 upstream	= openafs $(upstream_yum) moira cluster-glue heartbeat pacemaker
 oursrc		= execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr athrun php_scripts scripts-wizard scripts-base
Index: trunk/server/fedora/specs/scripts-base.spec
===================================================================
--- trunk/server/fedora/specs/scripts-base.spec	(revision 1506)
+++ trunk/server/fedora/specs/scripts-base.spec	(revision 1507)
@@ -9,5 +9,5 @@
 Source: %{name}.tar.gz 
 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
-Requires: accountadm, execsys, scripts-kmod-openafs, scripts-krb5-libs, scripts-httpd, scripts-mod_ssl, openafs, scripts-openafs-client, scripts-openafs-authlibs, scripts-openafs-devel, scripts-openafs-krb5, openafs-docs, scripts-openssh-server, sql-signup, tokensys, whoisd, logview, nss-ldapd, php_scripts
+Requires: accountadm, execsys, scripts-kmod-openafs, scripts-krb5-libs, scripts-httpd, scripts-mod_ssl, openafs, scripts-openafs-client, scripts-openafs-authlibs, scripts-openafs-devel, scripts-openafs-krb5, openafs-docs, scripts-openssh-server, sql-signup, tokensys, whoisd, logview, nss-ldapd, php_scripts, scripts-shadow-utils
 %define debug_package %{nil}
 
Index: trunk/server/fedora/specs/shadow-utils.spec.patch
===================================================================
--- trunk/server/fedora/specs/shadow-utils.spec.patch	(revision 1507)
+++ trunk/server/fedora/specs/shadow-utils.spec.patch	(revision 1507)
@@ -0,0 +1,39 @@
+--- shadow-utils.spec.orig	2010-03-12 00:48:00.000000000 -0500
++++ shadow-utils.spec	2010-03-12 00:55:36.000000000 -0500
+@@ -1,7 +1,7 @@
+ Summary: Utilities for managing accounts and shadow password files
+ Name: shadow-utils
+ Version: 4.1.4.1
+-Release: 5%{?dist}
++Release: 5.scripts.%{scriptsversion}%{?dist}
+ Epoch: 2
+ URL: http://pkg-shadow.alioth.debian.org/
+ Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2
+@@ -21,6 +21,7 @@
+ Requires: audit-libs >= 1.6.5
+ Requires: setup
+ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
++Provides: scripts-shadow-utils
+ 
+ %description
+ The shadow-utils package includes the necessary programs for
+@@ -60,7 +61,8 @@
+         --with-selinux \
+         --without-libcrack \
+         --without-libpam \
+-        --disable-shared
++        --disable-shared \
++        --with-group-name-max-length=32
+ make
+ 
+ %install
+@@ -182,6 +184,9 @@
+ %{_mandir}/man8/vigr.8*
+ 
+ %changelog
++* Fri Mar 12 2010 Mitchell Berger <mitchb@mit.edu> 2:4.1.4.1-5.scripts
++- change max group name length back to 32
++
+ * Wed Aug 05 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.4.1-5
+ - increase threshold for uid/gid reservations to 200 (#515667)
+ 
