Miro Hrončok
4d93255fb3
Fix the simple API of %gpgverify
2019-11-01 08:04:12 +01:00
Miro Hrončok
3490049617
Simplify the API of %gpgverify
...
Instead of:
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
It is now possible to do:
%gpgverify -k2 -s1 -d0
I haven't yet assumed any defaults not to break backwards compatibility.
2019-07-25 11:20:37 +02:00
Nicolas Mailhot
b8797dcd02
listfiles: make it robust against all kinds of “interesting” input
...
– restore protection against empty input
– handle non-empty inputs, with whitespace, quotes, linebreaks, etc
2019-07-08 23:30:42 +02:00
Robert-André Mauchin
1e9cb0e970
Revert "listfiles: fix expansion of listfiles_exclude/listfiles_include"
...
This reverts commit 9deb0680eb
.
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
2019-07-08 17:13:20 +02:00
Nicolas Mailhot
9deb0680eb
listfiles: fix expansion of listfiles_exclude/listfiles_include
2019-07-08 01:14:41 +02:00
Robert-André Mauchin
29b504fa55
Expand listfiles_include and listfiles_exclude in condition
...
listfiles_include and listfiles_exclude can contain multiline data that should be expanded, otherwise it breaks the if condition on newlines.
2019-06-24 22:47:59 +00:00
Nicolas Mailhot
02f4a20583
misc: protect listfiles against empty input, to avoid harmless but annoying messages in build logs
2019-06-04 08:24:14 +02:00
Björn Persson
3da0ad5da8
Added gpgverify.
2019-05-30 19:54:13 +02:00
Nicolas Mailhot
c6773c14ed
misc: listfiles: improve argument passing, simplify it and make it more robust
2019-04-24 17:16:46 +02:00
Nicolas Mailhot
5335ee546b
common: add a writevars helper
2018-12-04 17:25:02 +01:00