From 04e86bee5310d65e9562f757fd21b22a699367cc Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Wed, 5 Apr 2023 20:18:18 +0200 Subject: [PATCH] Fixing gating issue - rebuild --- .mod_auth_mellon.metadata | 1 + mod_auth_mellon.spec | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .mod_auth_mellon.metadata diff --git a/.mod_auth_mellon.metadata b/.mod_auth_mellon.metadata new file mode 100644 index 0000000..66e1c16 --- /dev/null +++ b/.mod_auth_mellon.metadata @@ -0,0 +1 @@ +df4039cca9d706b10c49ea3435af0382da2b959a mod_auth_mellon-0.17.0.tar.gz diff --git a/mod_auth_mellon.spec b/mod_auth_mellon.spec index 666e1f9..5ca574c 100644 --- a/mod_auth_mellon.spec +++ b/mod_auth_mellon.spec @@ -1,7 +1,7 @@ Summary: A SAML 2.0 authentication module for the Apache Httpd Server Name: mod_auth_mellon Version: 0.17.0 -Release: 7%{?dist} +Release: 8%{?dist} Source0: https://github.com/latchset/mod_auth_mellon/releases/download/v0.17.0/mod_auth_mellon-0.17.0.tar.gz Source1: auth_mellon.conf Source2: 10-auth_mellon.conf @@ -103,6 +103,10 @@ in the doc directory for instructions on using the diagnostics build. %dir %attr(-, apache, apache) /run/%{name}/ %changelog +* Wed Apr 5 2023 Tomas Halman - 0.17.0-8 +- Fixing gating issue - rebuild + Resolves: rhbz#2184763 + * Tue Jul 26 2022 Tomas Halman - 0.17.0-7 - bad user/group ownership for /run/mod_auth_mellon Resolves: rhbz#2047948