rpms/pam_mount/devel pam_mount.spec,1.19,1.20

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Wed Sep 6 20:42:14 UTC 2006


Author: mjk

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

Modified Files:
	pam_mount.spec 
Log Message:
fixed build



Index: pam_mount.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_mount/devel/pam_mount.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- pam_mount.spec	6 Sep 2006 19:36:26 -0000	1.19
+++ pam_mount.spec	6 Sep 2006 20:42:14 -0000	1.20
@@ -1,6 +1,6 @@
 Name:           pam_mount
 Version:        0.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A PAM module that can mount volumes for a user session
 
 Group:          System Environment/Base
@@ -57,7 +57,7 @@
 %patch1 -p1
 
 %build
-%configure--libdir=%{_lib}
+%configure --libdir=/%{_lib}
 
 make %{?_smp_mflags}
 
@@ -65,8 +65,6 @@
 %install
 rm -rf %{buildroot}
 
-#%%makeinstall libdir=%{buildroot}/%{_lib}
-
 make DESTDIR=%{buildroot} install
 
 mkdir -p %{buildroot}/%{_sysconfdir}/security
@@ -104,8 +102,9 @@
 
 
 %changelog
-* Thu Sep 07 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.17-1
+* Thu Sep 07 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.17-2
 - Upstream update
+- Build on x86_64
 
 * Mon Aug 27 2006 Michael J. Knox <michael[AT]knox.net.nz> - 0.13.0-9
 - Rebuild for FC6




More information about the scm-commits mailing list