commit pam_mount for openSUSE:Factory
Hello community, here is the log from the commit of package pam_mount for openSUSE:Factory checked in at Fri Jan 30 00:24:46 CET 2009. -------- --- pam_mount/pam_mount.changes 2009-01-12 14:47:33.000000000 +0100 +++ pam_mount/pam_mount.changes 2009-01-29 23:35:56.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Jan 29 16:00:36 CET 2009 - crrodriguez@suse.de + +- reduce buildRequires after libHX changes + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_mount.spec ++++++ --- /var/tmp/diff_new_pack.S21738/_old 2009-01-30 00:22:56.000000000 +0100 +++ /var/tmp/diff_new_pack.S21738/_new 2009-01-30 00:22:56.000000000 +0100 @@ -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 @@ %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 @@ %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 <logout> feature (bnc#461333) * enable automatic wait, term and kill. Required to terminate ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de