Delete %insserv_cleanup
(cherry picked from commit a69de083395f5d120701ac7530db406de91d5b84)
This commit is contained in:
parent
afc291e198
commit
d3903a6f7e
@ -1,8 +1,11 @@
|
|||||||
%global do_check 0
|
%global do_check 0
|
||||||
|
%global apache_user apache
|
||||||
|
%global apache_group apache
|
||||||
|
%global obs_api_support_scripts obs-api-support.target obs-clockwork.service obs-delayedjob-queue-consistency_check.service obs-delayedjob-queue-default.service
|
||||||
|
|
||||||
Name: obs-server
|
Name: obs-server
|
||||||
Version: 2.10.1
|
Version: 2.10.1
|
||||||
Release: lp151.23.7
|
Release: lp151.23.8
|
||||||
Summary: The Open Build Service -- Server Component
|
Summary: The Open Build Service -- Server Component
|
||||||
License: GPL-2.0-only or GPL-3.0-only
|
License: GPL-2.0-only or GPL-3.0-only
|
||||||
URL: http://www.openbuildservice.org
|
URL: http://www.openbuildservice.org
|
||||||
@ -295,7 +298,6 @@ if [ -e %{_rundir}/start_obs-api-support.target ];then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%postun -n obs-api
|
%postun -n obs-api
|
||||||
%insserv_cleanup
|
|
||||||
%systemd_postun_with_restart %{obs_api_support_scripts}
|
%systemd_postun_with_restart %{obs_api_support_scripts}
|
||||||
%systemd_postun_with_restart httpd
|
%systemd_postun_with_restart httpd
|
||||||
|
|
||||||
@ -478,6 +480,10 @@ usermod -a -G docker obsservicerun
|
|||||||
%{_sbindir}/rcobsstoragesetup
|
%{_sbindir}/rcobsstoragesetup
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 26 2020 yanglongkang <yanglongkang@huawei.com> - 2.10.1-lp151.23.8
|
||||||
|
- Delete %insserv_cleanup.
|
||||||
|
Add missing macros.
|
||||||
|
|
||||||
* Tue Mar 16 2021 yanglongkang <yanglongkang@huawei.com> - 2.10.1-lp151.23.7
|
* Tue Mar 16 2021 yanglongkang <yanglongkang@huawei.com> - 2.10.1-lp151.23.7
|
||||||
- fix CVE-2020-8020 CVE-2020-8021
|
- fix CVE-2020-8020 CVE-2020-8021
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user