Hello community, here is the log from the commit of package pam_mount for openSUSE:Factory checked in at 2020-09-23 18:43:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_mount (Old) and /work/SRC/openSUSE:Factory/.pam_mount.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_mount" Wed Sep 23 18:43:40 2020 rev:68 rq:836187 version:2.16 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_mount/pam_mount.changes 2019-12-09 21:34:41.778110607 +0100 +++ /work/SRC/openSUSE:Factory/.pam_mount.new.4249/pam_mount.changes 2020-09-23 18:44:34.481551711 +0200 @@ -1,0 +2,6 @@ +Tue Sep 15 23:39:22 UTC 2020 - Jan Engelhardt <[email protected]> + +- Demote Recommends to Suggests. +- Trim old specfile constructs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_mount.spec ++++++ --- /var/tmp/diff_new_pack.y5LOzj/_old 2020-09-23 18:44:37.881554839 +0200 +++ /var/tmp/diff_new_pack.y5LOzj/_new 2020-09-23 18:44:37.885554843 +0200 @@ -1,7 +1,7 @@ # # spec file for package pam_mount # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Group: System/Libraries Version: 2.16 Release: 0 -Url: http://pam-mount.sf.net/ +URL: http://pam-mount.sf.net/ Source: http://downloads.sf.net/pam-mount/%name-%version.tar.xz Source9: http://downloads.sf.net/pam-mount/%name-%version.tar.asc @@ -62,7 +62,7 @@ Requires: ofl # for mount(8) and mount.cifs: Requires: util-linux >= 2.20 -Recommends: cifs-mount +Suggests: cifs-mount %description This module is aimed at environments with central file servers that a @@ -99,19 +99,16 @@ and transparent use of the OS's crypto layer. %prep -%setup -q -%patch -P 1 -p1 -%patch -P 2 -p1 -%patch -P 3 -p1 +%autosetup -p1 %build %configure --disable-static --with-slibdir="/%_lib" \ --includedir="%_includedir/libcryptmount" \ %{?_with_selinux:--with-selinux} -make %{?_smp_mflags} +%make_build %install -make install DESTDIR="%buildroot"; +%make_install # Remove static and libtool version rm -f "%buildroot/%_lib/security"/*.{a,la} "%buildroot/%_libdir"/*.la #install the docs @@ -147,11 +144,9 @@ fi %post -n %lname -p /sbin/ldconfig - %postun -n %lname -p /sbin/ldconfig %files -%defattr(-, root, root) %_docdir/%name /%_lib/security/pam_mount*.so /sbin/mount.crypt* @@ -169,11 +164,9 @@ %endif %files -n %lname -%defattr(-,root,root) %_libdir/libcryptmount.so.0* %files -n libcryptmount-devel -%defattr(-,root,root) %_includedir/libcryptmount/ %_libdir/pkgconfig/*.pc %_libdir/libcryptmount.so
