Skip to content

Commit

Permalink
Module hot fix needs to be one for nginx repos to work
Browse files Browse the repository at this point in the history
  • Loading branch information
luckytanuki committed Oct 24, 2024
1 parent 345b81f commit 5b89816
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rpm/kloxong-release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Summary: Kloxo release file and package configuration
Name: kloxo-release
Version: 8.1.1
Release: 7
Release: 8
License: AGPLV3
Group: System Environment/Base
URL: http://kloxong.org/
Expand Down Expand Up @@ -84,13 +84,15 @@ exclude=postfix* exim* ssmtp* pdns*
[kloxo-nginx]
name=Kloxo - nginx repo
baseurl=http://nginx.org/packages/mainline/centos/\$releasever/\$basearch/
module_hotfixes = 1
enabled=1
gpgcheck=0

# for nginx-stable
[kloxo-nginx-stable]
name=Kloxo - nginx-stable repo
baseurl=http://nginx.org/packages/centos/\$releasever/\$basearch/
module_hotfixes = 1
enabled=1
gpgcheck=0

Expand Down Expand Up @@ -159,6 +161,9 @@ install -m 755 kloxo.repo %{buildroot}%{_sysconfdir}/yum.repos.d/kloxo.repo
%{_sysconfdir}/yum.repos.d/kloxo.repo

%changelog
* Thu Oct 24 2024 John Parnell Pierce <[email protected]> - 8.1.1-8
- Module hot fix needs to be one for nginx repos to work in el8

* Sun Sep 29 2024 John Parnell Pierce <[email protected]> - 8.1.1-7
- google-mod-pagespeed requires https

Expand Down

0 comments on commit 5b89816

Please sign in to comment.