checked in
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam_mount?expand=0&rev=9
This commit is contained in:
parent
001a6fdbc2
commit
8618e40294
3
pam_mount-1.32.tar.bz2
Normal file
3
pam_mount-1.32.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76786345ea182a3ac53808c71340e36d999ab2ed318ca24a70af2eb1d447437c
|
||||
size 330255
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd408ff25c861940f8b3a9bfa9cbdae3ce4419320855fc83ddad73f74372b288
|
||||
size 329619
|
@ -1,16 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pam_mount (Version 1.33)
|
||||
# spec file for package pam_mount (Version 1.32)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,12 +20,12 @@
|
||||
|
||||
Name: pam_mount
|
||||
BuildRequires: perl-XML-Parser perl-XML-Writer
|
||||
BuildRequires: libtool pam-devel >= 0.99 pkg-config >= 0.23
|
||||
BuildRequires: libxml2-devel >= 2.6 openssl-devel >= 0.9.7
|
||||
BuildRequires: libtool pam-devel >= 0.99 pkg-config >= 0.19
|
||||
BuildRequires: libxml2-devel >= 2.6 openssl-devel >= 0.9.8
|
||||
BuildRequires: libHX-devel >= 3.0.1
|
||||
BuildRequires: linux-kernel-headers >= 2.6
|
||||
Summary: A PAM Module that can Mount Volumes for a User Session
|
||||
Version: 1.33
|
||||
Version: 1.32
|
||||
Release: 1
|
||||
# psmisc: /bin/fuser
|
||||
Recommends: cryptsetup
|
||||
@ -39,12 +39,10 @@ Source1: convert_pam_mount_conf.pl
|
||||
Source2: convert_keyhash.pl
|
||||
Source3: mount.crypt
|
||||
Source4: mount.encfs13
|
||||
Source5: baselibs.conf
|
||||
Patch1: pam_mount-0.47-enable-logout-kill.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Url: http://pam-mount.sourceforge.net/
|
||||
Requires(pre): coreutils, perl-XML-Writer, perl-XML-Parser
|
||||
Requires(post): coreutils, perl-XML-Writer, perl-XML-Parser
|
||||
PreReq: coreutils, perl-XML-Writer, perl-XML-Parser
|
||||
|
||||
%description
|
||||
This module is aimed at environments with central file servers that a
|
||||
@ -66,8 +64,9 @@ dm-crypt and LUKS.
|
||||
%build
|
||||
%{suse_update_config -f}
|
||||
autoreconf --verbose --force --install
|
||||
%configure --with-slibdir=/%{_lib} %{?_with_selinux:--with-selinux}
|
||||
%{__make} %{?_smp_mflags}
|
||||
CFLAGS="$RPM_OPT_FLAGS "
|
||||
%configure --disable-static --with-slibdir=/%{_lib} %{?_with_selinux:--with-selinux}
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make install DESTDIR=${RPM_BUILD_ROOT}
|
||||
|
Loading…
Reference in New Issue
Block a user