From 7ecc0544d0c6ae20ca94608552d51350a36932d7ae071196d8400fd97e3231d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20M=C3=B6llers?= Date: Mon, 22 Jun 2020 13:29:55 +0000 Subject: [PATCH] Accepting request 815713 from home:jmoellers:branches:Linux-PAM OBS-URL: https://build.opensuse.org/request/show/815713 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=218 --- pam.changes | 6 ++++++ pam.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/pam.changes b/pam.changes index f2c199e..d5e2e36 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 15 15:05:18 UTC 2020 - Josef Möllers + +- Add requirement for group "wheel" to spec file. + [bsc#1171016, pam.spec] + ------------------------------------------------------------------- Mon Jun 8 13:19:12 UTC 2020 - Thorsten Kukuk diff --git a/pam.spec b/pam.spec index cff51f0..f5d9e2e 100644 --- a/pam.spec +++ b/pam.spec @@ -53,6 +53,7 @@ BuildRequires: cracklib-devel BuildRequires: flex BuildRequires: libtool BuildRequires: xz +Requires: group(wheel) Requires(post): permissions # All login.defs variables require support from shadow side. # Upgrade this symbol version only if new variables appear!