From 104954eb89b6060a9308475551c98eaa31dc689e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Fri, 9 Aug 2024 09:54:20 +0200 Subject: [PATCH] Rebuild without generated Requires Related: RHEL-53803 --- ongres-stringprep.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ongres-stringprep.spec b/ongres-stringprep.spec index 591bdb4..9535425 100644 --- a/ongres-stringprep.spec +++ b/ongres-stringprep.spec @@ -2,7 +2,7 @@ Name: ongres-%upstream_name Version: 1.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: RFC 3454 Preparation of Internationalized Strings in pure Java License: BSD-2-Clause AND Apache-2.0 URL: https://github.com/ongres/%upstream_name @@ -59,6 +59,9 @@ find \( -name '*.jar' -o -name '*.class' \) -delete %license LICENSE %changelog +* Fri Aug 09 2024 Marián Konček - 1.1-15 +- Rebuild without generated Requires + * Thu Aug 01 2024 Marián Konček - 1.1-14 - Set JDK version to 1.8