From eafcf4eebacf13b46a9a54a7a8be669ab5ce6193 Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Mon, 28 Jun 2021 15:13:31 +0800 Subject: [PATCH] Fix obs-bundled-gems compilation failed. (cherry picked from commit 15c5129fbc7d3b9b24b54a3e2c9b6610c62588b2) --- Gemfile.lock | 2 +- obs-bundled-gems.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c8cce14..427b747 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -579,4 +579,4 @@ DEPENDENCIES yajl-ruby BUNDLED WITH - 1.17.1 + 2.2.19 diff --git a/obs-bundled-gems.spec b/obs-bundled-gems.spec index 1e6acaa..9b0e4b6 100644 --- a/obs-bundled-gems.spec +++ b/obs-bundled-gems.spec @@ -19,7 +19,7 @@ %global rack_version 2.0.8 Name: obs-bundled-gems Version: 2.10.1 -Release: 2 +Release: 3 Summary: The Open Build Service -- Bundled Gems License: GPL-2.0-only OR GPL-3.0-only URL: http://www.openbuildservice.org @@ -132,6 +132,9 @@ done %doc README %changelog +* Mon Jun 28 2021 wangyue - 2.10.1-3 +- Fix obs-bundled-gems compilation failed. + * Tue Nov 17 2020 yanglongkang - 2.10.1-2 - Add verdor.obscpio to the source code package. -- Gitee