From 899875f86b0eed4a22052f90d92ecfdea01c866a924ff5e01dd566a1e1a0fa3a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 21 Aug 2008 16:47:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam?expand=0&rev=15 --- pam.changes | 5 +++++ pam.spec | 19 +++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/pam.changes b/pam.changes index f4ad4d7..69a3532 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 20 14:59:30 CEST 2008 - prusnak@suse.cz + +- enabled SELinux support [Fate#303662] + ------------------------------------------------------------------- Wed Apr 16 13:24:22 CEST 2008 - kukuk@suse.de diff --git a/pam.spec b/pam.spec index 50e0867..1960504 100644 --- a/pam.spec +++ b/pam.spec @@ -2,15 +2,22 @@ # spec file for package pam (Version 1.0.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -%define enable_selinux 0 +%define enable_selinux 1 Name: pam Url: http://www.kernel.org/pub/linux/libs/pam/ @@ -28,7 +35,7 @@ License: BSD 3-Clause; GPL v2 or later Group: System/Libraries AutoReqProv: on Version: 1.0.1 -Release: 1 +Release: 26 Summary: A Security Tool that Provides Authentication for Applications Obsoletes: pam-laus Source: Linux-PAM-%{version}.tar.bz2 @@ -151,8 +158,6 @@ mkdir -p $DOC/modules # Install misc docu and md5.config # install -m 644 CHANGELOG Copyright README $DOC -# SELinux is not part of SL: -rm $DOC/modules/README.pam_selinux # Not for CODE10 and older %if %{suse_version} <= 1010 rm $DOC/modules/README.pam_keyinit @@ -285,6 +290,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libpam_misc.so %changelog +* Wed Aug 20 2008 prusnak@suse.cz +- enabled SELinux support [Fate#303662] * Wed Apr 16 2008 kukuk@suse.de - Update to version 1.0.1: - Fixes regression in pam_set_item().