-
Notifications
You must be signed in to change notification settings - Fork 52
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
8 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ Requires: gawk \ | |
|
||
Name: initscripts | ||
Summary: Basic support for legacy System V init scripts | ||
Version: 10.11.7 | ||
Version: 10.11.8 | ||
Release: 1%{?dist} | ||
|
||
License: GPLv2 | ||
|
@@ -397,6 +397,13 @@ fi | |
# ============================================================================= | ||
|
||
%changelog | ||
* Tue Aug 27 2024 Jan Macku <[email protected]> - 10.11.8-1 | ||
- netconsole: var/lock -> run/lock | ||
- netconsole: source sysconfig/network only if it exists | ||
- netconsole: remove unused variables | ||
- netconsole: remove trailing whitespaces | ||
- sync spec with c9s | ||
|
||
* Wed Mar 06 2024 Jan Macku <[email protected]> - 10.11.7-1 | ||
- rename_device: free path after it is used | ||
- rename_device: remove trailing whitespaces | ||
|