From db2014f93257aa51f440ad329dd5c52db6169cb11932bdc9acb06bdf73ac7ca7 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 13 Sep 2023 04:34:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/rxtx-java?expand=0&rev=12 --- rxtx-java.changes | 6 ++++++ rxtx-osgi.bnd | 3 +++ 2 files changed, 9 insertions(+) diff --git a/rxtx-java.changes b/rxtx-java.changes index bf1653d..b78f8af 100644 --- a/rxtx-java.changes +++ b/rxtx-java.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 13 04:33:43 UTC 2023 - Fridrich Strba + +- Instruct bnd tools not to include non-reproducible headers in + manifest + ------------------------------------------------------------------- Wed Jun 28 18:14:00 UTC 2023 - Fridrich Strba diff --git a/rxtx-osgi.bnd b/rxtx-osgi.bnd index 15f5671..fc0a537 100644 --- a/rxtx-osgi.bnd +++ b/rxtx-osgi.bnd @@ -1,2 +1,5 @@ Bundle-SymbolicName: gnu.io.rxtx Export-Package: gnu.io +-reproducible: true +-noextraheaders: true +-snapshot: SNAPSHOT