-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Module hot fix needs to be one for nginx repos to work
- Loading branch information
1 parent
345b81f
commit 5b89816
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ | ||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|