From dab1e7656cd6e56d34162897c8ce7c61b9064c2e Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Mar 2025 07:00:14 +0000 Subject: [PATCH] import CS apache-commons-net-3.6-17.el9 --- SPECS/apache-commons-net.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/SPECS/apache-commons-net.spec b/SPECS/apache-commons-net.spec index ac7bc1a..dac0b0b 100644 --- a/SPECS/apache-commons-net.spec +++ b/SPECS/apache-commons-net.spec @@ -3,12 +3,13 @@ Name: apache-%{short_name} Version: 3.6 -Release: 14%{?dist} +Release: 17%{?dist} Summary: Internet protocol suite Java library License: ASL 2.0 URL: http://commons.apache.org/%{base_name}/ Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz BuildArch: noarch +ExclusiveArch: aarch64 ppc64le s390x x86_64 noarch BuildRequires: maven-local BuildRequires: mvn(junit:junit) @@ -56,6 +57,15 @@ rm src/test/java/org/apache/commons/net/tftp/TFTPServerPathTest.java %license LICENSE.txt NOTICE.txt %changelog +* Sat Nov 23 2024 Marián Konček - 3.6-17 +- Add noarch to ExclusiveArch + +* Fri Nov 22 2024 Marián Konček - 3.6-16 +- Disable building on i686 + +* Tue Nov 19 2024 Marián Konček - 3.6-15 +- Rebuild with regenerated Requires on Java + * Mon Aug 09 2021 Mohan Boddu - 3.6-14 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688