]> git.pld-linux.org Git - packages/rpm.git/blame - allow-at-in-ver-rel.patch
- add missing __ln and __bash macros
[packages/rpm.git] / allow-at-in-ver-rel.patch
CommitLineData
79898e92
JR
1--- rpm-4.16.0/build/rpmbuild_internal.h~ 2020-05-28 12:04:25.000000000 +0200
2+++ rpm-4.16.0/build/rpmbuild_internal.h 2020-11-21 19:32:47.432243301 +0100
3@@ -18,7 +18,7 @@
4 #undef HTDATATYPE
5
6 #define WHITELIST_NAME ".-_+%{}"
7-#define WHITELIST_VERREL "._+%{}~^"
8+#define WHITELIST_VERREL "._+%{}~^@"
9 #define WHITELIST_EVR WHITELIST_VERREL "-:"
10 #define LEN_AND_STR(_tag) (sizeof(_tag)-1), (_tag)
11
This page took 0.031327 seconds and 4 git commands to generate.