|
|
@ -1,22 +1,20 @@
|
|
|
|
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
|
|
|
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
|
|
|
Name: chkconfig
|
|
|
|
Name: chkconfig
|
|
|
|
Version: 1.24
|
|
|
|
Version: 1.19.2
|
|
|
|
Release: 1%{?dist}.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL-2.0-only
|
|
|
|
License: GPLv2
|
|
|
|
URL: https://github.com/fedora-sysv/chkconfig
|
|
|
|
URL: https://github.com/fedora-sysv/chkconfig
|
|
|
|
Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
Patch001: 001-ostree-move-admindir-to-etc-alternatives.admindir.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: newt-devel gettext popt-devel libselinux-devel beakerlib gcc systemd-devel make
|
|
|
|
BuildRequires: newt-devel gettext popt-devel libselinux-devel beakerlib gcc systemd-devel make
|
|
|
|
Conflicts: initscripts <= 5.30-1
|
|
|
|
Conflicts: initscripts <= 5.30-1
|
|
|
|
|
|
|
|
|
|
|
|
Provides: /sbin/chkconfig
|
|
|
|
Provides: /sbin/chkconfig
|
|
|
|
|
|
|
|
Provides: alternatives = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Chkconfig is a basic system utility. It updates and queries runlevel
|
|
|
|
Chkconfig is a basic system utility. It updates and queries runlevel
|
|
|
|
information for system services. Chkconfig manipulates the numerous
|
|
|
|
information for system services. Chkconfig manipulates the numerous
|
|
|
|
symbolic links in /etc/rc.d, to relieve system administrators of some
|
|
|
|
symbolic links in /etc/rc.d, to relieve system administrators of some
|
|
|
|
of the drudgery of manually editing the symbolic links.
|
|
|
|
of the drudgery of manually editing the symbolic links.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n ntsysv
|
|
|
|
%package -n ntsysv
|
|
|
@ -30,17 +28,8 @@ manipulating the numerous symbolic links in /etc/rc.d). Unless you
|
|
|
|
specify a runlevel or runlevels on the command line (see the man
|
|
|
|
specify a runlevel or runlevels on the command line (see the man
|
|
|
|
page), ntsysv configures the current runlevel (5 if you're using X).
|
|
|
|
page), ntsysv configures the current runlevel (5 if you're using X).
|
|
|
|
|
|
|
|
|
|
|
|
%package -n alternatives
|
|
|
|
|
|
|
|
Summary: A tool to maintain symbolic links determining default commands
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n alternatives
|
|
|
|
|
|
|
|
alternatives creates, removes, maintains and displays information about the
|
|
|
|
|
|
|
|
symbolic links comprising the alternatives system. It is possible for several
|
|
|
|
|
|
|
|
programs fulfilling the same or similar functions to be installed on a single
|
|
|
|
|
|
|
|
system at the same time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%make_build RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
|
|
|
%make_build RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
|
|
@ -66,14 +55,20 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
%dir /etc/alternatives
|
|
|
|
%{_sbindir}/chkconfig
|
|
|
|
%{_sbindir}/chkconfig
|
|
|
|
|
|
|
|
%{_sbindir}/update-alternatives
|
|
|
|
|
|
|
|
%{_sbindir}/alternatives
|
|
|
|
%{_sysconfdir}/chkconfig.d
|
|
|
|
%{_sysconfdir}/chkconfig.d
|
|
|
|
%{_sysconfdir}/init.d
|
|
|
|
%{_sysconfdir}/init.d
|
|
|
|
%{_sysconfdir}/rc.d
|
|
|
|
%{_sysconfdir}/rc.d
|
|
|
|
%{_sysconfdir}/rc.d/init.d
|
|
|
|
%{_sysconfdir}/rc.d/init.d
|
|
|
|
%{_sysconfdir}/rc[0-6].d
|
|
|
|
%{_sysconfdir}/rc[0-6].d
|
|
|
|
%{_sysconfdir}/rc.d/rc[0-6].d
|
|
|
|
%{_sysconfdir}/rc.d/rc[0-6].d
|
|
|
|
|
|
|
|
%dir /var/lib/alternatives
|
|
|
|
%{_mandir}/*/chkconfig*
|
|
|
|
%{_mandir}/*/chkconfig*
|
|
|
|
|
|
|
|
%{_mandir}/*/update-alternatives*
|
|
|
|
|
|
|
|
%{_mandir}/*/alternatives*
|
|
|
|
%{_prefix}/lib/systemd/systemd-sysv-install
|
|
|
|
%{_prefix}/lib/systemd/systemd-sysv-install
|
|
|
|
|
|
|
|
|
|
|
|
%files -n ntsysv
|
|
|
|
%files -n ntsysv
|
|
|
@ -81,97 +76,14 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
|
|
|
%{_sbindir}/ntsysv
|
|
|
|
%{_sbindir}/ntsysv
|
|
|
|
%{_mandir}/*/ntsysv.8*
|
|
|
|
%{_mandir}/*/ntsysv.8*
|
|
|
|
|
|
|
|
|
|
|
|
%files -n alternatives
|
|
|
|
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
%dir /etc/alternatives
|
|
|
|
|
|
|
|
%ghost %dir %attr(755, root, root) /etc/alternatives.admindir
|
|
|
|
|
|
|
|
%ghost %dir %attr(755, root, root) /var/lib/alternatives
|
|
|
|
|
|
|
|
%{_sbindir}/update-alternatives
|
|
|
|
|
|
|
|
%{_sbindir}/alternatives
|
|
|
|
|
|
|
|
%{_mandir}/*/update-alternatives*
|
|
|
|
|
|
|
|
%{_mandir}/*/alternatives*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Sep 04 2024 Jan Macku <jamacku@redhat.com> - 1.24-1.1
|
|
|
|
* Mon May 15 2023 Jan Macku <jamacku@redhat.com> - 1.19.2-1
|
|
|
|
- ostree: move admindir to /etc/alternatives.admindir (RHEL-53997)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 04 2023 Jan Macku <jamacku@redhat.com> - 1.24-1
|
|
|
|
|
|
|
|
- ci: fix `NEXT_VERSION` in Makefile
|
|
|
|
|
|
|
|
- revert: releng: Enable Packit to handle Fedora updates
|
|
|
|
|
|
|
|
- revert: releng: Convert to rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 04 2023 Jan Macku <jamacku@redhat.com> - 1.23-1
|
|
|
|
|
|
|
|
- Translated using Weblate (Korean)
|
|
|
|
|
|
|
|
- Translated using Weblate (English (United Kingdom))
|
|
|
|
|
|
|
|
- alternatives: --keep-foreign incorrectly handles non-existent files
|
|
|
|
- alternatives: --keep-foreign incorrectly handles non-existent files
|
|
|
|
- alternatives: isLink should return 0 in case of lstat error
|
|
|
|
- alternatives: isLink should return 0 in case of lstat error
|
|
|
|
- Translated using Weblate (Swedish)
|
|
|
|
- spec: Replace not working awk command with sed (#63)
|
|
|
|
- Translated using Weblate (Korean)
|
|
|
|
|
|
|
|
- Translated using Weblate (Georgian)
|
|
|
|
* Tue Jul 27 2021 Jan Macku <jamacku@redhat.com> - 1.19.1-1
|
|
|
|
- Translated using Weblate (Finnish)
|
|
|
|
- spec: Revert changes introduced in Fedora (#61)
|
|
|
|
- Translated using Weblate (Ukrainian)
|
|
|
|
|
|
|
|
- Translated using Weblate (Polish)
|
|
|
|
|
|
|
|
- Update translation files
|
|
|
|
|
|
|
|
- Translated using Weblate (German)
|
|
|
|
|
|
|
|
- doc: update translations
|
|
|
|
|
|
|
|
- spec: remote changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 23 2023 Jan Macku <jamacku@redhat.com> - 1.22-1
|
|
|
|
|
|
|
|
- migrate to SPDX license
|
|
|
|
|
|
|
|
- Translated using Weblate (English (United Kingdom))
|
|
|
|
|
|
|
|
- Translated using Weblate (Japanese)
|
|
|
|
|
|
|
|
- ci: Add locale linter
|
|
|
|
|
|
|
|
- ci: update workflows
|
|
|
|
|
|
|
|
- test: fix ShellCheck error[SC2070]
|
|
|
|
|
|
|
|
- Bump redhat-plumbers-in-action/differential-shellcheck from 3 to 4 (#94)
|
|
|
|
|
|
|
|
- releng: Packit remove extra job trigger
|
|
|
|
|
|
|
|
- releng: Enable Packit to handle Fedora updates
|
|
|
|
|
|
|
|
- releng: Convert to rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Fri Jul 23 2021 Jan Macku <jamacku@redhat.com> - 1.19-1
|
|
|
|
- spec: Add Provides /sbin/chkconfig in order to stay backwards compatible (#60)
|
|
|
|
- spec: Add Provides /sbin/chkconfig in order to stay backwards compatible (#60)
|
|
|
@ -206,6 +118,9 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
|
|
|
- Fix spelling of SELinux
|
|
|
|
- Fix spelling of SELinux
|
|
|
|
- Remove hardcoded systemd path
|
|
|
|
- Remove hardcoded systemd path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 17 2020 Jan Macku <jamacku@redhat.com> - 1.13-2
|
|
|
|
|
|
|
|
- Package onboarded to gating
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 14 2020 Jan Macku <jamacku@redhat.com> - 1.13-1
|
|
|
|
* Tue Apr 14 2020 Jan Macku <jamacku@redhat.com> - 1.13-1
|
|
|
|
- fix typo in translations and fix bogus dates in changelog
|
|
|
|
- fix typo in translations and fix bogus dates in changelog
|
|
|
|
|
|
|
|
|
|
|
@ -400,7 +315,7 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
|
|
|
- translation updates: as, bg, bn_IN, bs, ca, de, fr, hi, hu, id, ja,
|
|
|
|
- translation updates: as, bg, bn_IN, bs, ca, de, fr, hi, hu, id, ja,
|
|
|
|
ka, ml, ms, nb, or, sk, sl
|
|
|
|
ka, ml, ms, nb, or, sk, sl
|
|
|
|
- add resetpriorities to the man page (#197399)
|
|
|
|
- add resetpriorities to the man page (#197399)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 6 2007 Bill Nottingham <notting@redhat.com> 1.3.33-1
|
|
|
|
* Tue Feb 6 2007 Bill Nottingham <notting@redhat.com> 1.3.33-1
|
|
|
|
- various changes from review - support alternate %%{_sbindir}, fix
|
|
|
|
- various changes from review - support alternate %%{_sbindir}, fix
|
|
|
|
summaries, add version to requires, assorted other bits
|
|
|
|
summaries, add version to requires, assorted other bits
|
|
|
|