delete %insserv_cleanup

This commit is contained in:
lyn1001 2020-09-20 12:00:27 +08:00
parent 184269f54b
commit 44486e77b2

View File

@ -6,7 +6,7 @@
Name: obs-server
Version: 2.10.1
Release: lp151.23.5
Release: lp151.23.6
Summary: The Open Build Service -- Server Component
License: GPL-2.0-only OR GPL-3.0-only
URL: http://www.openbuildservice.org
@ -297,7 +297,6 @@ if [ -e %{_rundir}/start_obs-api-support.target ];then
fi
%postun -n obs-api
%insserv_cleanup
%systemd_postun_with_restart %{obs_api_support_scripts}
%systemd_postun_with_restart httpd
@ -480,6 +479,9 @@ usermod -a -G docker obsservicerun
%{_sbindir}/rcobsstoragesetup
%changelog
* Sun Sep 20 2020 yanan li <liyanan032@huawei.com> - 2.10.1-lp151.23.6
- delete %insserv_cleanup
* Fri Sep 18 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 2.10.1-lp151.23.5
- correct usage info when exec 'obs_serverstatus' without other pargs