From d5c61fcc47ccb86b27d48e820df812d177c53e95 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 30 Jan 2023 19:39:42 +0100 Subject: [PATCH] Rebuild to regenerate auto-requires Resolves: rhbz#2164437 --- apache-commons-cli.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache-commons-cli.spec b/apache-commons-cli.spec index 2c05dc5..5ae2787 100644 --- a/apache-commons-cli.spec +++ b/apache-commons-cli.spec @@ -2,7 +2,7 @@ Name: apache-commons-cli Version: 1.4 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Command Line Interface Library for Java License: ASL 2.0 URL: http://commons.apache.org/cli/ @@ -46,6 +46,9 @@ command line arguments and options. %doc README.md RELEASE-NOTES.txt %changelog +* Mon Jan 30 2023 Mikolaj Izdebski - 1.4-17 +- Rebuild to regenerate auto-requires + * Mon Aug 09 2021 Mohan Boddu - 1.4-16 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688