!21 enable check
From: @tanyulong2021 Reviewed-by: @licunlong Signed-off-by: @licunlong
This commit is contained in:
commit
ef777073f1
@ -1,7 +1,7 @@
|
|||||||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||||
Name: chkconfig
|
Name: chkconfig
|
||||||
Version: 1.21
|
Version: 1.21
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/fedora-sysv/chkconfig
|
URL: https://github.com/fedora-sysv/chkconfig
|
||||||
Source: https://github.com/fedora-sysv/chkconfig/archive/refs/tags/%{name}-%{version}.tar.gz
|
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"
|
%make_build RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
%make_build check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install MANDIR=%{_mandir} SBINDIR=%{_sbindir}
|
%make_install MANDIR=%{_mandir} SBINDIR=%{_sbindir}
|
||||||
@ -57,6 +57,9 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 17 2023 tanyulong <tanyulong@kylinos.cn> - 1.21-2
|
||||||
|
- enable check
|
||||||
|
|
||||||
* Wed Oct 12 2022 fushanqing <fushanqing@kylinos.cn> - 1.21-1
|
* Wed Oct 12 2022 fushanqing <fushanqing@kylinos.cn> - 1.21-1
|
||||||
- Update to 1.21
|
- Update to 1.21
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user