Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam_mount for openSUSE:Factory checked in at 2021-11-04 16:10:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam_mount (Old) and /work/SRC/openSUSE:Factory/.pam_mount.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam_mount" Thu Nov 4 16:10:00 2021 rev:73 rq:929141 version:2.18 Changes: -------- --- /work/SRC/openSUSE:Factory/pam_mount/pam_mount.changes 2021-01-11 17:18:18.128792117 +0100 +++ /work/SRC/openSUSE:Factory/.pam_mount.new.1890/pam_mount.changes 2021-11-04 16:10:41.441086119 +0100 @@ -1,0 +2,7 @@ +Wed Nov 3 10:06:25 UTC 2021 - Josef M??llers <[email protected]> + +- Make symlinks between /sbin and /usr/sbin conditional as they + are not applicable under UsrMerge. + [pam_mount.spec] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam_mount.spec ++++++ --- /var/tmp/diff_new_pack.wrpGiM/_old 2021-11-04 16:10:41.933086407 +0100 +++ /var/tmp/diff_new_pack.wrpGiM/_new 2021-11-04 16:10:41.937086409 +0100 @@ -114,11 +114,13 @@ cp -a doc/bugs.txt doc/news.txt LICENSE* doc/faq.txt doc/todo.txt doc/options.txt "$b/%_docdir/%name/" install -m 755 %SOURCE1 "$b/%_docdir/%name/examples/" install -m 755 %SOURCE2 "$b/%_docdir/%name/examples/" +%if !0%{?usrmerged} mkdir -p "$b/sbin" ln -s /usr/sbin/mount.crypt "$b/sbin" ln -s /usr/sbin/umount.crypt "$b/sbin" ln -s /usr/sbin/mount.crypt_LUKS "$b/sbin" ln -s /usr/sbin/umount.crypt_LUKS "$b/sbin" +%endif %fdupes %buildroot/%_prefix %post @@ -149,7 +151,9 @@ %_sbindir/umount.* %_sbindir/pmvarrun %_sbindir/pmt-ehd +%if !0%{?usrmerged} /sbin/*mount* +%endif %config(noreplace) %_sysconfdir/security/pam_mount.conf.xml %doc %_mandir/man5/pam_mount.conf.5.gz %doc %_mandir/man8/*.8.gz
