diff --git a/Gemfile.lock.aarch64 b/Gemfile.lock.aarch64 index 8fea695c06d2a9a1b0110dc01e8149cb4e4e118f..2ae0a67beb41954699a91de7646143bebed7eaae 100644 --- a/Gemfile.lock.aarch64 +++ b/Gemfile.lock.aarch64 @@ -589,4 +589,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.2.32 + 2.2.33 diff --git a/Gemfile.lock.x86 b/Gemfile.lock.x86 index 5383d6f85fa0a6dec895ab2cfca7c51dfe51e0fd..4357e5a4cbc2c2fc66bfab6d94a1193f0659ce97 100644 --- a/Gemfile.lock.x86 +++ b/Gemfile.lock.x86 @@ -589,4 +589,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 2.2.32 + 2.2.33 diff --git a/obs-server.spec b/obs-server.spec index 9fe67283e104b37c37d99b02e137fad1d9ecd49a..cccc5a57158e5445dcf8a37a7281e8dae3236721 100644 --- a/obs-server.spec +++ b/obs-server.spec @@ -6,7 +6,7 @@ Name: obs-server Version: 2.10.11 -Release: 2 +Release: 3 Summary: The Open Build Service -- Server Component License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org @@ -277,6 +277,8 @@ rmdir /srv/obs 2> /dev/null || : %systemd_postun_with_restart obsstoragesetup.service %pre -n obs-api +/usr/sbin/groupadd www +/usr/sbin/useradd wwwrun getent passwd obsapidelayed >/dev/null || \ /usr/sbin/useradd -r -s /bin/bash -c "User for build service api delayed jobs" -d /srv/www/obs/api -g apache obsapidelayed @@ -514,6 +516,9 @@ usermod -a -G docker obsservicerun %{_sbindir}/rcobsstoragesetup %changelog +* Mon Mar 28 2022 wulei - 2.10.11-3 +- Fix installation failed + * Mon Mar 21 2022 Ge Wang - 2.10.11-2 - Distinguish architecture of file Gemfile.lock due to ruby upgrade to version 3.0.3