Accepting request 28412 from home:jengelh:branches:Linux-PAM
Copy from home:jengelh:branches:Linux-PAM/pam_mount via accept of submit request 28412 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/28412 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam_mount?expand=0&rev=8
This commit is contained in:
parent
1b56352a74
commit
001a6fdbc2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76786345ea182a3ac53808c71340e36d999ab2ed318ca24a70af2eb1d447437c
|
|
||||||
size 330255
|
|
3
pam_mount-1.33.tar.bz2
Normal file
3
pam_mount-1.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd408ff25c861940f8b3a9bfa9cbdae3ce4419320855fc83ddad73f74372b288
|
||||||
|
size 329619
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 01:52:56 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- update to version 1.33
|
||||||
|
* avoid multi-free of auth token when pam_mount is rerun in a
|
||||||
|
PAM stack
|
||||||
|
* avoid NULL dereference when there is an empty line in mtab
|
||||||
|
- adjust BuildRequires as upstream really requires
|
||||||
|
- package baselibs.conf
|
||||||
|
- convert PreReq to Requires(pre,post)
|
||||||
|
- remove CFLAGS="$RPM_OPT_FLAGS", it is implicit
|
||||||
|
- use _smp_mflags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 18 13:14:17 CET 2009 - mc@suse.de
|
Fri Dec 18 13:14:17 CET 2009 - mc@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam_mount (Version 1.32)
|
# spec file for package pam_mount (Version 1.33)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,12 +20,12 @@
|
|||||||
|
|
||||||
Name: pam_mount
|
Name: pam_mount
|
||||||
BuildRequires: perl-XML-Parser perl-XML-Writer
|
BuildRequires: perl-XML-Parser perl-XML-Writer
|
||||||
BuildRequires: libtool pam-devel >= 0.99 pkg-config >= 0.19
|
BuildRequires: libtool pam-devel >= 0.99 pkg-config >= 0.23
|
||||||
BuildRequires: libxml2-devel >= 2.6 openssl-devel >= 0.9.8
|
BuildRequires: libxml2-devel >= 2.6 openssl-devel >= 0.9.7
|
||||||
BuildRequires: libHX-devel >= 3.0.1
|
BuildRequires: libHX-devel >= 3.0.1
|
||||||
BuildRequires: linux-kernel-headers >= 2.6
|
BuildRequires: linux-kernel-headers >= 2.6
|
||||||
Summary: A PAM Module that can Mount Volumes for a User Session
|
Summary: A PAM Module that can Mount Volumes for a User Session
|
||||||
Version: 1.32
|
Version: 1.33
|
||||||
Release: 1
|
Release: 1
|
||||||
# psmisc: /bin/fuser
|
# psmisc: /bin/fuser
|
||||||
Recommends: cryptsetup
|
Recommends: cryptsetup
|
||||||
@ -39,10 +39,12 @@ Source1: convert_pam_mount_conf.pl
|
|||||||
Source2: convert_keyhash.pl
|
Source2: convert_keyhash.pl
|
||||||
Source3: mount.crypt
|
Source3: mount.crypt
|
||||||
Source4: mount.encfs13
|
Source4: mount.encfs13
|
||||||
|
Source5: baselibs.conf
|
||||||
Patch1: pam_mount-0.47-enable-logout-kill.dif
|
Patch1: pam_mount-0.47-enable-logout-kill.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: http://pam-mount.sourceforge.net/
|
Url: http://pam-mount.sourceforge.net/
|
||||||
PreReq: coreutils, perl-XML-Writer, perl-XML-Parser
|
Requires(pre): coreutils, perl-XML-Writer, perl-XML-Parser
|
||||||
|
Requires(post): coreutils, perl-XML-Writer, perl-XML-Parser
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module is aimed at environments with central file servers that a
|
This module is aimed at environments with central file servers that a
|
||||||
@ -64,9 +66,8 @@ dm-crypt and LUKS.
|
|||||||
%build
|
%build
|
||||||
%{suse_update_config -f}
|
%{suse_update_config -f}
|
||||||
autoreconf --verbose --force --install
|
autoreconf --verbose --force --install
|
||||||
CFLAGS="$RPM_OPT_FLAGS "
|
%configure --with-slibdir=/%{_lib} %{?_with_selinux:--with-selinux}
|
||||||
%configure --disable-static --with-slibdir=/%{_lib} %{?_with_selinux:--with-selinux}
|
%{__make} %{?_smp_mflags}
|
||||||
%{__make} %{?jobs:-j%jobs}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=${RPM_BUILD_ROOT}
|
make install DESTDIR=${RPM_BUILD_ROOT}
|
||||||
|
Loading…
Reference in New Issue
Block a user