This commit is contained in:
Lukas Nykryn 2015-11-24 12:47:01 +01:00
parent 991713278f
commit 2370cc8d93
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/chkconfig-1.4.tar.bz2
/chkconfig-1.5.tar.bz2
/chkconfig-1.6.tar.bz2
/chkconfig-1.7.tar.bz2

View File

@ -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 <lnykryn@redhat.com> - 1.7-1
- leveldb: fix segfault when selinux policy is not present
- alternatives: add family option
* 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

View File

@ -1 +1 @@
e5c03e31ddadc3cdcddd8969345b00c0 chkconfig-1.6.tar.bz2
592a1d502ecf3d1b5c00f50d38424b31 chkconfig-1.7.tar.bz2