[Rpm-maint] [rpm-software-management/rpm] Weird error message caused by an invalid %[] expression (Issue #1818)
Pavel Raiskup
notifications at github.com
Fri Nov 5 08:59:10 UTC 2021
```
$ cat *.spec
Name: name
Version: 0.1.1
Release: 3%{?dist}
Summary: Relational Operators for Intervals
License: GPL-2
BuildArch: noarch
%description
Evaluating if values of vectors are within different open/closed intervals
(`x %[]% c(a, b)`), or if two closed intervals overlap (`c(a1, b1) %[]o[]%
c(a2, b2)`). Operators for negation and directional relations also
implemented.
$ rpmbuild -bs *.spec
error: unexpected end of expression:
error:
```
Original report:
https://bugzilla.redhat.com/show_bug.cgi?id=1860852
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1818
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211105/02b40250/attachment.html>
More information about the Rpm-maint
mailing list