Hello community,
here is the log from the commit of package gnome-code-assistance for
openSUSE:Factory checked in at 2017-12-23 12:18:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-code-assistance (Old)
and /work/SRC/openSUSE:Factory/.gnome-code-assistance.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-code-assistance"
Sat Dec 23 12:18:22 2017 rev:18 rq:558106 version:3.16.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-code-assistance/gnome-code-assistance.changes
2017-12-06 08:49:27.345046248 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-code-assistance.new/gnome-code-assistance.changes
2017-12-23 12:18:23.930764967 +0100
@@ -1,0 +2,10 @@
+Fri Dec 15 10:36:31 UTC 2017 - [email protected]
+
+- Fix some rpmlint warnings:
+ + env-script-interpreter: Replace (using sed) /usr/bin/env FOO
+ hasbangs.
+ + empty-%post/postun: disable the scripts on suse_version > 1320:
+ %glib2_gsettings_schema_post/post are no longer needed as the
+ %functionality is covered by file triggers.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-code-assistance.spec ++++++
--- /var/tmp/diff_new_pack.Tnt5XB/_old 2017-12-23 12:18:24.462739029 +0100
+++ /var/tmp/diff_new_pack.Tnt5XB/_new 2017-12-23 12:18:24.462739029 +0100
@@ -89,12 +89,17 @@
%install
%make_install
+# fixup hasbangs of executable scripts, do not point to /usr/bin/env
+find %{buildroot}%{_libexecdir}/%{name} -type f -exec \
+ sed -i "s|#!/usr/bin/env |#!/usr/bin/|" {} \;
+%if 0%{?suse_version} <= 1320
%post
%glib2_gsettings_schema_post
%postun
%glib2_gsettings_schema_postun
+%endif
%files
%defattr(-,root,root)