rebase to new version
Resolves: RHEL-53252
This commit is contained in:
parent
6a02f4c4ba
commit
c0e7edafaa
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/chkconfig-1.25.tar.gz
|
||||
/chkconfig-1.26.tar.gz
|
||||
/chkconfig-1.29.tar.gz
|
||||
/chkconfig-1.30.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||
Name: chkconfig
|
||||
Version: 1.29
|
||||
Version: 1.30
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/fedora-sysv/chkconfig
|
||||
@ -19,7 +19,7 @@ Provides: /sbin/chkconfig
|
||||
%description
|
||||
Chkconfig is a basic system utility. It updates and queries runlevel
|
||||
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.
|
||||
|
||||
%package -n ntsysv
|
||||
@ -95,13 +95,18 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
||||
%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*
|
||||
%dir /var/lib/alternatives
|
||||
|
||||
%changelog
|
||||
* Wed Aug 07 2024 Jan Macku <jamacku@redhat.com> - 1.30-1
|
||||
- ostree: move admindir to /etc/alternatives.admindir
|
||||
- update po/chkconfig.pot
|
||||
|
||||
* Tue Jul 30 2024 Jan Macku <jamacku@redhat.com> - 1.29-1
|
||||
- add basic mkosi config
|
||||
- remove not used directory from makefile
|
||||
|
@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
curl https://raw.githubusercontent.com/fedora-sysv/chkconfig/master/chkconfig.spec -o chkconfig.spec
|
||||
git add chkconfig.spec
|
||||
spectool -g chkconfig.spec
|
||||
fedpkg new-sources $(basename $(spectool -S -l chkconfig.spec | awk '{print $2;}'))
|
||||
git commit -m $(grep Version chkconfig.spec | awk '{print $2;}')
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (chkconfig-1.29.tar.gz) = 614524554fd5a65dde86673806d79c711307c7915f9cd4e1946828c79cc53449bd2995a9b8a874a1b670a8cfe00e1df62166647d882225a06ec86dbb0b663065
|
||||
SHA512 (chkconfig-1.30.tar.gz) = cebe17dc8efaf9821935d6d97b68115c06ec91184ad9fc0fe865f9c29884e99234265379291746c87a6036f6b847f9704f5ef6d80828a30ad7b04760d4cb45f2
|
||||
|
Loading…
Reference in New Issue
Block a user