Accepting request 534911 from home:Andreas_Schwab:Factory
- Prerequire group(shadow), user(root) OBS-URL: https://build.opensuse.org/request/show/534911 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=171
This commit is contained in:
parent
acb196a316
commit
0e07293a0f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 08:55:29 UTC 2017 - schwab@suse.de
|
||||
|
||||
- Prerequire group(shadow), user(root)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 10:35:29 UTC 2017 - josef.moellers@suse.com
|
||||
|
||||
|
6
pam.spec
6
pam.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pam
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -42,6 +42,10 @@ Summary: A Security Tool that Provides Authentication for Applications
|
||||
License: GPL-2.0+ or BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
PreReq: permissions
|
||||
%if 0%{?suse_version} >= 1330
|
||||
Requires(pre): group(shadow)
|
||||
Requires(pre): user(root)
|
||||
%endif
|
||||
|
||||
#DL-URL: https://fedorahosted.org/releases/l/i/linux-pam/
|
||||
Source: Linux-PAM-%{version}.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user