this is a hack on the package of newer shadow-utils to provide _only_ newuidmap and newgidmap for centos7, and not require an upgrade of the full shadow-utils package
Vincent Batts
3544220035
and have the main package depend on them for consistent experience. Though this may hae the side effect of yum wanting to use the main shadow as an upgrade to the shadow 4.1 that centos/rhel are using ... Built local rpm with: ```shell rpmbuild \ --define "_sourcedir $(pwd)" \ --define "_specdir $(pwd)" \ --define "_builddir $(pwd)" \ --define "_srcrpmdir $(pwd)" \ --define "_rpmdir $(pwd)" \ --nodeps \ -ba \ shadow-utils.spec ``` Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> |
||
---|---|---|
tests | ||
.gitignore | ||
gpl-2.0.txt | ||
shadow-4.1.5.1-default-range.patch | ||
shadow-4.1.5.1-info-parent-dir.patch | ||
shadow-4.1.5.1-logmsg.patch | ||
shadow-4.1.5.1-userdel-helpfix.patch | ||
shadow-4.2.1-date-parsing.patch | ||
shadow-4.2.1-no-lock-dos.patch | ||
shadow-4.2.1-null-tm.patch | ||
shadow-4.3.1-manfix.patch | ||
shadow-4.3.1-selinux-perms.patch | ||
shadow-4.5-crypt_h.patch | ||
shadow-4.5-goodname.patch | ||
shadow-4.5-long-entry.patch | ||
shadow-4.5-usermod-unlock.patch | ||
shadow-4.6-audit-update.patch | ||
shadow-4.6-getenforce.patch | ||
shadow-4.6-move-home.patch | ||
shadow-4.6-orig-context.patch | ||
shadow-4.6-redhat.patch | ||
shadow-4.6-selinux.patch | ||
shadow-4.6-usermod-crash.patch | ||
shadow-bsd.txt | ||
shadow-utils.login.defs | ||
shadow-utils.spec | ||
shadow-utils.useradd | ||
sources |