3 |
%define httpd httpd |
%define httpd httpd |
4 |
%define name mod_auth_tkt |
%define name mod_auth_tkt |
5 |
%if 0%{?rhel} < 7 |
%if 0%{?rhel} < 7 |
6 |
%define apxs /usr/sbin/apxs |
%global apxs /usr/sbin/apxs |
7 |
%else |
%else |
8 |
%define apxs /usr/bin/apxs |
%global apxs /usr/bin/apxs |
9 |
%endif |
%endif |
10 |
%{?apache:%define httpd apache} |
%{?apache:%define httpd apache} |
11 |
%{?apache:%define name mod_auth_tkt1} |
%{?apache:%define name mod_auth_tkt1} |
102 |
/var/www/auth/*.cgi |
/var/www/auth/*.cgi |
103 |
|
|
104 |
%changelog |
%changelog |
105 |
|
* Tue Mar 15 2016 Daniel Berteaud <daniel@firewall-services.coM> 2.3.99b1-2 |
106 |
|
- Tweaks in spec file so it can build in mock/plague [SME: 9310] |
107 |
|
|
108 |
* Fri Jul 31 2015 Gavin Carr <gavin@openfusion.com.au> 2.3.99b1-1 |
* Fri Jul 31 2015 Gavin Carr <gavin@openfusion.com.au> 2.3.99b1-1 |
109 |
- Update to version 2.3.99b1, 2.4 release beta1. |
- Update to version 2.3.99b1, 2.4 release beta1. |
110 |
|
|