Hello community,

here is the log from the commit of package pam_mount for openSUSE:Factory 
checked in at 2020-11-29 12:27:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_mount (Old)
 and      /work/SRC/openSUSE:Factory/.pam_mount.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_mount"

Sun Nov 29 12:27:35 2020 rev:70 rq:851168 version:2.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_mount/pam_mount.changes      2020-11-23 
10:37:53.581848131 +0100
+++ /work/SRC/openSUSE:Factory/.pam_mount.new.5913/pam_mount.changes    
2020-11-29 12:27:36.981952907 +0100
@@ -1,0 +2,5 @@
+Thu Nov 26 20:18:51 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Restore symlinks while util-linux is pending
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pam_mount.spec ++++++
--- /var/tmp/diff_new_pack.O98YEo/_old  2020-11-29 12:27:37.733953667 +0100
+++ /var/tmp/diff_new_pack.O98YEo/_new  2020-11-29 12:27:37.737953672 +0100
@@ -106,13 +106,17 @@
 
 %install
 %make_install
+b="%buildroot"
 # Remove static and libtool version
-rm -f "%buildroot/%_lib/security"/*.{a,la} "%buildroot/%_libdir"/*.la
+rm -f "$b/%_lib/security"/*.{a,la} "$b/%_libdir"/*.la
 #install the docs
-mkdir -p %buildroot/%_docdir/%name/examples
-cp doc/bugs.txt doc/news.txt LICENSE* doc/faq.txt doc/todo.txt doc/options.txt 
doc/pam_mount.txt %buildroot/%_docdir/%name/
-install -m 755 %SOURCE1 %buildroot/%_docdir/%name/examples/
-install -m 755 %SOURCE2 %buildroot/%_docdir/%name/examples/
+mkdir -p "$b/%_docdir/%name/examples"
+cp -a doc/bugs.txt doc/news.txt LICENSE* doc/faq.txt doc/todo.txt 
doc/options.txt doc/pam_mount.txt "$b/%_docdir/%name/"
+install -m 755 %SOURCE1 "$b/%_docdir/%name/examples/"
+install -m 755 %SOURCE2 "$b/%_docdir/%name/examples/"
+mkdir -p "$b/sbin"
+ln -s /usr/sbin/mount.crypt "$b/sbin"
+ln -s /usr/sbin/umount.crypt "$b/sbin"
 %fdupes %buildroot/%_prefix
 
 %post
@@ -143,6 +147,7 @@
 %_sbindir/umount.*
 %_sbindir/pmvarrun
 %_sbindir/pmt-ehd
+/sbin/*mount*
 %config(noreplace) %_sysconfdir/security/pam_mount.conf.xml
 %doc %_mandir/man5/pam_mount.conf.5.gz
 %doc %_mandir/man8/*.8.gz
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to