From 6fb93975c72c621f97fff4f276a37c658e009725ccb24856342868f866775b58 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 29 Jan 2009 23:24:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam_mount?expand=0&rev=26 --- pam_mount.changes | 5 +++++ pam_mount.spec | 15 ++++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/pam_mount.changes b/pam_mount.changes index d7796e1..5d03c57 100644 --- a/pam_mount.changes +++ b/pam_mount.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 29 16:00:36 CET 2009 - crrodriguez@suse.de + +- reduce buildRequires after libHX changes + ------------------------------------------------------------------- Mon Jan 12 11:23:15 CET 2009 - mc@suse.de diff --git a/pam_mount.spec b/pam_mount.spec index 5cccbf2..a79b541 100644 --- a/pam_mount.spec +++ b/pam_mount.spec @@ -19,11 +19,11 @@ Name: pam_mount -BuildRequires: libHX-devel libxml2-devel lzma openssl-devel pam-devel perl-XML-Writer pkg-config +BuildRequires: libHX-devel lzma openssl-devel pam-devel perl-XML-Writer pkg-config BuildRequires: linux-kernel-headers Summary: A PAM Module that can Mount Volumes for a User Session Version: 0.47 -Release: 14 +Release: 15 # psmisc: /bin/fuser Recommends: cifs-mount psmisc Recommends: cryptsetup @@ -89,15 +89,14 @@ include it and send me patches. %build %{suse_update_config -f} autoreconf --verbose --force --install -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure \ - --prefix=%{_prefix} --with-slibdir=/%{_lib} --mandir=%{_mandir} \ - --sysconfdir=%{_sysconfdir} -make +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +%configure --disable-static --with-pic --with-slibdir=/%{_lib} +%{__make} %{?jobs:-j%jobs} %install make install DESTDIR=${RPM_BUILD_ROOT} # Remove static and libtool version -rm -f ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.{a,la} +rm -vf ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.{a,la} mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/security # remove mount_ehd, it's only for OpenBSD rm $RPM_BUILD_ROOT%{_prefix}/bin/mount_ehd @@ -144,6 +143,8 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man8/umount.crypt.8.gz %changelog +* Thu Jan 29 2009 crrodriguez@suse.de +- reduce buildRequires after libHX changes * Mon Jan 12 2009 mc@suse.de - fix feature (bnc#461333) * enable automatic wait, term and kill. Required to terminate