-
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.
Merge remote-tracking branch 'origin/main' into production
- Loading branch information
Showing
3 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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 @@ | |
%global nice_name mod-qos | ||
|
||
Name: %{ns_name}-%{nice_name} | ||
Version: 11.75 | ||
Version: 11.76 | ||
Summary: mod_qos is a quality of service module for the Apache Web Server. | ||
|
||
# Doing release_prefix this way for Release allows for OBS-proof versioning, See EA-4556 for more details | ||
|
@@ -98,6 +98,9 @@ rm -rf %{buildroot} | |
%config(noreplace) %{_sysconfdir}/apache2/conf.d/qos.conf | ||
|
||
%changelog | ||
* Fri Jan 03 2025 Cory McIntire <[email protected]> - 11.76-1 | ||
- EA-12623: Update ea-apache24-mod-qos from v11.75 to v11.76 | ||
|
||
* Fri Apr 19 2024 Cory McIntire <[email protected]> - 11.75-1 | ||
- EA-12101: Update ea-apache24-mod-qos from v11.74 to v11.75 | ||
|
||
|