Changeset 1508


Ignore:
Timestamp:
Mar 12, 2010, 2:13:48 AM (14 years ago)
Author:
mitchb
Message:
Don't remove groups on uninstallation of nss_nonlocal
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/nss_nonlocal.spec

    r1131 r1508  
    33Name: nss_nonlocal
    44Version: 1.9
    5 Release: 0
     5Release: 1
    66URL: http://debathena.mit.edu/nss_nonlocal/
    77BuildRequires: autoconf
     
    5555%postun
    5656/sbin/ldconfig
    57 test "$1" != 0 || groupdel nss-local-users || :
    58 test "$1" != 0 || groupdel nss-nonlocal-users || :
    5957
    6058%changelog
    6159
     60* Fri Mar 12 2010 Mitchell Berger <mitchb@mit.edu> 1.9-1
     61- Per Fedora packaging guidelines, don't ever remove groups.
     62- Rebuild to ensure that the nss-nonlocal-users group is added, even if it was
     63  previously rejected by a buggy groupadd with an incorrect name length limit.
     64
    6265* Thu May  8 2008 Anders Kaseorg <andersk@mit.edu> 1.6-0
    6366- Initial RPM release.
Note: See TracChangeset for help on using the changeset viewer.