Drop the -test patch, causes koji build failures.
This commit is contained in:
parent
7cecc3c028
commit
1f88aa4a0e
2 changed files with 2 additions and 15 deletions
|
|
@ -1,11 +0,0 @@
|
||||||
--- tests/streams.tst.orig 2021-06-28 14:32:42.000000000 -0600
|
|
||||||
+++ tests/streams.tst 2021-07-16 16:59:50.530422810 -0600
|
|
||||||
@@ -1290,7 +1290,7 @@ T
|
|
||||||
(write-line "foo" s) "foo"
|
|
||||||
(let ((*reopen-open-file* nil)) ; stdout can be a file, it will be detected!
|
|
||||||
(with-open-file (copy s :direction :output) (streamp copy)))
|
|
||||||
-#.(if (member (ext:operating-system-type) '("AIX" "Haiku" "HP-UX" "Minix" "Windows") :test #'equal) 'ERROR 'T)
|
|
||||||
+#.(if (member (ext:operating-system-type) '("AIX" "Haiku" "HP-UX" "Linux" "Minix" "Windows") :test #'equal) 'ERROR 'T)
|
|
||||||
|
|
||||||
#+clisp
|
|
||||||
(progn
|
|
||||||
|
|
@ -26,12 +26,10 @@ Source3: http://translationproject.org/latest/clisp/de.po
|
||||||
Patch0: %{name}-db.patch
|
Patch0: %{name}-db.patch
|
||||||
# https://sourceforge.net/p/clisp/patches/32/
|
# https://sourceforge.net/p/clisp/patches/32/
|
||||||
Patch1: %{name}-format.patch
|
Patch1: %{name}-format.patch
|
||||||
# Work around for a test that fails with permission denied
|
|
||||||
Patch2: %{name}-test.patch
|
|
||||||
# Adapt to changes in pari 2.11.0
|
# Adapt to changes in pari 2.11.0
|
||||||
Patch3: %{name}-pari.patch
|
Patch2: %{name}-pari.patch
|
||||||
# The combination of register and volatile is nonsensical
|
# The combination of register and volatile is nonsensical
|
||||||
Patch4: %{name}-register-volatile.patch
|
Patch3: %{name}-register-volatile.patch
|
||||||
|
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
BuildRequires: diffutils
|
BuildRequires: diffutils
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue