dcavalca / rpms / rpm

Forked from rpms/rpm a year ago
Clone

Blame SOURCES/0002-Actually-permit-caret-in-version-release-and-evr-str.patch

f6faf3
From 15b296c324794d288750136b3b4f3350c3d0b8c7 Mon Sep 17 00:00:00 2001
f6faf3
Message-Id: <15b296c324794d288750136b3b4f3350c3d0b8c7.1574338687.git.pmatilai@redhat.com>
f6faf3
In-Reply-To: <e8fce62467a421132f4ebb6ca9c0926b623ec00e.1574338687.git.pmatilai@redhat.com>
f6faf3
References: <e8fce62467a421132f4ebb6ca9c0926b623ec00e.1574338687.git.pmatilai@redhat.com>
f6faf3
From: Panu Matilainen <pmatilai@redhat.com>
f6faf3
Date: Tue, 27 Nov 2018 13:50:14 +0200
f6faf3
Subject: [PATCH 2/2] Actually permit caret in version, release and evr strings
f6faf3
f6faf3
Should've been in commit c7e711bba58374f03347c795a567441cbef3de58 really.
f6faf3
---
f6faf3
 build/rpmbuild_internal.h | 2 +-
f6faf3
 1 file changed, 1 insertion(+), 1 deletion(-)
f6faf3
f6faf3
diff --git a/build/rpmbuild_internal.h b/build/rpmbuild_internal.h
f6faf3
index f758e6620..948632a16 100644
f6faf3
--- a/build/rpmbuild_internal.h
f6faf3
+++ b/build/rpmbuild_internal.h
f6faf3
@@ -18,7 +18,7 @@
f6faf3
 #undef HTDATATYPE
f6faf3
 
f6faf3
 #define WHITELIST_NAME ".-_+%{}"
f6faf3
-#define WHITELIST_VERREL "._+%{}~"
f6faf3
+#define WHITELIST_VERREL "._+%{}~^"
f6faf3
 #define WHITELIST_EVR WHITELIST_VERREL "-:"
f6faf3
 
f6faf3
 struct TriggerFileEntry {
f6faf3
-- 
f6faf3
2.23.0
f6faf3