From 2370cc8d933f95a4e503e27c6f2b6f75225b6f75 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Nov 24 2015 11:47:01 +0000 Subject: 1.7 --- diff --git a/.gitignore b/.gitignore index 441252f..660ca5f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /chkconfig-1.4.tar.bz2 /chkconfig-1.5.tar.bz2 /chkconfig-1.6.tar.bz2 +/chkconfig-1.7.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index f85f1c5..dd9d518 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,6 +1,6 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig -Version: 1.6 +Version: 1.7 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -32,9 +32,11 @@ page), ntsysv configures the current runlevel (5 if you're using X). %setup -q %build - make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %{?_smp_mflags} +%check +make check + %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} SBINDIR=%{_sbindir} install @@ -78,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/ntsysv.8* %changelog +* Tue Nov 24 2015 Lukáš Nykrýn - 1.7-1 +- leveldb: fix segfault when selinux policy is not present +- alternatives: add family option + * 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 diff --git a/sources b/sources index 23a726c..4a72a12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5c03e31ddadc3cdcddd8969345b00c0 chkconfig-1.6.tar.bz2 +592a1d502ecf3d1b5c00f50d38424b31 chkconfig-1.7.tar.bz2