Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package caddy for openSUSE:Factory checked 
in at 2024-02-05 22:02:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caddy (Old)
 and      /work/SRC/openSUSE:Factory/.caddy.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caddy"

Mon Feb  5 22:02:37 2024 rev:22 rq:1144294 version:2.7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/caddy/caddy.changes      2023-12-08 
22:34:24.325192313 +0100
+++ /work/SRC/openSUSE:Factory/.caddy.new.1815/caddy.changes    2024-02-05 
22:02:52.794657907 +0100
@@ -1,0 +2,6 @@
+Mon Feb  5 13:40:52 UTC 2024 - Alexandre Vicenzi <alexandre.vice...@suse.com>
+
+- Provide user and group (due to RPM 4.19)
+- Update caddy.sysusers to also create a group
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ caddy.spec ++++++
--- /var/tmp/diff_new_pack.dYV4t2/_old  2024-02-05 22:02:53.398679758 +0100
+++ /var/tmp/diff_new_pack.dYV4t2/_new  2024-02-05 22:02:53.398679758 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caddy
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,8 @@
 
 
 %define project github.com/caddyserver/caddy
+%define gname caddy
+%define uname caddy
 
 # SLE-12 _sharedstatedir was /usr/com, _localstatedir is /var as expected
 # SLE-15+ _sharedstatedir is /var/lib, _localstatedir is /var
@@ -45,6 +47,8 @@
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  sysuser-tools
 BuildRequires:  golang(API) >= 1.20
+Provides:       group(%{gname})
+Provides:       user(%{uname})
 %{?systemd_requires}
 %{sysusers_requires}
 %{go_provides}
@@ -118,7 +122,7 @@
 %{_sysusersdir}/%{name}.conf
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/Caddyfile
-%attr(0750,%{name},%{name}) %dir %{_sharedstatedir}/%{name}
+%dir %attr(0750, %{uname}, %{gname}) %{_sharedstatedir}/%{name}
 # filesystem owns all the parent directories here
 %{_datadir}/bash-completion/completions/%{name}
 # own parent directories in case zsh is not installed

++++++ caddy.sysusers ++++++
--- /var/tmp/diff_new_pack.dYV4t2/_old  2024-02-05 22:02:53.518684100 +0100
+++ /var/tmp/diff_new_pack.dYV4t2/_new  2024-02-05 22:02:53.522684244 +0100
@@ -1,3 +1,4 @@
-# Type Name ID GECOS [HOME]
-u caddy - "Caddy web server" /var/lib/caddy
+#Type Name  ID   GECOS               Home directory  Shell
+u     caddy -    "Caddy web server"  /var/lib/caddy  -
+g     caddy -    -                   -               -
 

Reply via email to