diff --git a/debian/changelog b/debian/changelog index 30b3af99..e36a0b79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ shadow (1:4.2-3) UNRELEASED; urgency=low * Fix a typo in su manpage. Done as an upstream patch, as of now and will be part of 4.2.1 Closes: #730692 + * Include groupmems(8) in the passwd package. Closes: #663117 [ Laurent Bigonville ] * Move pam_selinux open call higher in the session stack. Closes: #747313 diff --git a/debian/passwd.install b/debian/passwd.install index 6ef9e2df..c443627c 100644 --- a/debian/passwd.install +++ b/debian/passwd.install @@ -10,6 +10,7 @@ usr/sbin/cppw usr/sbin/groupadd usr/sbin/groupdel usr/sbin/groupmod +usr/sbin/groupmems usr/sbin/grpck usr/sbin/grpconv usr/sbin/grpunconv @@ -34,6 +35,7 @@ usr/share/man/*/man8/chpasswd.8 usr/share/man/*/man8/groupadd.8 usr/share/man/*/man8/groupdel.8 usr/share/man/*/man8/groupmod.8 +usr/share/man/*/man8/groupmems.8 usr/share/man/*/man8/grpck.8 usr/share/man/*/man8/grpconv.8 usr/share/man/*/man8/grpunconv.8