Requires/ldconfig for libcryptmount*
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam_mount?expand=0&rev=39
This commit is contained in:
parent
b471739227
commit
fc051bad8b
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pam_mount
|
Name: pam_mount
|
||||||
|
%define lname libcryptmount0
|
||||||
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
|
||||||
@ -64,11 +65,11 @@ volumes are set up properly because often they need more than just a
|
|||||||
mount call, such as encrypted volumes. This includes SMB/CIFS, FUSE,
|
mount call, such as encrypted volumes. This includes SMB/CIFS, FUSE,
|
||||||
dm-crypt and LUKS.
|
dm-crypt and LUKS.
|
||||||
|
|
||||||
%package -n libcryptmount0
|
%package -n %lname
|
||||||
Summary: Library to mount crypto images and handle key files
|
Summary: Library to mount crypto images and handle key files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libcryptmount0
|
%description -n %lname
|
||||||
libcryptmount takes care of the many steps involved in making a
|
libcryptmount takes care of the many steps involved in making a
|
||||||
crypto image (file) available as a mountable block device, including
|
crypto image (file) available as a mountable block device, including
|
||||||
supplemental key file decryption, loop device setup and crypto device
|
supplemental key file decryption, loop device setup and crypto device
|
||||||
@ -78,6 +79,7 @@ and transparent use of the OS's crypto layer.
|
|||||||
%package -n libcryptmount-devel
|
%package -n libcryptmount-devel
|
||||||
Summary: Development files for libcryptmount
|
Summary: Development files for libcryptmount
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: %lname = %version
|
||||||
|
|
||||||
%description -n libcryptmount-devel
|
%description -n libcryptmount-devel
|
||||||
libcryptmount takes care of the many steps involved in making a
|
libcryptmount takes care of the many steps involved in making a
|
||||||
@ -131,6 +133,10 @@ then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%docdir %_docdir/%name
|
%docdir %_docdir/%name
|
||||||
@ -150,7 +156,7 @@ fi
|
|||||||
%policy %_sysconfdir/selinux/strict/src/policy/file_contexts/misc/%name.fc
|
%policy %_sysconfdir/selinux/strict/src/policy/file_contexts/misc/%name.fc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n libcryptmount0
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libcryptmount.so.0*
|
%_libdir/libcryptmount.so.0*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user