Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gitolite for openSUSE:Factory 
checked in at 2022-07-18 18:33:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gitolite (Old)
 and      /work/SRC/openSUSE:Factory/.gitolite.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gitolite"

Mon Jul 18 18:33:07 2022 rev:11 rq:988747 version:3.6.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/gitolite/gitolite.changes        2020-12-24 
19:39:12.147066924 +0100
+++ /work/SRC/openSUSE:Factory/.gitolite.new.1523/gitolite.changes      
2022-07-18 18:33:13.493696681 +0200
@@ -1,0 +2,6 @@
+Wed Feb  3 22:20:34 UTC 2021 - ch...@computersalat.de
+
+- fix for boo#1181130
+  * add nginx to group git
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gitolite.spec ++++++
--- /var/tmp/diff_new_pack.V87VGK/_old  2022-07-18 18:33:13.957697341 +0200
+++ /var/tmp/diff_new_pack.V87VGK/_new  2022-07-18 18:33:13.961697347 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gitolite
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,7 @@
 BuildArch:      noarch
 %if 0%{?suse_version} >= 1330
 Requires(pre):  user(wwwrun)
+Requires(pre):  user(nginx)
 %endif
 %if 0%{?suse_version} > 1110
 %{perl_requires}
@@ -82,6 +83,10 @@
 getent passwd wwwrun >/dev/null &&
        %{_sbindir}/usermod -a -G git wwwrun
 
+# if nginx user is not in git group, add it
+getent passwd nginx >/dev/null &&
+       %{_sbindir}/usermod -a -G git nginx
+
 %files
 %license COPYING
 %doc README.markdown CHANGELOG README.SUSE

Reply via email to