From 95bf0d1561f67f35a2556a21d97ce16c3509f925089efdf1c30b513a8519faa7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 4 Jun 2024 08:07:54 +0000 Subject: [PATCH 1/5] - Update to release 7 OBS-URL: https://build.opensuse.org/package/show/server:mail/system-user-grommunio?expand=0&rev=7 --- .gitattributes | 23 +++++++ .gitignore | 1 + debian.changelog | 5 ++ debian.compat | 1 + debian.control | 28 ++++++++ debian.rules | 13 ++++ debian.system-user-grommunio.install | 1 + debian.system-user-grommunio.postinst | 16 +++++ dummy_for_debtransform.tgz | 3 + system-user-grommunio.changes | 15 +++++ system-user-grommunio.dsc | 10 +++ system-user-grommunio.spec | 96 +++++++++++++++++++++++++++ 12 files changed, 212 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 debian.changelog create mode 100644 debian.compat create mode 100644 debian.control create mode 100644 debian.rules create mode 100644 debian.system-user-grommunio.install create mode 100644 debian.system-user-grommunio.postinst create mode 100644 dummy_for_debtransform.tgz create mode 100644 system-user-grommunio.changes create mode 100644 system-user-grommunio.dsc create mode 100644 system-user-grommunio.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/debian.changelog b/debian.changelog new file mode 100644 index 0000000..22eb896 --- /dev/null +++ b/debian.changelog @@ -0,0 +1,5 @@ +system-user-grommunio (0-0) unstable; urgency=low + + * Initial package. + + -- Grommunio Mon, 25 Jan 2021 10:00:00 +0100 diff --git a/debian.compat b/debian.compat new file mode 100644 index 0000000..e243817 --- /dev/null +++ b/debian.compat @@ -0,0 +1 @@ +12 diff --git a/debian.control b/debian.control new file mode 100644 index 0000000..efdaf73 --- /dev/null +++ b/debian.control @@ -0,0 +1,28 @@ +Source: system-user-grommunio +Priority: optional +Section: mail +Maintainer: Grommunio +Standards-Version: 4.5.0 + +Package: system-user-grommunio +Architecture: all +Pre-Depends: adduser, passwd, system-group-gromoxcf, ${misc:Pre-Depends} +Depends: ${misc:Depends} +Provides: system-group-groindex, system-group-grommunio, + system-group-groweb, system-user-grommunio, system-user-groindex, + system-user-groweb +Replaces: system-user-groweb +Breaks: system-user-groweb +Description: General grommunio system user identities + . + This package provides identities related to the Grommunio groupware suite: + * the "grommunio" user identity for running the Administration API + (usually an uwsgi process instance); AAPI needs to read + mysql_adaptor.cfg and ldap_adaptor.cfg, so is added to group + gromoxcf + * the "groweb" user identity for running PHP-FPM workers + * the "groweb" group identity for marking data to be consumed by the + groweb identity but also created by grommunio-index, e.g. groweb + search indexes + * the "groindex" user identity for running the indexer service; this + needs to read mysql_adaptor.cfg so is added to group gromoxcf diff --git a/debian.rules b/debian.rules new file mode 100644 index 0000000..bbb9c60 --- /dev/null +++ b/debian.rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +sudir = usr/lib/sysusers.d +sufile = ${sudir}/system-user-grommunio.conf +%: + dh $@ --parallel +override_dh_auto_install: + mkdir -p ${sudir} + echo 'u grommunio - "user for grommunio administration"' >${sufile} + echo 'u groweb - "user for grommunio-web"' >${sufile} + echo 'u groindex - "user for grommunio-index"' >${sufile} + echo 'm grommunio gromoxcf' >${sufile} + echo 'm groindex groweb' >${sufile} + echo 'm groindex gromoxcf' >${sufile} diff --git a/debian.system-user-grommunio.install b/debian.system-user-grommunio.install new file mode 100644 index 0000000..2e6dbc0 --- /dev/null +++ b/debian.system-user-grommunio.install @@ -0,0 +1 @@ +usr/ diff --git a/debian.system-user-grommunio.postinst b/debian.system-user-grommunio.postinst new file mode 100644 index 0000000..5841f1c --- /dev/null +++ b/debian.system-user-grommunio.postinst @@ -0,0 +1,16 @@ +#!/bin/sh +case "$1" in +configure|reconfigure) + if [ -x /usr/bin/systemd-sysusers ]; then + /usr/bin/systemd-sysusers system-user-grommunio.conf + else + for i in grommunio groweb groindex; do + getent group "$i" >/dev/null || addgroup --system "$i" + getent passwd "$i" >/dev/null || \ + adduser --system "$i" --home / --no-create-home --disabled-password --ingroup "$i" + done + usermod grommunio -aG gromoxcf + usermod groindex -aG gromoxcf + fi + ;; +esac diff --git a/dummy_for_debtransform.tgz b/dummy_for_debtransform.tgz new file mode 100644 index 0000000..22632ba --- /dev/null +++ b/dummy_for_debtransform.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd211e6cbb3d0d7d6fe7c8c8389bb5d269df09692848663626636930e4246892 +size 231 diff --git a/system-user-grommunio.changes b/system-user-grommunio.changes new file mode 100644 index 0000000..447c0d3 --- /dev/null +++ b/system-user-grommunio.changes @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Tue Jun 4 08:03:16 UTC 2024 - Jan Engelhardt + +- Update to release 7 + * New "groindex" user. Updated package descriptions. + +------------------------------------------------------------------- +Tue Jan 17 15:45:41 UTC 2023 - Jan Engelhardt + +- Add groweb user for grommunio-web, grommunio-index + +------------------------------------------------------------------- +Mon Jul 25 16:47:37 UTC 2022 - Jan Engelhardt + +- Initial package for build.opensuse.org diff --git a/system-user-grommunio.dsc b/system-user-grommunio.dsc new file mode 100644 index 0000000..6122e5c --- /dev/null +++ b/system-user-grommunio.dsc @@ -0,0 +1,10 @@ +Format: 1.0 +Source: system-user-grommunio +Architecture: all +Version: 7 +Maintainer: Grommunio +Homepage: https://grommunio.com +Standards-Version: 3.9.4 +# You need to update both .dsc and debian.control (*sigh* - Debian) +Build-Depends: + debhelper diff --git a/system-user-grommunio.spec b/system-user-grommunio.spec new file mode 100644 index 0000000..da293d2 --- /dev/null +++ b/system-user-grommunio.spec @@ -0,0 +1,96 @@ +# +# spec file for package system-user-grommunio +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: system-user-grommunio +Version: 7 +Release: 0 +Summary: General grommunio system user identities +License: MIT +Group: System/Fhs +URL: https://grommunio.com/ +BuildArch: noarch +BuildRequires: systemd-rpm-macros +Obsoletes: system-user-groweb < %version-%release +Provides: system-user-groweb = %version-%release +%if 0%{?suse_version} +BuildRequires: sysuser-tools +%sysusers_requires +%else +Provides: group(groindex) +Provides: group(grommunio) +Provides: group(groweb) +Provides: user(groindex) +Provides: user(grommunio) +Provides: user(groweb) +Requires(pre): /usr/sbin/useradd +Requires(pre): /usr/sbin/groupadd +%endif +Requires(pre): group(gromoxcf) + +%description +This package provides identities related to the Grommunio groupware suite: +* the "grommunio" user identity for running the Administration API + (usually an uwsgi process instance); AAPI needs to read + mysql_adaptor.cfg and ldap_adaptor.cfg, so is added to group + gromoxcf +* the "groweb" user identity for running PHP-FPM workers +* the "groweb" group identity for marking data to be consumed by the + groweb identity but also created by grommunio-index, e.g. groweb + search indexes +* the "groindex" user identity for running the indexer service; this + needs to read mysql_adaptor.cfg so is added to group gromoxcf + +%prep + +%build +cat <<-EOF >u.conf + u grommunio - "user for grommunio administration" + u groweb - "user for grommunio-web" + u groindex - "user for grommunio-index" + m grommunio gromoxcf + m groindex groweb + m groindex gromoxcf +EOF +%if 0%{?suse_version} +%sysusers_generate_pre u.conf user system-user-grommunio.conf +%else +>user.pre +%endif + +%install +install -Dpm0644 u.conf "%buildroot/%_sysusersdir/system-user-grommunio.conf" + +%pre -f user.pre +%if !0%{?suse_version} +getent group grommunio >/dev/null || %_sbindir/groupadd -r grommunio +getent passwd grommunio >/dev/null || %_sbindir/useradd -g grommunio -s /sbin/nologin \ + -r -c "user for grommunio administration" -d / grommunio +getent group groweb >/dev/null || %_sbindir/groupadd -r groweb +getent passwd groweb >/dev/null || %_sbindir/useradd -g groweb -s /sbin/nologin \ + -r -c "user for grommunio-web" -d / groweb +getent group groindex >/dev/null || %_sbindir/groupadd -r groindex +getent passwd groindex >/dev/null || %_sbindir/useradd -g groindex -s /sbin/nologin \ + -r -c "user for grommunio-index" -d / groindex +usermod grommunio -aG gromoxcf +usermod groindex -aG gromoxcf +%endif + +%files +%_sysusersdir/*.conf + +%changelog From 5277b9088e53b9de850ef042e48fbbf9d9b99c6042f18ca4ca9988897afefe26 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 14 Aug 2024 11:34:47 +0000 Subject: [PATCH 2/5] [info=5d8260f256301ae7ba2eb9b68e3f6a9fd955ea90fe0974826ed614d4ebb5f94a] OBS-URL: https://build.opensuse.org/package/show/server:mail/system-user-grommunio?expand=0&rev=8 --- _scmsync.obsinfo | 4 ++++ build.specials.obscpio | 3 +++ debian.control | 7 ++++--- debian.rules | 10 +++++----- system-user-grommunio.changes | 6 ++++++ system-user-grommunio.conf | 7 +++++++ system-user-grommunio.dsc | 2 +- system-user-grommunio.spec | 36 +++++------------------------------ 8 files changed, 35 insertions(+), 40 deletions(-) create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio create mode 100644 system-user-grommunio.conf diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..e9b12a9 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1723635213 +commit: 5d8260f256301ae7ba2eb9b68e3f6a9fd955ea90fe0974826ed614d4ebb5f94a +url: https://src.opensuse.org/jengelh/system-user-grommunio +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..b9530cb --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85049835eb34ea1130470d5fe8328ef72ff84520237f0cb661c6ec9d3d3f60f0 +size 256 diff --git a/debian.control b/debian.control index efdaf73..18a2fa4 100644 --- a/debian.control +++ b/debian.control @@ -6,11 +6,12 @@ Standards-Version: 4.5.0 Package: system-user-grommunio Architecture: all -Pre-Depends: adduser, passwd, system-group-gromoxcf, ${misc:Pre-Depends} +Pre-Depends: adduser, passwd, ${misc:Pre-Depends} Depends: ${misc:Depends} Provides: system-group-groindex, system-group-grommunio, - system-group-groweb, system-user-grommunio, system-user-groindex, - system-user-groweb + system-group-groweb, system-group-gromoxcf, + system-user-grommunio, system-user-groindex, system-user-groweb +# gromoxcf provided by more than one package -- intentional Replaces: system-user-groweb Breaks: system-user-groweb Description: General grommunio system user identities diff --git a/debian.rules b/debian.rules index bbb9c60..31f3994 100644 --- a/debian.rules +++ b/debian.rules @@ -6,8 +6,8 @@ sufile = ${sudir}/system-user-grommunio.conf override_dh_auto_install: mkdir -p ${sudir} echo 'u grommunio - "user for grommunio administration"' >${sufile} - echo 'u groweb - "user for grommunio-web"' >${sufile} - echo 'u groindex - "user for grommunio-index"' >${sufile} - echo 'm grommunio gromoxcf' >${sufile} - echo 'm groindex groweb' >${sufile} - echo 'm groindex gromoxcf' >${sufile} + echo 'u groweb - "user for grommunio-web"' >>${sufile} + echo 'u groindex - "user for grommunio-index"' >>${sufile} + echo 'm grommunio gromoxcf' >>${sufile} + echo 'm groindex groweb' >>${sufile} + echo 'm groindex gromoxcf' >>${sufile} diff --git a/system-user-grommunio.changes b/system-user-grommunio.changes index 447c0d3..7224f5e 100644 --- a/system-user-grommunio.changes +++ b/system-user-grommunio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 14 11:26:06 UTC 2024 - Jan Engelhardt + +- Update to release 9 + * Switch to sysusers mechanism + ------------------------------------------------------------------- Tue Jun 4 08:03:16 UTC 2024 - Jan Engelhardt diff --git a/system-user-grommunio.conf b/system-user-grommunio.conf new file mode 100644 index 0000000..6d45178 --- /dev/null +++ b/system-user-grommunio.conf @@ -0,0 +1,7 @@ +u grommunio - "user for grommunio administration" +u groweb - "user for grommunio-web" +u groindex - "user for grommunio-index" +g gromoxcf +m grommunio gromoxcf +m groindex groweb +m groindex gromoxcf diff --git a/system-user-grommunio.dsc b/system-user-grommunio.dsc index 6122e5c..238718a 100644 --- a/system-user-grommunio.dsc +++ b/system-user-grommunio.dsc @@ -1,7 +1,7 @@ Format: 1.0 Source: system-user-grommunio Architecture: all -Version: 7 +Version: 9 Maintainer: Grommunio Homepage: https://grommunio.com Standards-Version: 3.9.4 diff --git a/system-user-grommunio.spec b/system-user-grommunio.spec index da293d2..d5074e3 100644 --- a/system-user-grommunio.spec +++ b/system-user-grommunio.spec @@ -17,7 +17,7 @@ Name: system-user-grommunio -Version: 7 +Version: 9 Release: 0 Summary: General grommunio system user identities License: MIT @@ -31,16 +31,9 @@ Provides: system-user-groweb = %version-%release BuildRequires: sysuser-tools %sysusers_requires %else -Provides: group(groindex) -Provides: group(grommunio) -Provides: group(groweb) -Provides: user(groindex) -Provides: user(grommunio) -Provides: user(groweb) Requires(pre): /usr/sbin/useradd Requires(pre): /usr/sbin/groupadd %endif -Requires(pre): group(gromoxcf) %description This package provides identities related to the Grommunio groupware suite: @@ -58,36 +51,17 @@ This package provides identities related to the Grommunio groupware suite: %prep %build -cat <<-EOF >u.conf - u grommunio - "user for grommunio administration" - u groweb - "user for grommunio-web" - u groindex - "user for grommunio-index" - m grommunio gromoxcf - m groindex groweb - m groindex gromoxcf -EOF -%if 0%{?suse_version} -%sysusers_generate_pre u.conf user system-user-grommunio.conf -%else >user.pre +%if 0%{?suse_version} +%sysusers_generate_pre %_sourcedir/system-user-grommunio.conf user system-user-grommunio.conf %endif %install install -Dpm0644 u.conf "%buildroot/%_sysusersdir/system-user-grommunio.conf" %pre -f user.pre -%if !0%{?suse_version} -getent group grommunio >/dev/null || %_sbindir/groupadd -r grommunio -getent passwd grommunio >/dev/null || %_sbindir/useradd -g grommunio -s /sbin/nologin \ - -r -c "user for grommunio administration" -d / grommunio -getent group groweb >/dev/null || %_sbindir/groupadd -r groweb -getent passwd groweb >/dev/null || %_sbindir/useradd -g groweb -s /sbin/nologin \ - -r -c "user for grommunio-web" -d / groweb -getent group groindex >/dev/null || %_sbindir/groupadd -r groindex -getent passwd groindex >/dev/null || %_sbindir/useradd -g groindex -s /sbin/nologin \ - -r -c "user for grommunio-index" -d / groindex -usermod grommunio -aG gromoxcf -usermod groindex -aG gromoxcf +%if 0%{?rhel} || 0%{?fedora_version} +%sysusers_create_compat %_sourcedir/system-user-grommunio.conf %endif %files From 8e084c29b9d79797b79e2a713c1a2ab8710c309b0c0dba45b80d1418d6142ef4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 4 Sep 2024 19:25:17 +0000 Subject: [PATCH 3/5] [info=e61634ac63aa0c1a16230e6f5100f6fa2109cc7054d8dbd51fffbb527df60680] OBS-URL: https://build.opensuse.org/package/show/server:mail/system-user-grommunio?expand=0&rev=9 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- system-user-grommunio.changes | 4 ++-- system-user-grommunio.spec | 22 ++-------------------- 4 files changed, 7 insertions(+), 25 deletions(-) diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index e9b12a9..7df3aac 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1723635213 -commit: 5d8260f256301ae7ba2eb9b68e3f6a9fd955ea90fe0974826ed614d4ebb5f94a +mtime: 1725477883 +commit: e61634ac63aa0c1a16230e6f5100f6fa2109cc7054d8dbd51fffbb527df60680 url: https://src.opensuse.org/jengelh/system-user-grommunio revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index b9530cb..4bcc3ae 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85049835eb34ea1130470d5fe8328ef72ff84520237f0cb661c6ec9d3d3f60f0 +oid sha256:477cca98f1d4eef345bc583106f5a9345d6390b3e4e502eda274a5ff54c870fc size 256 diff --git a/system-user-grommunio.changes b/system-user-grommunio.changes index 7224f5e..85273ba 100644 --- a/system-user-grommunio.changes +++ b/system-user-grommunio.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Wed Aug 14 11:26:06 UTC 2024 - Jan Engelhardt +Wed Sep 4 19:24:10 UTC 2024 - Jan Engelhardt -- Update to release 9 +- Update to release 10 * Switch to sysusers mechanism ------------------------------------------------------------------- diff --git a/system-user-grommunio.spec b/system-user-grommunio.spec index d5074e3..83c140d 100644 --- a/system-user-grommunio.spec +++ b/system-user-grommunio.spec @@ -1,23 +1,5 @@ -# -# spec file for package system-user-grommunio -# -# 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via https://bugs.opensuse.org/ -# - - Name: system-user-grommunio -Version: 9 +Version: 10 Release: 0 Summary: General grommunio system user identities License: MIT @@ -57,7 +39,7 @@ This package provides identities related to the Grommunio groupware suite: %endif %install -install -Dpm0644 u.conf "%buildroot/%_sysusersdir/system-user-grommunio.conf" +install -Dpm0644 %_sourcedir/system-user-grommunio.conf "%buildroot/%_sysusersdir/system-user-grommunio.conf" %pre -f user.pre %if 0%{?rhel} || 0%{?fedora_version} From b0490a28ba464ca1c764470ae144472ad3b2f4a9a1b5f8154cbbd78dd1ae6e64 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 4 Sep 2024 22:22:54 +0000 Subject: [PATCH 4/5] [info=628f062de4138ad74d850e47ca6be6b87f7c53d9e0d81ccf251eccd38ae25791] OBS-URL: https://build.opensuse.org/package/show/server:mail/system-user-grommunio?expand=0&rev=10 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- system-user-grommunio.spec | 18 ++++++++++++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 7df3aac..263982b 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1725477883 -commit: e61634ac63aa0c1a16230e6f5100f6fa2109cc7054d8dbd51fffbb527df60680 +mtime: 1725488562 +commit: 628f062de4138ad74d850e47ca6be6b87f7c53d9e0d81ccf251eccd38ae25791 url: https://src.opensuse.org/jengelh/system-user-grommunio revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 4bcc3ae..6b4c6a9 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:477cca98f1d4eef345bc583106f5a9345d6390b3e4e502eda274a5ff54c870fc +oid sha256:7b8b48610ec0d91a9963941b1621c28241530a8180f231a7894a3ebc7802cd24 size 256 diff --git a/system-user-grommunio.spec b/system-user-grommunio.spec index 83c140d..7794c09 100644 --- a/system-user-grommunio.spec +++ b/system-user-grommunio.spec @@ -1,3 +1,21 @@ +# +# spec file for package system-user-grommunio +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + Name: system-user-grommunio Version: 10 Release: 0 From 8962c8e91d873a9997fad1830662f8be7089b03ebb5045ff6f5cbec87f0e0a19 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 4 Sep 2024 22:28:20 +0000 Subject: [PATCH 5/5] [info=ca3fb1fb09c286b35eb1f6680d18f8219545a1b1b08ea99f0ba08efef0d4ad05] OBS-URL: https://build.opensuse.org/package/show/server:mail/system-user-grommunio?expand=0&rev=11 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- system-user-grommunio.spec | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 263982b..b49a92c 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1725488562 -commit: 628f062de4138ad74d850e47ca6be6b87f7c53d9e0d81ccf251eccd38ae25791 +mtime: 1725488890 +commit: ca3fb1fb09c286b35eb1f6680d18f8219545a1b1b08ea99f0ba08efef0d4ad05 url: https://src.opensuse.org/jengelh/system-user-grommunio revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 6b4c6a9..c2b9379 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b8b48610ec0d91a9963941b1621c28241530a8180f231a7894a3ebc7802cd24 +oid sha256:2229b70186e7b7506f9433189ffe77c8453d8959419b488b9fbc00ff8e850b3f size 256 diff --git a/system-user-grommunio.spec b/system-user-grommunio.spec index 7794c09..0eac6ad 100644 --- a/system-user-grommunio.spec +++ b/system-user-grommunio.spec @@ -23,6 +23,8 @@ Summary: General grommunio system user identities License: MIT Group: System/Fhs URL: https://grommunio.com/ +Source: system-user-grommunio.conf +Source2: dummy_for_debtransform.tgz BuildArch: noarch BuildRequires: systemd-rpm-macros Obsoletes: system-user-groweb < %version-%release