X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=allow-at-in-ver-rel.patch;fp=allow-at-in-ver-rel.patch;h=66964a6de4d8879c1b647b5e76638a7f14ae16b0;hb=ac6a7800ef3a6bb01f82325463e4ba5221cbdedc;hp=0000000000000000000000000000000000000000;hpb=6fce50075952edfa510790ca6be81e6d3fb9e214;p=packages%2Frpm.git diff --git a/allow-at-in-ver-rel.patch b/allow-at-in-ver-rel.patch new file mode 100644 index 0000000..66964a6 --- /dev/null +++ b/allow-at-in-ver-rel.patch @@ -0,0 +1,11 @@ +--- rpm-4.16.0/build/rpmbuild_internal.h~ 2020-05-28 12:04:25.000000000 +0200 ++++ rpm-4.16.0/build/rpmbuild_internal.h 2020-11-21 19:32:47.432243301 +0100 +@@ -18,7 +18,7 @@ + #undef HTDATATYPE + + #define WHITELIST_NAME ".-_+%{}" +-#define WHITELIST_VERREL "._+%{}~^" ++#define WHITELIST_VERREL "._+%{}~^@" + #define WHITELIST_EVR WHITELIST_VERREL "-:" + #define LEN_AND_STR(_tag) (sizeof(_tag)-1), (_tag) +