diff --git a/.gitignore b/.gitignore index 24cfe34..441252f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/chkconfig.spec b/chkconfig.spec index 26f2588..f85f1c5 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -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 - 1.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild +* Fri Oct 02 2015 Lukáš Nykrýn - 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 - 1.5-1 - add systemd-sysv-install alias diff --git a/sources b/sources index e1b35a7..23a726c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e59a43ef588a7bba5528b10bb59bef2 chkconfig-1.5.tar.bz2 +e5c03e31ddadc3cdcddd8969345b00c0 chkconfig-1.6.tar.bz2