Changeset 1507


Ignore:
Timestamp:
Mar 12, 2010, 1:18:34 AM (14 years ago)
Author:
mitchb
Message:
Temporarily scriptsify shadow-utils to fix max length of group names

The upstream shadow-utils package used to hardcode the max length of
a group name to 16 characters, and Fedora patched it to make that
length match utmpx.ut_name's length (32) and documented it as being 32.
The last upstream update that Fedora took changed the code to default
to 16, but allow a nondefault value via a --with flag to configure.
Fedora's patch thus no longer applied and they dropped the relevant
hunk, but neglected to add the --with flag in the spec file, so the
max group name length dropped back to 16, causing packages that install
groups with names longer than 16 characters to begin failing to install
properly mid-release.  We'll be pursuing this issue with Fedora.
Location:
trunk/server/fedora
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r1503 r1507  
    1919# See /COPYRIGHT in this repository for more information.
    2020
    21 upstream_yum    = krb5 krb5.i586 httpd openssh
     21upstream_yum    = krb5 krb5.i586 httpd openssh shadow-utils
    2222upstream        = openafs $(upstream_yum) moira cluster-glue heartbeat pacemaker
    2323oursrc          = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr athrun php_scripts scripts-wizard scripts-base
  • trunk/server/fedora/specs/scripts-base.spec

    r1360 r1507  
    99Source: %{name}.tar.gz
    1010BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
    11 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
     11Requires: 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
    1212%define debug_package %{nil}
    1313
Note: See TracChangeset for help on using the changeset viewer.