Hello community,
here is the log from the commit of package apache2-mod_auth_mellon for
openSUSE:Factory checked in at 2020-06-04 17:56:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_auth_mellon (Old)
and /work/SRC/openSUSE:Factory/.apache2-mod_auth_mellon.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2-mod_auth_mellon"
Thu Jun 4 17:56:29 2020 rev:2 rq:811402 version:0.16.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache2-mod_auth_mellon/apache2-mod_auth_mellon.changes
2020-05-12 22:32:50.235932629 +0200
+++
/work/SRC/openSUSE:Factory/.apache2-mod_auth_mellon.new.3606/apache2-mod_auth_mellon.changes
2020-06-04 17:56:30.809016223 +0200
@@ -1,0 +2,6 @@
+Thu Jun 4 11:00:04 UTC 2020 - Kristyna Streitova <[email protected]>
+
+- update mod_auth_mellon-0.16.0-env-script-interpreter.patch
+ use /bin/bash instead of /usr/bin/bash
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache2-mod_auth_mellon.spec ++++++
--- /var/tmp/diff_new_pack.Lj7SNb/_old 2020-06-04 17:56:32.165020469 +0200
+++ /var/tmp/diff_new_pack.Lj7SNb/_new 2020-06-04 17:56:32.169020481 +0200
@@ -51,6 +51,7 @@
%package doc
Summary: Documentation for mod_auth_mellon module
+Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}
%description doc
@@ -58,6 +59,7 @@
%package diagnostics
Summary: Build of mod_auth_mellon with diagnostic logging
+Group: Productivity/Networking/Web/Servers
Requires: %{name} = %{version}-%{release}
%description diagnostics
++++++ mod_auth_mellon-0.16.0-env-script-interpreter.patch ++++++
--- /var/tmp/diff_new_pack.Lj7SNb/_old 2020-06-04 17:56:32.221020644 +0200
+++ /var/tmp/diff_new_pack.Lj7SNb/_new 2020-06-04 17:56:32.221020644 +0200
@@ -4,7 +4,7 @@
+++ mod_auth_mellon-0.16.0/mellon_create_metadata.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
-+#!/usr/bin/bash
++#!/bin/bash
set -e
PROG="$(basename "$0")"