SHA256
1
0
forked from pool/b4
Jiri Slaby 2022-06-20 05:35:49 +00:00 committed by Git OBS Bridge
parent 650892b472
commit 4b04bd2bb0

View File

@ -70,8 +70,8 @@ export PYTHONPATH="./"
THEIRS=`%{buildroot}/%{_bindir}/b4 --version` THEIRS=`%{buildroot}/%{_bindir}/b4 --version`
OURS=`sed -n "s/__VERSION__ = '\(.*\)'/\1/p" b4/__init__.py` OURS=`sed -n "s/__VERSION__ = '\(.*\)'/\1/p" b4/__init__.py`
test "$THEIRS" = "$OURS" test "$THEIRS" = "$OURS"
%{buildroot}/%{_bindir}/b4 --help |grep -q 'mbox,am,attest' %{buildroot}/%{_bindir}/b4 --help |grep -q 'mbox,am,shazam,attest'
%{buildroot}/%{_bindir}/b4 mbox abc |& grep -q 'Looking up https://lore.kernel.org/r/abc' %{buildroot}/%{_bindir}/b4 mbox abc |& grep -q 'Grabbing thread from lore.kernel.org/all/abc/t.mbox.gz'
%files %files
%doc README.rst %doc README.rst