rpms/pam_mount/devel pam_mount.spec,1.2,1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:25 UTC 2005


Author: thias

Update of /cvs/extras/rpms/pam_mount/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10397/pam_mount/devel

Modified Files:
	pam_mount.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: pam_mount.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_mount/devel/pam_mount.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pam_mount.spec	2 Feb 2005 14:10:19 -0000	1.2
+++ pam_mount.spec	5 Mar 2005 21:10:23 -0000	1.3
@@ -1,4 +1,4 @@
-Summary: A PAM module that can mount volumes for a user session
+Summary: PAM module that can mount volumes for a user session
 Name: pam_mount
 Version: 0.9.16
 Release: 1
@@ -11,12 +11,12 @@
 BuildRequires: glib2-devel pam-devel openssl-devel zlib-devel
 
 %description
-This module is aimed at environments with SMB (Samba or Windows NT) 
-or NCP (Netware or Mars-NWE) servers that Unix users wish to access 
-transparently. It facilitates access to private volumes of these types 
-well. The module also supports mounting home directories using 
-loopback encrypted filesystems. The module was originally written for 
-use on the GNU/Linux operating system but has since been modified to 
+This module is aimed at environments with SMB (Samba or Windows NT)
+or NCP (Netware or Mars-NWE) servers that Unix users wish to access
+transparently. It facilitates access to private volumes of these types
+well. The module also supports mounting home directories using
+loopback encrypted filesystems. The module was originally written for
+use on the GNU/Linux operating system but has since been modified to
 work on several flavors of BSD.
 
  o Every user can access his own volumes
@@ -27,21 +27,21 @@
 
  o There is no need to keep the login passwords in any additional file
 
- o The volumes are unmounted upon logout, so it saves system resources, 
- avoiding the need of listing every every possibly useful remote 
- volume in /etc/fstab or in an automount/supermount config file. This 
+ o The volumes are unmounted upon logout, so it saves system resources,
+ avoiding the need of listing every every possibly useful remote
+ volume in /etc/fstab or in an automount/supermount config file. This
  is also necessary for securing encrypted filesystems.
 
-Pam_mount "understands" SMB, NCP, and any type of filesystem that can 
-be mounted using the standard mount command. If someone has a 
-particular need for a different filesystem, feel free to ask me to 
+Pam_mount "understands" SMB, NCP, and any type of filesystem that can
+be mounted using the standard mount command. If someone has a
+particular need for a different filesystem, feel free to ask me to
 include it and send me patches.
 
-If you intend to use pam_mount to protect volumes on your computer 
-using an encrypted filesystem system, please know that there are many 
-other issues you need to consider in order to protect your data. 
-For example, you probably want to disable or encrypt your swap 
-partition (the cryptoswap can help you do this). Don't assume a 
+If you intend to use pam_mount to protect volumes on your computer
+using an encrypted filesystem system, please know that there are many
+other issues you need to consider in order to protect your data.
+For example, you probably want to disable or encrypt your swap
+partition (the cryptoswap can help you do this). Don't assume a
 system is secure without carefully considering potential threats.
 
 
@@ -70,6 +70,7 @@
 
 %files
 %defattr(-, root, root)
+%doc AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ
 /%{_lib}/security/pam_mount.so
 /%{_lib}/security/pam_mount_auth.so
 /%{_lib}/security/pam_mount_session.so
@@ -81,9 +82,6 @@
 %config(noreplace) %{_sysconfdir}/security/pam_mount.conf
 
 
-%doc	AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ
-
-
 %changelog
 * Tue Mar 23 2004 W. Michael Petullo <mike[@]flyn.org> - 0.9.16-0.fdr.1
    - Updated to pam_mount 0.9.16.




More information about the fedora-extras-commits mailing list