Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Tim Jackson
3b37cef481 Merge branch 'rawhide' into epel9 2023-01-09 23:16:06 +01:00
Petr Lautrbach
63a711d449 Do not require perl-Geo-IP which is EOL 2022-08-09 12:45:26 +02:00
Petr Lautrbach
6cc545750d fedpkg import awstats-7.8-7.fc37.src.rpm 2022-07-20 15:28:40 +02:00
2 changed files with 9 additions and 11 deletions

8
.gitignore vendored
View file

@ -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

View file

@ -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 <releng@fedoraproject.org> - 7.8-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* 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