From 33f6cf03d1981fbf4bfe37b61d9990e71de3d5ba Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Sat, 10 Aug 2024 10:23:36 +0800 Subject: [PATCH] Clear insignificance infomation when running post script (cherry picked from commit 53780f2f1f4470bf2d7f38ab2add6c1ecb091241) --- obs-server.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/obs-server.spec b/obs-server.spec index dd39e4c..8168cf2 100644 --- a/obs-server.spec +++ b/obs-server.spec @@ -6,7 +6,7 @@ Name: obs-server Version: 2.10.15 -Release: 10 +Release: 11 Summary: The Open Build Service -- Server Component License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org @@ -246,7 +246,7 @@ semanage fcontext -a -t uuidd_var_run_t "/srv/obs/events(/.*)?" restorecon -Rv /srv/obs/ cd /usr/lib64/obs-api/ruby/3.2.0/bin ls | awk '{print $1}' | for line in `xargs`;do chmod 755 $line;done -cd - +cd - >/dev/null %posttrans @@ -498,6 +498,9 @@ usermod -a -G docker obsservicerun %{_sbindir}/obsstoragesetup %changelog +* Sat Aug 10 2024 liyanan - 2.10.15-11 +- Clear insignificance infomation when running post script + * Thu Jun 20 2024 Wenlong Zhang - 2.10.15-10 - rename mod_xforward to apache2-mod_xforward -- Gitee