rpms/pam_mount/devel .cvsignore, 1.2, 1.3 pam_mount.spec, 1.4, 1.5 sources, 1.2, 1.3

W. Michael Petullo (mikep) fedora-extras-commits at redhat.com
Tue May 3 01:39:45 UTC 2005


Author: mikep

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

Modified Files:
	.cvsignore pam_mount.spec sources 
Log Message:
auto-import pam_mount-0.9.23-0.fdr.1 on branch devel from pam_mount-0.9.23-0.fdr.1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pam_mount/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:56:53 -0000	1.2
+++ .cvsignore	3 May 2005 01:39:43 -0000	1.3
@@ -1 +1 @@
-pam_mount-0.9.16.tar.gz
+pam_mount-0.9.23.tar.gz


Index: pam_mount.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_mount/devel/pam_mount.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pam_mount.spec	6 Apr 2005 22:12:42 -0000	1.4
+++ pam_mount.spec	3 May 2005 01:39:43 -0000	1.5
@@ -1,23 +1,24 @@
-Summary: PAM module that can mount volumes for a user session
-Name: pam_mount
-Version: 0.9.16
-Release: 2
+%define rel 0.fdr.1
 
+Summary: A PAM module that can mount volumes for a user session
+Name: pam_mount
+Version: 0.9.23
+Release: %rel
 License: LGPL
 Group: System Environment/Base
-Source: http://www.flyn.org/projects/%{name}/%{name}-%{version}.tar.gz
+Source: http://www.flyn.org/projects/%name/%name-%{PACKAGE_VERSION}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.flyn.org
 Requires: pam
 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
@@ -28,39 +29,44 @@
 
  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.
 
 
 
 %prep
+
+
 %setup
 
 
 %build
-%configure
+%configure --libdir=/%{_lib}
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+%makeinstall libdir=/%{_lib}
 mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/security
+mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/macros
+mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc
 install --owner=root --group=root --mode=0644 config/pam_mount.conf ${RPM_BUILD_ROOT}/%{_sysconfdir}/security
+install --owner=root --group=root --mode=0644 config/pam_mount_macros.te ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/macros
+install --owner=root --group=root --mode=0644 config/pam_mount.fc ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc
 rm -f ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.a
 rm -f ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.la
 
@@ -71,21 +77,53 @@
 
 %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
+%{_sbindir}/pmvarrun
 %{_bindir}/mkehd
 %{_bindir}/autoehd
 %{_bindir}/passwdehd
 %{_bindir}/mount_ehd
+%{_bindir}/mount.crypt
+%{_bindir}/umount.crypt
 %{_mandir}/man8/*
 %config(noreplace) %{_sysconfdir}/security/pam_mount.conf
+%policy %{_sysconfdir}/selinux/strict/src/policy/macros/pam_mount_macros.te
+%policy %{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc/pam_mount.fc
+
+
+%doc	AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
-- rebuilt
+* Thu Feb 10 2005 W. Michael Petullo <mike[@]flyn.org> - 0.9.22-0.fdr.1
+   - Updated to pam_mount 0.9.22.
+
+   - Should now build properly on x86-64.
+
+* Sun Dec 12 2004 W. Michael Petullo <mike[@]flyn.org> - 0.9.21-0.fdr.1
+   - Updated to pam_mount 0.9.21.
+
+* Fri Jul 23 2004 W. Michael Petullo <mike[@]flyn.org> - 0.9.20-0.fdr.1
+   - Updated to pam_mount 0.9.20.
+
+* Sun Jun 27 2004 W. Michael Petullo <mike[@]flyn.org> - 0.9.19-0.fdr.1
+   - Updated to pam_mount 0.9.19.
+
+   - Moved policy sources to /etc/selinux.
+
+* Sun Apr 25 2004 W. Michael Petullo <mike[@]flyn.org> - 0.9.18-0.fdr.1
+   - Updated to pam_mount 0.9.18.
+
+   - Added mount.crypt and umount/crypt.
+
+   - Added pmvarrun.
+
+* Wed Apr 21 2004 W. Michael Petullo <mike[@]flyn.org> - 0.9.17-0.fdr.1
+   - Updated to pam_mount 0.9.17.
+
+   - Added pam_mount_macros.te.
 
 * Tue Mar 23 2004 W. Michael Petullo <mike[@]flyn.org> - 0.9.16-0.fdr.1
    - Updated to pam_mount 0.9.16.
@@ -119,3 +157,6 @@
 * Fri Jan 23 2004 W. Michael Petullo <mike[@]flyn.org> - 0.9.12-0.fdr.1
    - Updated to pam_mount 0.9.12.
 
+
+
+


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pam_mount/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:56:53 -0000	1.2
+++ sources	3 May 2005 01:39:43 -0000	1.3
@@ -1 +1 @@
-b23420475c5dd3fb4f4ac3ef23613c1d  pam_mount-0.9.16.tar.gz
+bd6fdd953495d8661036f72e177aa0c2  pam_mount-0.9.23.tar.gz




More information about the fedora-extras-commits mailing list