| |
@@ -1,6 +1,6 @@
|
| |
Name: awstats
|
| |
Version: 7.8
|
| |
- Release: 7%{?dist}
|
| |
+ Release: 8%{?dist}
|
| |
Summary: Advanced Web Statistics
|
| |
License: GPLv3+
|
| |
URL: http://awstats.sourceforge.net
|
| |
@@ -26,7 +26,13 @@
|
| |
BuildRequires: perl-generators
|
| |
BuildRequires: recode
|
| |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
| |
- Requires: perl-Net-IP, perl-Net-DNS, perl-Geo-IP
|
| |
+ Requires: perl-Net-IP, perl-Net-DNS
|
| |
+ # perl-Geo-IP and GeoIP are EOL and are not available in epel9
|
| |
+ # https://bugzilla.redhat.com/show_bug.cgi?id=2091875
|
| |
+ # https://bugzilla.redhat.com/show_bug.cgi?id=2066787
|
| |
+ %if 0%{?rhel} < 9
|
| |
+ Requires: perl-Geo-IP
|
| |
+ %endif
|
| |
Requires: crontabs
|
| |
Requires(post): perl-interpreter
|
| |
|
| |
@@ -180,6 +186,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Mon Aug 1 2022 Petr Lautrbach <plautrba@redhat.com> - 7.8-8
|
| |
+ - Do not require perl-Geo-IP which is EOL
|
| |
+
|
| |
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 7.8-7
|
| |
- Perl 5.36 rebuild
|
| |
|
| |