From c95f1cc19ee6042a96e2ae7e9fb5d36324105053 Mon Sep 17 00:00:00 2001
From: Alexey Berezhok
Date: Wed, 23 Oct 2024 20:11:00 +0300
Subject: [PATCH] Addes spec fix
---
alt-brepo-ruby33/alt-brepo-ruby33.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/alt-brepo-ruby33/alt-brepo-ruby33.spec b/alt-brepo-ruby33/alt-brepo-ruby33.spec
index 612de7a..ca6ed3c 100644
--- a/alt-brepo-ruby33/alt-brepo-ruby33.spec
+++ b/alt-brepo-ruby33/alt-brepo-ruby33.spec
@@ -180,7 +180,7 @@
Summary: An interpreter of object-oriented scripting language
Name: alt-brepo-ruby33
Version: %{ruby_version}%{?development_release}
-Release: 3%{?dist}
+Release: 3%{?dist}.brepo.1
# Licenses, which are likely not included in binary RPMs:
# Apache-2.0:
# benchmark/gc/redblack.rb
@@ -1769,6 +1769,9 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
%changelog
+* Tue Oct 22 2024 Alexey Berezhok - 3.3.5-3.brepo.1
+- Make build for alternative path
+
* Wed Sep 04 2024 Jarek Prokop - 3.3.5-3
- Upgrade to Ruby 3.3.5
Resolves: RHEL-55411