From 9b1f4b36c5d62487968a81e1b03a39703c8748b1 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Thu, 10 Aug 2023 16:14:22 +0200 Subject: [PATCH] Use implicit maven toolchains --- plexus-cipher.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plexus-cipher.spec b/plexus-cipher.spec index 5d5d16a..049dfce 100644 --- a/plexus-cipher.spec +++ b/plexus-cipher.spec @@ -2,7 +2,7 @@ Name: plexus-cipher Version: 2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Plexus Cipher: encryption/decryption Component License: Apache-2.0 # project moved to GitHub and it looks like there is no official website anymore @@ -13,9 +13,9 @@ ExclusiveArch: %{java_arches} noarch Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz %if %{with bootstrap} -BuildRequires: javapackages-bootstrap-openjdk8 +BuildRequires: javapackages-bootstrap %else -BuildRequires: maven-local-openjdk8 +BuildRequires: maven-local BuildRequires: mvn(javax.inject:javax.inject) BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.codehaus.plexus:plexus:pom:) @@ -43,6 +43,9 @@ Plexus Cipher: encryption/decryption Component %license LICENSE.txt NOTICE.txt %changelog +* Thu Aug 10 2023 Marian Koncek - 2.0-5 +- Use implicit maven toolchains + * Fri Jul 21 2023 Fedora Release Engineering - 2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild