Build on EPEL >= 7 against libdb-devel to enable DNS/GeoDB code
This commit is contained in:
parent
ae5159deb6
commit
b5ef51fae3
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
%define ver 2.23
|
||||
%define patchlevel 08
|
||||
|
||||
%if 0%{?fedora} < 18
|
||||
%if 0%{?fedora} < 18 && 0%{?rhel} < 7
|
||||
%global db_devel db4-devel
|
||||
%else
|
||||
%global db_devel libdb-devel
|
||||
|
|
@ -11,7 +11,7 @@ Name: webalizer
|
|||
Summary: A flexible Web server log file analysis program
|
||||
Group: Applications/Internet
|
||||
Version: 2.23_08
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
URL: http://www.mrunix.net/webalizer/
|
||||
License: GPLv2+
|
||||
Source0: ftp://ftp.mrunix.net/pub/webalizer/%{name}-%{ver}-%{patchlevel}-src.tgz
|
||||
|
|
@ -88,6 +88,9 @@ exit 0
|
|||
%attr(-, webalizer, root) %{_localstatedir}/www/usage/*.png
|
||||
|
||||
%changelog
|
||||
* Tue Dec 20 2016 Robert Scheck <robert@fedoraproject.org> - 2.23_08-5
|
||||
- Build on EPEL >= 7 against libdb-devel to enable DNS/GeoDB code
|
||||
|
||||
* Thu Dec 01 2016 Sérgio Basto <sergio@serjux.com> - 2.23_08-4
|
||||
- Package review (#226536)
|
||||
- Fix bogus date in changelog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue