Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package system-user-gromox for 
openSUSE:Factory checked in at 2024-03-15 20:30:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-user-gromox (Old)
 and      /work/SRC/openSUSE:Factory/.system-user-gromox.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "system-user-gromox"

Fri Mar 15 20:30:47 2024 rev:3 rq:1158088 version:6

Changes:
--------
--- /work/SRC/openSUSE:Factory/system-user-gromox/system-user-gromox.changes    
2024-03-13 22:20:14.755959131 +0100
+++ 
/work/SRC/openSUSE:Factory/.system-user-gromox.new.1905/system-user-gromox.changes
  2024-03-15 20:31:15.824043041 +0100
@@ -1,0 +2,7 @@
+Thu Mar 14 21:30:34 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 6
+  * Switch back to %sysusers_generate_pre because systemd-sysusers
+    is not present in buildroots.
+
+-------------------------------------------------------------------

New:
----
  system-user-gromox.conf

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

Other differences:
------------------
++++++ system-user-gromox.spec ++++++
--- /var/tmp/diff_new_pack.IeLgqC/_old  2024-03-15 20:31:17.668110962 +0100
+++ /var/tmp/diff_new_pack.IeLgqC/_new  2024-03-15 20:31:17.672111109 +0100
@@ -17,18 +17,21 @@
 
 
 Name:           system-user-gromox
-Version:        5
+Version:        6
 Release:        0
 Summary:        System user and group gromox
 License:        MIT
 Group:          System/Fhs
-#Source:        
https://download.grommunio.com/community/openSUSE_Tumbleweed/system-user-gromox-*.src.rpm
 URL:            https://grommunio.com/
+Source:         system-user-gromox.conf
 BuildArch:      noarch
 BuildRequires:  systemd-rpm-macros
 %if 0%{?suse_version}
-# SUSE doing SUSE things again
 BuildRequires:  sysuser-tools
+%sysusers_requires
+%endif
+%if 0%{?rhel} || 0%{?fedora_version}
+%{?sysusers_requires_compat}
 %endif
 
 %description
@@ -41,18 +44,18 @@
 # gromox.spec so that e.g. grommunio-admin-api does not grow a
 # BuildRequire on gromox (wait times).
 #
-cat >u.conf <<-EOF
-       g gromox -
-       g gromoxcf -
-       u gromox - "Gromox services"
-       m gromox gromoxcf
-EOF
+>user.pre
+%if 0%{?suse_version}
+%sysusers_generate_pre %_sourcedir/system-user-gromox.conf user
+%endif
 
 %install
-install -Dpm0644 u.conf "%buildroot/%_sysusersdir/system-user-gromox.conf"
+install -Dpm0644 %_sourcedir/system-user-gromox.conf 
"%buildroot/%_sysusersdir/system-user-gromox.conf"
 
-%post
-%sysusers_create system-user-gromox.conf
+%pre -f user.pre
+%if 0%{?rhel} || 0%{?fedora_version}
+%sysusers_create_compat %_sourcedir/system-user-gromox.conf
+%endif
 
 %files
 %_sysusersdir/*.conf

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.IeLgqC/_old  2024-03-15 20:31:17.724113025 +0100
+++ /var/tmp/diff_new_pack.IeLgqC/_new  2024-03-15 20:31:17.728113172 +0100
@@ -1,4 +1,4 @@
-system-user-gromox (5-0) unstable; urgency=low
+system-user-gromox (6-0) unstable; urgency=low
 
   * That's it.
 


++++++ system-user-gromox.conf ++++++
g gromox -
g gromoxcf -
u gromox - "Gromox services"
m gromox gromoxcf

Reply via email to