diff --git a/chkconfig.spec b/chkconfig.spec index e94b5ac..6a20710 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.21 -Release: 1 +Release: 2 License: GPLv2 URL: https://github.com/fedora-sysv/chkconfig Source: https://github.com/fedora-sysv/chkconfig/archive/refs/tags/%{name}-%{version}.tar.gz @@ -28,7 +28,7 @@ of the drudgery of manually editing the symbolic links. %make_build RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" %check -make check +%make_build check %install %make_install MANDIR=%{_mandir} SBINDIR=%{_sbindir} @@ -57,6 +57,9 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d %{_mandir}/man8/* %changelog +* Fri Feb 17 2023 tanyulong - 1.21-2 +- enable check + * Wed Oct 12 2022 fushanqing - 1.21-1 - Update to 1.21