From d62e956556c3d70cdefa29a3d12f58be510363f5 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Mar 26 2015 13:45:45 +0000 Subject: 1.4 --- diff --git a/.gitignore b/.gitignore index 558fede..a0ee20f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /chkconfig-1.3.61.tar.bz2 /chkconfig-1.3.62.tar.bz2 /chkconfig-1.3.63.tar.bz2 +/chkconfig-1.4.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index ea70785..84f02df 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,13 +1,15 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig -Version: 1.3.63 +Version: 1.4 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base +URL: https://git.fedorahosted.org/git/chkconfig.git Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: newt-devel gettext popt-devel +BuildRequires: newt-devel gettext popt-devel libselinux-devel Conflicts: initscripts <= 5.30-1 +Patch1: makefile.patch %description Chkconfig is a basic system utility. It updates and queries runlevel @@ -29,6 +31,7 @@ page), ntsysv configures the current runlevel (5 if you're using X). %prep %setup -q +%patch1 -p1 %build @@ -76,6 +79,15 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/ntsysv.8* %changelog +* Thu Mar 26 2015 Lukáš Nykrýn - 1.4-1 +- ntsysv: show systemd services and sockets +- fix combination --type xinetd --list service +- leveldb: restore selinux context for xinetd conf files +- alternatives: remove unused variable +- alternatives: warn if the target is not a symlink +- spec: add link to git +- lets simplify version + * Wed Nov 05 2014 Lukáš Nykrýn - 1.3.63-1 - alternatives: during install don't call preset on enabled services diff --git a/sources b/sources index e912592..0558c96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a9d030aa0915b8e9341a930e95d68e6 chkconfig-1.3.63.tar.bz2 +487dd7b760d6d2154f045797b3eecc00 chkconfig-1.4.tar.bz2