!23 update version to 1.24

From: @xujing99 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
This commit is contained in:
openeuler-ci-bot 2023-07-26 07:28:00 +00:00 committed by Gitee
commit c5fe1f4315
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
chkconfig-1.24.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
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.24
Release: 2 Release: 1
License: GPLv2 License: GPL-2.0-only
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/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: newt-devel gettext popt-devel libselinux-devel beakerlib gcc systemd-devel make BuildRequires: newt-devel gettext popt-devel libselinux-devel beakerlib gcc systemd-devel make
Conflicts: initscripts <= 5.30-1 Conflicts: initscripts <= 5.30-1
Provides: ntsysv = %{version}-%{release} Provides: ntsysv = %{version}-%{release}
@ -57,6 +57,9 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Wed Jul 26 2023 xujing <xujing125@huawei.com> - 1.24-1
- update version to 1.24
* Fri Feb 17 2023 tanyulong <tanyulong@kylinos.cn> - 1.21-2 * Fri Feb 17 2023 tanyulong <tanyulong@kylinos.cn> - 1.21-2
- enable check - enable check