SPDX format; fdupes
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam_mount?expand=0&rev=40
This commit is contained in:
parent
fc051bad8b
commit
e70091bb8d
@ -22,7 +22,7 @@ Name: pam_mount
|
|||||||
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: 2.13
|
Version: 2.13
|
||||||
Release: 0
|
Release: 0
|
||||||
License: LGPLv2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
URL: http://pam-mount.sf.net/
|
URL: http://pam-mount.sf.net/
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ BuildRequires: perl-XML-Parser perl-XML-Writer
|
|||||||
BuildRequires: libtool pam-devel >= 0.99
|
BuildRequires: libtool pam-devel >= 0.99
|
||||||
# LOOP64 support:
|
# LOOP64 support:
|
||||||
BuildRequires: linux-glibc-devel >= 2.6
|
BuildRequires: linux-glibc-devel >= 2.6
|
||||||
BuildRequires: man xz
|
BuildRequires: fdupes man xz
|
||||||
BuildRequires: pkgconfig >= 0.19 pkgconfig(libHX) >= 3.12.1
|
BuildRequires: pkgconfig >= 0.19 pkgconfig(libHX) >= 3.12.1
|
||||||
BuildRequires: pkgconfig(libcrypto) >= 0.9.7
|
BuildRequires: pkgconfig(libcrypto) >= 0.9.7
|
||||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.1.2 pkgconfig(mount) >= 2.20
|
BuildRequires: pkgconfig(libcryptsetup) >= 1.1.2 pkgconfig(mount) >= 2.20
|
||||||
@ -114,6 +114,7 @@ mkdir -p %buildroot%_sbindir/
|
|||||||
mv %buildroot/sbin/mount.crypt %buildroot%_sbindir/
|
mv %buildroot/sbin/mount.crypt %buildroot%_sbindir/
|
||||||
ln -s %_sbindir/mount.crypt %buildroot%_sbindir/umount.crypt
|
ln -s %_sbindir/mount.crypt %buildroot%_sbindir/umount.crypt
|
||||||
install -m755 %SOURCE3 %buildroot/sbin/
|
install -m755 %SOURCE3 %buildroot/sbin/
|
||||||
|
%fdupes %buildroot
|
||||||
|
|
||||||
%post
|
%post
|
||||||
if [ -e etc/security/pam_mount.conf ]
|
if [ -e etc/security/pam_mount.conf ]
|
||||||
|
Loading…
Reference in New Issue
Block a user