diff --git a/shadow.changes b/shadow.changes index 4489f70..6699bf8 100644 --- a/shadow.changes +++ b/shadow.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 5 13:38:52 UTC 2021 - Maurizio Galli + +- Enable shadowgrp so that we can set more secure group passwords + using shadow. + ------------------------------------------------------------------- Fri Jun 4 07:46:34 UTC 2021 - Thorsten Kukuk diff --git a/shadow.spec b/shadow.spec index 352fd50..8faa3e2 100644 --- a/shadow.spec +++ b/shadow.spec @@ -135,7 +135,7 @@ export LDFLAGS="-pie" autoreconf -fvi %configure \ - --disable-shadowgrp \ + --enable-shadowgrp \ --enable-account-tools-setuid \ --with-audit \ --with-libpam \