From 87dd298792e93612f0d2738fbec29e612d534592 Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Wed, 5 Oct 2022 13:08:35 +0200 Subject: [PATCH] Fix build for fedora rawhide - add systemd-rpm-macros build dependency - fix bogus date in changelog --- mod_auth_mellon.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod_auth_mellon.spec b/mod_auth_mellon.spec index f60fd3a..9df9255 100644 --- a/mod_auth_mellon.spec +++ b/mod_auth_mellon.spec @@ -22,6 +22,7 @@ BuildRequires: xmlsec1-devel BuildRequires: xmlsec1-openssl-devel BuildRequires: rubygem-asciidoctor BuildRequires: libtool-ltdl-devel +BuildRequires: systemd-rpm-macros Requires: httpd-mmn = %{_httpd_mmn} Requires: lasso >= 2.5.1-13 Url: https://github.com/latchset/mod_auth_mellon @@ -113,7 +114,7 @@ in the doc directory for instructions on using the diagnostics build. * Thu Jul 21 2022 Fedora Release Engineering - 0.18.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild -* Fri Jun 1 2022 Tomas Halman - 0.18.0-2 +* Wed Jun 1 2022 Tomas Halman - 0.18.0-2 - Update mellon_create_metadata.sh to work with new openssl - Resolves: rhbz#2097703 Use of RANDFILE = /dev/urandom in openssl config break in OpenSSL 3