From faf07ff7875d6ea594aba138f41ef6f0b7a312ea620c695109fc1a6e1aefcfbe Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 8 Jun 2021 06:39:30 +0000 Subject: [PATCH] Accepting request 897717 from home:mauriziogalli:branches:Base:System - Enable shadowgrp so that we can set more secure group passwords using shadow. OBS-URL: https://build.opensuse.org/request/show/897717 OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=104 --- shadow.changes | 6 ++++++ shadow.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 \