commit PackageKit for openSUSE:Factory
Hello community, here is the log from the commit of package PackageKit for openSUSE:Factory checked in at 2017-11-30 16:32:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PackageKit (Old) and /work/SRC/openSUSE:Factory/.PackageKit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "PackageKit" Thu Nov 30 16:32:05 2017 rev:167 rq:544850 version:1.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes 2017-11-10 14:44:34.299905861 +0100 +++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes 2017-11-30 16:32:06.505655547 +0100 @@ -1,0 +2,6 @@ +Thu Nov 23 13:37:14 UTC 2017 - rbrown@suse.com + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ PackageKit.spec ++++++ --- /var/tmp/diff_new_pack.g8P6H1/_old 2017-11-30 16:32:07.977602000 +0100 +++ /var/tmp/diff_new_pack.g8P6H1/_new 2017-11-30 16:32:07.981601854 +0100 @@ -17,6 +17,11 @@ # $ pkcon search file /usr/bin/anjuta +#Compat macro for new _fillupdir macro introduced in Nov 2017 +%if ! %{defined _fillupdir} + %define _fillupdir /var/adm/fillup-templates +%endif + %define BUILD_CNF 0 %define with_offline_updates 1 Name: PackageKit @@ -257,8 +262,8 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print # move the cron configuration to a sysconfig template -install -d %{buildroot}%{_localstatedir}/adm/fillup-templates -mv %{buildroot}%{_sysconfdir}/sysconfig/packagekit-background %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.packagekit-background +install -d %{buildroot}%{_fillupdir} +mv %{buildroot}%{_sysconfdir}/sysconfig/packagekit-background %{buildroot}%{_fillupdir}/sysconfig.packagekit-background # Prepare for update-alternatives mkdir -p %{buildroot}%{_sysconfdir}/alternatives ln -s -f %{_sysconfdir}/alternatives/gst-install-plugins-helper %{buildroot}/%{_libexecdir}/gst-install-plugins-helper @@ -347,7 +352,7 @@ %if %{BUILD_CNF} %{_sysconfdir}/profile.d/PackageKit.sh %endif -%{_localstatedir}/adm/fillup-templates/sysconfig.packagekit-background +%{_fillupdir}/sysconfig.packagekit-background %{_bindir}/pkcon %{_bindir}/pkmon %{_libdir}/packagekit-backend/libpk_backend_dummy.so
participants (1)
-
root@hilbert.suse.de