From 7caa47cbba17ba3e256c7ddaf620da7b57f8ef37 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: May 29 2018 01:02:08 +0000 Subject: Remove the custom macros since they are defined in httpd-devel --- diff --git a/mod_ruid2.spec b/mod_ruid2.spec index 8bd2aaf..4b3f26d 100644 --- a/mod_ruid2.spec +++ b/mod_ruid2.spec @@ -1,14 +1,6 @@ -%{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}} -%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}} -%{!?_httpd_confdir: %{expand: %%global _httpd_confdir %%{_sysconfdir}/httpd/conf.d}} -# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4 -%{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}} -%{!?_httpd_moddir: %{expand: %%global _httpd_moddir %%{_libdir}/httpd/modules}} - - Name: mod_ruid2 Version: 0.9.8 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A suexec module for Apache License: ASL 2.0 @@ -64,6 +56,9 @@ install -m 755 .libs/mod_ruid2.so %{buildroot}%{_httpd_moddir} %license LICENSE %changelog +* Tue May 29 2018 Athmane Madjoudj - 0.9.8-9 +- Remove the custom macros since they are defined in httpd-devel + * Thu Feb 08 2018 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild