From 6b8a3c382557a8b9afe4a1cd92322c287c757a1e Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 26 Dec 2024 03:25:54 +0300 Subject: [PATCH] import guava-30.1-8.el9_5 --- SPECS/guava.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/SPECS/guava.spec b/SPECS/guava.spec index 24c9a05..38f21b6 100644 --- a/SPECS/guava.spec +++ b/SPECS/guava.spec @@ -2,7 +2,7 @@ Name: guava Version: 30.1 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Google Core Libraries for Java # Most of the code is under ASL 2.0 # Few classes are under CC0, grep for creativecommons @@ -91,7 +91,7 @@ annotations=$( find -name '*.java' | xargs sed -ri \ "s/^import .*\.($annotations);//;s/@($annotations)"'\>\s*(\((("[^"]*")|([^)]*))\))?//g' -%patch1 -p1 +%patch -P 1 -p1 %mvn_package "com.google.guava:failureaccess" guava @@ -112,6 +112,12 @@ find -name '*.java' | xargs sed -ri \ %files testlib -f .mfiles-guava-testlib %changelog +* Thu Nov 21 2024 Marián Konček - 30.1-8 +- Fix patch usage + +* Wed Nov 20 2024 Marián Konček - 30.1-7 +- Rebuild with regenerated Requires on Java + * Mon Jan 30 2023 Mikolaj Izdebski - 30.1-6 - Rebuild to regenerate auto-requires