]> git.pld-linux.org Git - packages/rpm.git/blob - allow-at-in-ver-rel.patch
- added dir-macros-relative patch (hardcode base dir macros, derived as relative...
[packages/rpm.git] / allow-at-in-ver-rel.patch
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.021605 seconds and 3 git commands to generate.