diff --git a/obs-server.spec b/obs-server.spec index dd39e4c62da25e0d62a63892d935b366e6e58bd2..8168cf202ce6a37723b503aa91b6c89094788c7f 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