Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b37cef481 | ||
|
|
63a711d449 | ||
|
|
6cc545750d |
2 changed files with 9 additions and 11 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
12
awstats.spec
12
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 <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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue