public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mattias Ellert <mattias.ellert@physics.uu.se>
To: git-commits@fedoraproject.org
Subject: [rpms/canl-java] epel9: Update bouncycastle build requires
Date: Sun, 30 Aug 2026 10:41:45 GMT [thread overview]
Message-ID: <178808650542.1.6428640160981088597.rpms-canl-java-591e3deb379c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/canl-java
Branch : epel9
Commit : 591e3deb379c85acb52ab337381f329e2d74fbcd
Author : Mattias Ellert <mattias.ellert@physics.uu.se>
Date : 2024-03-14T15:43:16+01:00
Stats : +15/-19 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/canl-java/c/591e3deb379c85acb52ab337381f329e2d74fbcd?branch=epel9
Log:
Update bouncycastle build requires
---
diff --git a/canl-java.spec b/canl-java.spec
index 5ca44f6..cfb826d 100644
--- a/canl-java.spec
+++ b/canl-java.spec
@@ -1,6 +1,6 @@
Name: canl-java
Version: 2.8.3
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: EMI Common Authentication library - bindings for Java
# The main parts of the code are BSD
@@ -21,10 +21,8 @@ BuildRequires: maven-local
BuildRequires: mvn(commons-io:commons-io) >= 2.4
BuildRequires: mvn(junit:junit) >= 4.8
BuildRequires: mvn(org.assertj:assertj-core)
-BuildRequires: mvn(org.bouncycastle:bcpkix-jdk15on) >= 1.69
-BuildRequires: mvn(org.bouncycastle:bcprov-jdk15on) >= 1.69
-Requires: mvn(org.bouncycastle:bcpkix-jdk15on) >= 1.69
-Requires: mvn(org.bouncycastle:bcprov-jdk15on) >= 1.69
+BuildRequires: mvn(org.bouncycastle:bcpkix-jdk18on) >= 1.69
+Requires: mvn(org.bouncycastle:bcpkix-jdk18on) >= 1.69
%description
This is the Java part of the EMI caNl -- the Common Authentication Library.
@@ -37,10 +35,7 @@ Javadoc documentation for EMI caNl.
%prep
%setup -q -n %{name}-canl-%{version}
-%patch0 -p1
-
-%pom_change_dep org.bouncycastle:bcprov-jdk18on org.bouncycastle:bcprov-jdk15on
-%pom_change_dep org.bouncycastle:bcpkix-jdk18on org.bouncycastle:bcpkix-jdk15on
+%patch -P 0 -p1
# Remove maven-wagon-webdav-jackrabbit dependency
%pom_xpath_remove pom:build/pom:extensions
@@ -72,6 +67,9 @@ Javadoc documentation for EMI caNl.
%license LICENSE.txt
%changelog
+* Thu Mar 14 2024 Mattias Ellert <mattias.ellert@physics.uu.se> - 2.8.3-6
+- Update bouncycastle build requires
+
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 2.8.3-5
- Rebuilt for java-21-openjdk as system jdk
diff --git a/canl-java.spec b/canl-java.spec
index 9cc73f0..cfb826d 100644
--- a/canl-java.spec
+++ b/canl-java.spec
@@ -1,6 +1,6 @@
Name: canl-java
Version: 2.8.3
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: EMI Common Authentication library - bindings for Java
# The main parts of the code are BSD
@@ -21,10 +21,8 @@ BuildRequires: maven-local
BuildRequires: mvn(commons-io:commons-io) >= 2.4
BuildRequires: mvn(junit:junit) >= 4.8
BuildRequires: mvn(org.assertj:assertj-core)
-BuildRequires: mvn(org.bouncycastle:bcpkix-jdk15on) >= 1.69
-BuildRequires: mvn(org.bouncycastle:bcprov-jdk15on) >= 1.69
-Requires: mvn(org.bouncycastle:bcpkix-jdk15on) >= 1.69
-Requires: mvn(org.bouncycastle:bcprov-jdk15on) >= 1.69
+BuildRequires: mvn(org.bouncycastle:bcpkix-jdk18on) >= 1.69
+Requires: mvn(org.bouncycastle:bcpkix-jdk18on) >= 1.69
%description
This is the Java part of the EMI caNl -- the Common Authentication Library.
@@ -37,10 +35,7 @@ Javadoc documentation for EMI caNl.
%prep
%setup -q -n %{name}-canl-%{version}
-%patch0 -p1
-
-%pom_change_dep org.bouncycastle:bcprov-jdk18on org.bouncycastle:bcprov-jdk15on
-%pom_change_dep org.bouncycastle:bcpkix-jdk18on org.bouncycastle:bcpkix-jdk15on
+%patch -P 0 -p1
# Remove maven-wagon-webdav-jackrabbit dependency
%pom_xpath_remove pom:build/pom:extensions
@@ -72,7 +67,10 @@ Javadoc documentation for EMI caNl.
%license LICENSE.txt
%changelog
-* Sat Mar 02 2024 Jiri Vanek <jvanek@redhat.com> - 2.8.3-5
+* Thu Mar 14 2024 Mattias Ellert <mattias.ellert@physics.uu.se> - 2.8.3-6
+- Update bouncycastle build requires
+
+* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 2.8.3-5
- Rebuilt for java-21-openjdk as system jdk
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-4
reply other threads:[~2026-08-30 10:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178808650542.1.6428640160981088597.rpms-canl-java-591e3deb379c@fedoraproject.org \
--to=mattias.ellert@physics.uu.se \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox