Hello community, here is the log from the commit of package uwsgi for openSUSE:Factory checked in at 2020-09-21 17:24:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uwsgi (Old) and /work/SRC/openSUSE:Factory/.uwsgi.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uwsgi" Mon Sep 21 17:24:19 2020 rev:38 rq:835305 version:2.0.18 Changes: -------- --- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes 2020-08-19 18:56:14.487828612 +0200 +++ /work/SRC/openSUSE:Factory/.uwsgi.new.4249/uwsgi.changes 2020-09-21 17:26:17.616077832 +0200 @@ -1,0 +2,10 @@ +Wed Sep 9 10:29:20 UTC 2020 - Andreas Schneider <[email protected]> + +- Add systemd tmpfile.d config to create /run/uwsgi + +------------------------------------------------------------------- +Wed Sep 9 09:42:14 UTC 2020 - Andreas Schneider <[email protected]> + +- Use %license for the LICENSE + +------------------------------------------------------------------- New: ---- uwsgi.tmpfiles.d ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uwsgi.spec ++++++ --- /var/tmp/diff_new_pack.Zjzw5S/_old 2020-09-21 17:26:20.420080518 +0200 +++ /var/tmp/diff_new_pack.Zjzw5S/_new 2020-09-21 17:26:20.424080522 +0200 @@ -32,6 +32,7 @@ Source6: werkzeug.xml.example Source7: README.openSUSE Source8: uwsgi.ini +Source9: uwsgi.tmpfiles.d # PATCH-FIX-OPENSUSE uwsgi-1.9.17-plugin_build_path.patch - Don't attempt to install plugins to target dest during build Patch0: uwsgi-1.9.17-plugin_build_path.patch # PATCH-FIX-OPENSUSE uwsgi-1.9.17-no-LD_RUN_PATH.patch - Disable invalid rpath in plugins @@ -164,6 +165,7 @@ different technology on top of the same core. +# This is part of the apache2 package now %if 0%{suse_version} < 1500 %package -n apache2-mod_proxy_uwsgi Summary: uWSGI Proxy Module for Apache 2.0 @@ -570,11 +572,15 @@ ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rcuwsgi %endif +install -d -m 0755 %{buildroot}%{_tmpfilesdir} +install -m 0644 %{SOURCE9} %{buildroot}/%{_tmpfilesdir}/uwsgi.conf + %pre %service_add_pre uwsgi.service %post %service_add_post uwsgi.service +%tmpfiles_create %{_tmpfilesdir}/uwsgi.conf %preun %service_del_preun uwsgi.service @@ -584,15 +590,17 @@ %files %defattr(-,root,root,-) -%doc CONTRIBUTORS LICENSE README contrib examples README.openSUSE +%license LICENSE +%doc CONTRIBUTORS README contrib examples README.openSUSE %{_sbindir}/uwsgi %dir %{_sysconfdir}/uwsgi/ %config(noreplace) %{_sysconfdir}/uwsgi/uwsgi.ini %dir %{_sysconfdir}/uwsgi/vassals %config %{_sysconfdir}/uwsgi/vassals/* %dir %{_libdir}/uwsgi -%ghost /run/uwsgi +%ghost %dir %attr(711,root,root) /run/uwsgi %{_unitdir}/uwsgi.service +%{_tmpfilesdir}/uwsgi.conf %if 0%{?suse_version} > 1220 %{_sbindir}/rcuwsgi %endif ++++++ uwsgi.tmpfiles.d ++++++ # Type Path Mode UID GID Age Argument d /run/uwsgi 0711 root root - -
