Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b78da2f8d9 |
3 changed files with 48 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -15,3 +15,4 @@
|
|||
/chkconfig-1.15.tar.gz
|
||||
/chkconfig-1.18.tar.gz
|
||||
/chkconfig-1.19.tar.gz
|
||||
/chkconfig-1.21.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||
Name: chkconfig
|
||||
Version: 1.19
|
||||
Version: 1.21
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://github.com/fedora-sysv/chkconfig
|
||||
|
|
@ -88,6 +88,51 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
|||
%dir /var/lib/alternatives
|
||||
|
||||
%changelog
|
||||
* Wed Oct 05 2022 Jan Macku <jamacku@redhat.com> - 1.21-1
|
||||
- ci: Add CodeQL to replace LGTM
|
||||
- alternatives: replace master/slave with leader/follower
|
||||
- chkconfig: use correct cmp function
|
||||
- Bump redhat-plumbers-in-action/differential-shellcheck from 2 to 3
|
||||
- ci: Add Shell linter - Differential ShellCheck
|
||||
- ci: Use more inclusive terminology in workflows
|
||||
- ci: Update workflows, packit and dependabot
|
||||
- Translated using Weblate (Friulian)
|
||||
- Translated using Weblate (Swedish)
|
||||
- Translated using Weblate (Estonian)
|
||||
- Translated using Weblate (Georgian)
|
||||
- Translated using Weblate (Polish)
|
||||
- Translated using Weblate (Korean)
|
||||
- Translated using Weblate (Czech)
|
||||
- Translations update from Fedora Weblate (#77)
|
||||
- Translations update from Fedora Weblate (#75)
|
||||
- Translations update from Fedora Weblate (#74)
|
||||
- Translations update from Fedora Weblate (#73)
|
||||
- Translated using Weblate (Ukrainian)
|
||||
- Update translation files
|
||||
- Family mentioned for --set in both man and help
|
||||
- Translated using Weblate (French)
|
||||
- build-sys: Ensure `systemd-sysv-install` symlink does not have `//`
|
||||
- Translated using Weblate (German)
|
||||
- Add LGTM badges to README
|
||||
- Merge remote-tracking branch 'weblate/master'
|
||||
- Translated using Weblate (Indonesian)
|
||||
- Translated using Weblate (Finnish)
|
||||
- Translated using Weblate (Korean)
|
||||
- Translated using Weblate (Ukrainian)
|
||||
- Translated using Weblate (Turkish)
|
||||
- Translated using Weblate (Polish)
|
||||
- Translated using Weblate (Norwegian Nynorsk)
|
||||
- Update translation files
|
||||
- Translated using Weblate (Finnish)
|
||||
- Translated using Weblate (Czech)
|
||||
- Translated using Weblate (Swedish)
|
||||
- Translated using Weblate (Italian)
|
||||
- Translated using Weblate (Spanish)
|
||||
- Translated using Weblate (Chinese (Simplified))
|
||||
|
||||
* Wed Jul 28 2021 Jan Macku <jamacku@redhat.com> - 1.20-1
|
||||
- spec: Replace not working awk command with sed (#62)
|
||||
|
||||
* Fri Jul 23 2021 Jan Macku <jamacku@redhat.com> - 1.19-1
|
||||
- spec: Add Provides /sbin/chkconfig in order to stay backwards compatible (#60)
|
||||
|
||||
|
|
@ -108,12 +153,6 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
|||
- Add basic CI and README
|
||||
- spec: sync specfile with Fedora
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Jan 21 2021 Jan Macku <jamacku@redhat.com> - 1.15-1
|
||||
- spec: sync specfile with Fedora
|
||||
- makefile: Use rpmdev-bumpspec's legacy date option
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (chkconfig-1.19.tar.gz) = a7ff0a79f99317224500ec36a5aca710676a229144bdac4a883871036bb3ce20121d1aed55b37be83c17f616de3822d87d264ec3e5767c085419e7f0340705f9
|
||||
SHA512 (chkconfig-1.21.tar.gz) = 92cb420ec0247d48a672705c87417a3955e603de267e123aa1aa8c26c73707283a21b82a8321288498312b6612a723b7d557e85ce8ca9cfabae268f16bfe9ce6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue