diff --git a/.gitignore b/.gitignore index f81cfd7..2f0ffee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1 @@ -awstats-7.0.tar.gz -/awstats-7.1.tar.gz -/awstats-7.1.1.tar.gz -/awstats-7.2.tar.gz -/awstats-7.3.tar.gz -/awstats-7.4.tar.gz -/awstats-7.6.tar.gz -/awstats-7.7.tar.gz /awstats-7.8.tar.gz diff --git a/awstats.spec b/awstats.spec index f2b17e7..cc3634f 100644 --- a/awstats.spec +++ b/awstats.spec @@ -25,7 +25,13 @@ BuildRequires: perl-interpreter 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 @@ -172,8 +178,8 @@ fi - Fix CVE-2022-46391 (rhbz #2150632) - Clean up spec file, removing conditionals for now-obsolete releases -* Wed Jul 20 2022 Fedora Release Engineering - 7.8-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild +* Mon Aug 1 2022 Petr Lautrbach - 7.8-8 +- Do not require perl-Geo-IP which is EOL * Mon May 30 2022 Jitka Plesnikova - 7.8-7 - Perl 5.36 rebuild