From e1c392b1d8969c97d99f3f4a09f2cc8077f475e7 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Fri, 18 Sep 2020 15:35:11 +0800 Subject: [PATCH] Add missing macros --- obs-server.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/obs-server.spec b/obs-server.spec index 4ead42a..f8c5ded 100644 --- a/obs-server.spec +++ b/obs-server.spec @@ -1,8 +1,12 @@ %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 Version: 2.10.1 -Release: lp151.23.3 +Release: lp151.23.4 Summary: The Open Build Service -- Server Component License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org @@ -473,6 +477,9 @@ usermod -a -G docker obsservicerun %{_sbindir}/rcobsstoragesetup %changelog +* Fri Sep 18 2020 lingsheng - 2.10.1-lp151.23.4 +- Add missing macros + * Sun Mar 15 2020 hy-euler - 2.10.1-lp151.23.3 - delete the Provides of obs-cloud-uploader which provides the tools for upload images to the cloud -- Gitee