Accepting request 71391 from Linux-PAM

- license update: GPL-2.0+ or BSD-3-Clause
  Updating to spdx.org/licenses syntax as legal-auto for some reason did
  not accept the previous spec file license

- Remove libxcrypt-devel from BuildRequires

OBS-URL: https://build.opensuse.org/request/show/71391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam?expand=0&rev=45
This commit is contained in:
Sascha Peilicke 2011-05-26 14:17:33 +00:00 committed by Git OBS Bridge
commit e98b7d5a10
2 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 26 09:37:34 UTC 2011 - cfarrell@novell.com
- license update: GPL-2.0+ or BSD-3-Clause
Updating to spdx.org/licenses syntax as legal-auto for some reason did
not accept the previous spec file license
-------------------------------------------------------------------
Wed May 25 16:15:30 CEST 2011 - kukuk@suse.de
- Remove libxcrypt-devel from BuildRequires
-------------------------------------------------------------------
Wed Feb 23 12:45:03 UTC 2011 - vcizek@novell.com

View File

@ -21,7 +21,7 @@
Name: pam
Url: http://www.kernel.org/pub/linux/libs/pam/
BuildRequires: bison cracklib-devel db-devel flex libxcrypt-devel
BuildRequires: bison cracklib-devel db-devel flex
BuildRequires: audit-devel
%if %{enable_selinux}
BuildRequires: libselinux-devel
@ -29,7 +29,7 @@ BuildRequires: libselinux-devel
%define libpam_so_version 0.83.0
%define libpam_misc_so_version 0.82.0
%define libpamc_so_version 0.82.1
License: Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
License: GPL-2.0+ or BSD-3-Clause
Group: System/Libraries
AutoReqProv: on
# bug437293
@ -63,7 +63,7 @@ having to recompile programs that do authentication.
%package doc
License: Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
License: GPL-2.0+ or BSD-3-Clause
Summary: Documentation for Pluggable Authentication Modules
Group: Documentation/HTML
###BuildArch: noarch
@ -78,7 +78,7 @@ This package contains the documentation.
%package devel
License: Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
License: GPL-2.0+ or BSD-3-Clause
Summary: Include Files and Libraries for PAM-Development
Group: Development/Libraries/C and C++
Requires: pam = %{version} glibc-devel