Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package malcontent for openSUSE:Factory checked in at 2021-09-29 20:18:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/malcontent (Old) and /work/SRC/openSUSE:Factory/.malcontent.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "malcontent" Wed Sep 29 20:18:13 2021 rev:5 rq:922105 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/malcontent/malcontent.changes 2021-06-05 23:31:15.896410093 +0200 +++ /work/SRC/openSUSE:Factory/.malcontent.new.1899/malcontent.changes 2021-09-29 20:19:08.451002983 +0200 @@ -1,0 +2,6 @@ +Tue Sep 28 13:36:51 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Use %_pam_moduledir instead of harcoding %{_lib}/security + (boo#1191037). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ malcontent.spec ++++++ --- /var/tmp/diff_new_pack.R623ob/_old 2021-09-29 20:19:09.775005981 +0200 +++ /var/tmp/diff_new_pack.R623ob/_new 2021-09-29 20:19:09.775005981 +0200 @@ -20,7 +20,7 @@ Version: 0.10.1 Release: 0 Summary: Parental control system -License: LGPL-2.1-or-later AND GPL-2.0-or-later +License: GPL-2.0-or-later AND LGPL-2.1-or-later URL: https://gitlab.freedesktop.org/pwithnall/malcontent Source: https://tecnocode.co.uk/downloads/%{name}-%{version}.tar.xz BuildRequires: itstool @@ -102,7 +102,7 @@ %build %meson \ - -Dpamlibdir=/%{_lib}/security + -Dpamlibdir=%{_pam_moduledir} %meson_build %install @@ -121,7 +121,7 @@ %license COPYING %doc NEWS README.md %doc com.endlessm.ParentalControls.rules -/%{_lib}/security/pam_malcontent.so +%{_pam_moduledir}/pam_malcontent.so %{_bindir}/malcontent-client %{_mandir}/man8/malcontent-client.8%{?ext_man} %{_datadir}/dbus-1/interfaces/com.endlessm.ParentalControls.*