This commit is contained in:
parent
678aa79a11
commit
d90d782f30
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1540ab263927beff5558b9c1fbf28b3a6735cad508135638e82cd5508c437c9d
|
|
||||||
size 708717
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b9e88f513c0e9d3c4f9171ba0a9522228b2d8a5438d6aaa6cfb56fb1028e1ae7
|
|
||||||
size 965138
|
|
3
Linux-PAM-1.0.1-docs.tar.bz2
Normal file
3
Linux-PAM-1.0.1-docs.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0cece8350dacc264479a4d047b8b9bf0e6deab89a169f638aef8ebfb153f6d9d
|
||||||
|
size 709063
|
3
Linux-PAM-1.0.1.tar.bz2
Normal file
3
Linux-PAM-1.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:62973b460be34fb7cb4b650bd62ce0c2318d13777b7312ef12656e55a2d9f00e
|
||||||
|
size 979879
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 16 13:24:22 CEST 2008 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.0.1:
|
||||||
|
- Fixes regression in pam_set_item().
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
15
pam.spec
15
pam.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam (Version 1.0.0)
|
# spec file for package pam (Version 1.0.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -21,14 +21,14 @@ BuildRequires: audit-devel
|
|||||||
%if %{enable_selinux}
|
%if %{enable_selinux}
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
%endif
|
%endif
|
||||||
%define libpam_so_version 0.81.11
|
%define libpam_so_version 0.81.12
|
||||||
%define libpam_misc_so_version 0.81.3
|
%define libpam_misc_so_version 0.81.3
|
||||||
%define libpamc_so_version 0.81.0
|
%define libpamc_so_version 0.81.0
|
||||||
License: BSD 3-Clause; GPL v2 or later
|
License: BSD 3-Clause; GPL v2 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: A Security Tool that Provides Authentication for Applications
|
Summary: A Security Tool that Provides Authentication for Applications
|
||||||
Obsoletes: pam-laus
|
Obsoletes: pam-laus
|
||||||
Source: Linux-PAM-%{version}.tar.bz2
|
Source: Linux-PAM-%{version}.tar.bz2
|
||||||
@ -160,6 +160,10 @@ rm $DOC/modules/README.pam_namespace
|
|||||||
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/pam_keyinit*
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/pam_keyinit*
|
||||||
rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_keyinit.so
|
rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_keyinit.so
|
||||||
%endif
|
%endif
|
||||||
|
#
|
||||||
|
# XXX Fix name of locale
|
||||||
|
#
|
||||||
|
mv $RPM_BUILD_ROOT/usr/share/locale/sr@latin $RPM_BUILD_ROOT/usr/share/locale/sr@Latn
|
||||||
# Create filelist with translatins
|
# Create filelist with translatins
|
||||||
%{find_lang} Linux-PAM
|
%{find_lang} Linux-PAM
|
||||||
|
|
||||||
@ -281,6 +285,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libpam_misc.so
|
%{_libdir}/libpam_misc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 16 2008 kukuk@suse.de
|
||||||
|
- Update to version 1.0.1:
|
||||||
|
- Fixes regression in pam_set_item().
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
- added baselibs.conf file to build xxbit packages
|
- added baselibs.conf file to build xxbit packages
|
||||||
for multilib support
|
for multilib support
|
||||||
|
Loading…
Reference in New Issue
Block a user