Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hawk2 for openSUSE:Factory checked in at 2024-01-23 22:57:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hawk2 (Old) and /work/SRC/openSUSE:Factory/.hawk2.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hawk2" Tue Jan 23 22:57:25 2024 rev:5 rq:1141004 version:2.6.4+git.1682509819.1ff135ea Changes: -------- --- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes 2023-11-27 22:44:28.716276833 +0100 +++ /work/SRC/openSUSE:Factory/.hawk2.new.16006/hawk2.changes 2024-01-23 22:57:37.907678518 +0100 @@ -1,0 +2,11 @@ +Thu Dec 14 10:36:41 CET 2023 - m...@suse.de + +- declare the users/groups we create in the preinstall scripts + (this is needed for newer rpm versions) + +------------------------------------------------------------------- +Wed Nov 29 10:24:30 UTC 2023 - Aleksei Burlakov <aburla...@suse.com> + +- Gemfile.lock should be generaged on the client side (bsc#1217642) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hawk2.spec ++++++ --- /var/tmp/diff_new_pack.VhJqUo/_old 2024-01-23 22:57:38.451698409 +0100 +++ /var/tmp/diff_new_pack.VhJqUo/_new 2024-01-23 22:57:38.455698555 +0100 @@ -64,6 +64,9 @@ BuildRequires: fdupes BuildRequires: systemd-rpm-macros %{?systemd_requires} +# declare the user/group we create in the preinstall script +Provides: user(%{uname}) +Provides: greoup(%{gname}) BuildRequires: distribution-release BuildRequires: timezone @@ -139,6 +142,13 @@ CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}" export CFLAGS make WWW_BASE=%{www_base} WWW_TMP=%{www_tmp} WWW_LOG=%{www_log} INIT_STYLE=%{init_style} LIBDIR=%{_libdir} BINDIR=%{_bindir} SBINDIR=%{_sbindir} RUBY_SUFFIX=.%{rb_ruby_suffix} +# We need the Gemfile.lock only to set the permissions +# (see %attr(-, %{uname},%{gname})%{www_base}/hawk/Gemfile.lock) +# The content shoulhawk/Gemfile.lockd be generated locally. +# Btw, I tried "> hawk/Gemfile.lock" instead of "rm + touch" +# but there was a checksum error. So let's do "rm + touch". +rm hawk/Gemfile.lock +touch hawk/Gemfile.lock %install make WWW_BASE=%{www_base} WWW_TMP=%{www_tmp} WWW_LOG=%{www_log} INIT_STYLE=%{init_style} DESTDIR=%{buildroot} install