Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-puma for openSUSE:Factory checked in at 2023-05-01 18:50:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-puma (Old) and /work/SRC/openSUSE:Factory/.rubygem-puma.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-puma" Mon May 1 18:50:49 2023 rev:53 rq:1083753 version:6.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-puma/rubygem-puma.changes 2022-12-13 18:57:17.535787638 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-puma.new.1533/rubygem-puma.changes 2023-05-01 18:50:50.929236825 +0200 @@ -1,0 +2,6 @@ +Fri Apr 28 13:18:28 UTC 2023 - Marcus Rueckert <mrueck...@suse.de> + +- Fix file permissions in post_install so we do not get more + rpmlint warnings + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-puma.spec ++++++ --- /var/tmp/diff_new_pack.8UMfcl/_old 2023-05-01 18:50:51.433239818 +0200 +++ /var/tmp/diff_new_pack.8UMfcl/_new 2023-05-01 18:50:51.453239937 +0200 @@ -1,7 +1,7 @@ # # spec file for package rubygem-puma # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -62,6 +62,10 @@ --doc-files="History.md LICENSE README.md" \ -f %gem_cleanup +# MANUAL +find %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/ -type f -print0 | xargs -r0 chmod -v a-x +find %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/bin/ -type f -print0 | xargs -r0 chmod -v a+x +# /MANUAL %gem_packages ++++++ gem2rpm.yml ++++++ --- /var/tmp/diff_new_pack.8UMfcl/_old 2023-05-01 18:50:51.493240173 +0200 +++ /var/tmp/diff_new_pack.8UMfcl/_new 2023-05-01 18:50:51.497240197 +0200 @@ -69,6 +69,9 @@ # :preamble: |- BuildRequires: openssl-devel +:post_install: |- + find %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/ -type f -print0 | xargs -r0 chmod -v a-x + find %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/bin/ -type f -print0 | xargs -r0 chmod -v a+x :sources: - rubygem-puma-rpmlintrc