This commit is contained in:
Lukas Nykryn 2015-10-02 14:02:54 +02:00
parent 38db738b9b
commit 991713278f
3 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/chkconfig-1.3.63.tar.bz2
/chkconfig-1.4.tar.bz2
/chkconfig-1.5.tar.bz2
/chkconfig-1.6.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
Name: chkconfig
Version: 1.5
Release: 2%{?dist}
Version: 1.6
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
URL: https://git.fedorahosted.org/git/chkconfig.git
@ -9,7 +9,6 @@ Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: newt-devel gettext popt-devel libselinux-devel
Conflicts: initscripts <= 5.30-1
Patch1: 0001-Makefile-fix-typo.patch
%description
Chkconfig is a basic system utility. It updates and queries runlevel
@ -31,7 +30,6 @@ page), ntsysv configures the current runlevel (5 if you're using X).
%prep
%setup -q
%patch1 -p1
%build
@ -80,8 +78,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/ntsysv.8*
%changelog
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Oct 02 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 1.6-1
- systemd-sysv-install: don't play ping-pong with systemctl
- ntsysv: add description to systemd services
- ntsysv: skip templates
- Makefile: fix typo
* Mon Jun 01 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 1.5-1
- add systemd-sysv-install alias

View File

@ -1 +1 @@
0e59a43ef588a7bba5528b10bb59bef2 chkconfig-1.5.tar.bz2
e5c03e31ddadc3cdcddd8969345b00c0 chkconfig-1.6.tar.bz2