-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy | ||
Name: chkconfig | ||
Version: 1.24 | ||
Version: 1.25 | ||
Release: 1%{?dist} | ||
License: GPL-2.0-only | ||
URL: https://github.com/fedora-sysv/chkconfig | ||
|
@@ -88,6 +88,11 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d | |
%dir /var/lib/alternatives | ||
|
||
%changelog | ||
* Wed Aug 02 2023 Jan Macku <[email protected]> - 1.25-1 | ||
- alternatives: fix possible buffer overrun | ||
- Translated using Weblate (Korean) | ||
- Translated using Weblate (Chinese (Simplified) (zh_CN)) | ||
|
||
* Thu May 04 2023 Jan Macku <[email protected]> - 1.24-1 | ||
- ci: fix `NEXT_VERSION` in Makefile | ||
- revert: releng: Enable Packit to handle Fedora updates | ||
|