X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm.git;a=blobdiff_plain;f=allow-at-in-ver-rel.patch;fp=allow-at-in-ver-rel.patch;h=06241f865624f92078af5ff049ca4fdd1d2d87ca;hp=66964a6de4d8879c1b647b5e76638a7f14ae16b0;hb=7614db846db53bd75cafd0bf33fb766047db968b;hpb=65889ff1d52fe20c04254d29e26042e4eb3e6f22 diff --git a/allow-at-in-ver-rel.patch b/allow-at-in-ver-rel.patch index 66964a6..06241f8 100644 --- a/allow-at-in-ver-rel.patch +++ b/allow-at-in-ver-rel.patch @@ -3,9 +3,9 @@ @@ -18,7 +18,7 @@ #undef HTDATATYPE - #define WHITELIST_NAME ".-_+%{}" --#define WHITELIST_VERREL "._+%{}~^" -+#define WHITELIST_VERREL "._+%{}~^@" - #define WHITELIST_EVR WHITELIST_VERREL "-:" + #define ALLOWED_CHARS_NAME ".-_+%{}" +-#define ALLOWED_CHARS_VERREL "._+%{}~^" ++#define ALLOWED_CHARS_VERREL "._+%{}~^@" + #define ALLOWED_CHARS_EVR ALLOWED_CHARS_VERREL "-:" #define LEN_AND_STR(_tag) (sizeof(_tag)-1), (_tag)