From e58236c34eb8c2e5881d2a2eccebf8eaf5449a1d Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Fri, 16 Apr 2021 10:52:38 +0200 Subject: [PATCH] Bump nvr Brew/distrobaker don't undertand epochs. Related: #1947757 --- nmap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nmap.spec b/nmap.spec index 179d248..6609f18 100644 --- a/nmap.spec +++ b/nmap.spec @@ -7,7 +7,7 @@ Name: nmap Epoch: 3 Version: 7.91 #global prerelease TEST5 -Release: 2%{?dist} +Release: 6%{?dist} Summary: Network exploration tool and security scanner URL: http://nmap.org/ # Uses combination of licenses based on GPL license, but with extra modification @@ -155,6 +155,9 @@ fi %{_mandir}/man1/ncat.1.gz %changelog +* Fri Apr 16 2021 Pavel Zhukov - 3:7.91-6 +- Bumping release because brew is ignorant of such innovative concept as RPM Epochs + * Fri Apr 16 2021 Mohan Boddu - 3:7.91-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937