[packages/crystal] do not provide weird crystal.* symbols
glen
glen at pld-linux.org
Fri Feb 22 23:35:15 CET 2019
commit 09ce80510b8f2fa4e382c05901edd5df6ac0201a
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Feb 23 00:35:00 2019 +0200
do not provide weird crystal.* symbols
crystal.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/crystal.spec b/crystal.spec
index 88d5303..8a378bb 100644
--- a/crystal.spec
+++ b/crystal.spec
@@ -35,6 +35,10 @@ BuildRequires: gc-devel
ExclusiveArch: %{x8664}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# avoid super weird provides
+# crystal(Tuple(T)#unsafe_fetch<Int32>:String)(64bit) crystal(src/compiler/crystal/command.cr:344)(64bit)
+%define _noautoprov crystal
+
# Filter GLIBC_PRIVATE Requires
%define _noautoreq (GLIBC_PRIVATE)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crystal.git/commitdiff/09ce80510b8f2fa4e382c05901edd5df6ac0201a
More information about the pld-cvs-commit
mailing list