Hello community, here is the log from the commit of package atheme for openSUSE:Factory checked in at 2020-09-14 12:34:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/atheme (Old) and /work/SRC/openSUSE:Factory/.atheme.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "atheme" Mon Sep 14 12:34:46 2020 rev:24 rq:834239 version:7.2.10.r2 Changes: -------- --- /work/SRC/openSUSE:Factory/atheme/atheme.changes 2019-08-22 10:54:56.213679237 +0200 +++ /work/SRC/openSUSE:Factory/.atheme.new.4249/atheme.changes 2020-09-14 12:36:36.833415671 +0200 @@ -1,0 +2,6 @@ +Mon Sep 14 07:58:12 UTC 2020 - Jan Engelhardt <[email protected]> + +- Fix misuse of %_libexecdir for /usr/lib/tmpfiles + [boo#1174075] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ atheme.spec ++++++ --- /var/tmp/diff_new_pack.Uc5VO2/_old 2020-09-14 12:36:37.857416323 +0200 +++ /var/tmp/diff_new_pack.Uc5VO2/_new 2020-09-14 12:36:37.861416327 +0200 @@ -1,7 +1,7 @@ # # spec file for package atheme # -# 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 @@ -79,9 +79,7 @@ touch libmowgli-2/Makefile modules/contrib/Makefile %build -%if 0%{?suse_version} >= 1210 export RUNDIR="/run" -%endif %configure \ --sysconfdir="%_sysconfdir/%name" \ --bindir="%_sbindir" \ @@ -90,21 +88,18 @@ --enable-warnings \ --enable-large-net \ --with-pcre - -make %{?_smp_mflags} +%make_build %install -%if 0%{?suse_version} >= 1210 export RUNDIR="/run" -%endif -b="%buildroot" %make_install DOCDIR="%_docdir/%name" +b="%buildroot" # additional documentation mkdir -p "$b/%_docdir/%name" install -m 0644 contrib/*.php contrib/*.pl TODO "$b/%_docdir/%name" -mkdir -p "$b/%_unitdir" "$b/%_libexecdir/tmpfiles.d" +mkdir -p "$b/%_unitdir" "$b/%_prefix/lib/tmpfiles.d" ln -s service "$b/%_sbindir/rcatheme" cat >"$b/%_unitdir/atheme.service" <<-EOF [Unit] @@ -150,7 +145,6 @@ %postun -n %lname -p /sbin/ldconfig %files -f %name.lang -%defattr(-,root,root) %dir %attr(750,root,atheme) %_sysconfdir/%name/ %config(noreplace) %attr(640,root,atheme) %_sysconfdir/%name/atheme.conf %config(noreplace) %attr(644,root,atheme) %_sysconfdir/%name/atheme.motd @@ -164,14 +158,12 @@ %dir %attr(750,atheme,atheme) %atheme_home %dir %attr(750,atheme,atheme) %atheme_log %_unitdir/*.service -%_libexecdir/tmpfiles.d/ +%_prefix/lib/tmpfiles.d/ %files -n %lname -%defattr(-,root,root) %_libdir/libathemecore.so.1* %files devel -%defattr(-,root,root) %_includedir/atheme/ %_libdir/libathemecore.so %_libdir/pkgconfig/atheme-services.pc
