Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
607c0916e5 |
3 changed files with 30 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,3 +21,4 @@
|
|||
/chkconfig-1.24.tar.gz
|
||||
/chkconfig-1.25.tar.gz
|
||||
/chkconfig-1.26.tar.gz
|
||||
/chkconfig-1.27.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||
Name: chkconfig
|
||||
Version: 1.26
|
||||
Release: 3%{?dist}
|
||||
Version: 1.27
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/fedora-sysv/chkconfig
|
||||
Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
|
@ -97,11 +97,32 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
|||
%dir /var/lib/alternatives
|
||||
|
||||
%changelog
|
||||
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
* Tue May 14 2024 Jan Macku <jamacku@redhat.com> - 1.27-1
|
||||
- alternatives: properly handle chars with const in normalize_path
|
||||
- alternatives: use exit in main instead of return for critical failures
|
||||
- alternatives: fix leak
|
||||
- alternatives: fix leak
|
||||
- alternatives: fix possible overrun
|
||||
- alternatives: fix all the leaks of groups in readConfig
|
||||
- alternatives: fix all the leaks of read line in readConfig
|
||||
- alternatives: fix leak
|
||||
- alternatives: fix memory leak
|
||||
- alternatives: fix memory leak
|
||||
- alternatives: initialize parameters in main to NULL
|
||||
- alternatives: fix memory leak
|
||||
- Translated using Weblate (Korean)
|
||||
- Translated using Weblate (English (United Kingdom))
|
||||
- Translated using Weblate (Finnish)
|
||||
- Translated using Weblate (Finnish)
|
||||
- Translated using Weblate (Japanese)
|
||||
- Translated using Weblate (Swedish)
|
||||
- Translated using Weblate (Japanese)
|
||||
- Translated using Weblate (Polish)
|
||||
- Translated using Weblate (Korean)
|
||||
- Translated using Weblate (Georgian)
|
||||
- Update translation files
|
||||
- Translated using Weblate (Japanese)
|
||||
- Fix systemd dependency
|
||||
|
||||
* Wed Jan 17 2024 Jan Macku <jamacku@redhat.com> - 1.26-1
|
||||
- fix(test): dot't call `basename` with empty string
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (chkconfig-1.26.tar.gz) = e4e4ca07c93f571b93290bf010d86ab2f5bc74a2a76e6b18843b24c1212653a6e204eb4657aa0f9b7c738ba23653b456be8cd4393a04a5651ef1669ee95cbe80
|
||||
SHA512 (chkconfig-1.27.tar.gz) = e88a2bc58c06bba3abab1ed97959b1a3c13f55d6741506828035aa2ed99a21fc55a369ebb88d11dfe0038b0410a8c033902f8acbf7ce3215e6c13379d88e0ca1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue