Created
April 2, 2020 21:41
-
-
Save ehelms/9c20836081f9371dda25712d5bb44ab2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/packages/foreman/nodejs-node-sass/nodejs-node-sass.spec b/packages/foreman/nodejs-node-sass/nodejs-node-sass.spec | |
index 3a0759fbb..8ce8e21f2 100644 | |
--- a/packages/foreman/nodejs-node-sass/nodejs-node-sass.spec | |
+++ b/packages/foreman/nodejs-node-sass/nodejs-node-sass.spec | |
@@ -1,6 +1,7 @@ | |
%{?scl:%scl_package nodejs-%{npm_name}} | |
%{!?scl:%global pkg_name %{name}} | |
+%global debug_package %{nil} | |
%global npm_name node-sass | |
Name: %{?scl_prefix}nodejs-node-sass | |
@@ -198,8 +199,8 @@ BuildRequires: nodejs-packaging | |
BuildRequires: npm | |
BuildRequires: python3 | |
%endif | |
-BuildArch: noarch | |
-ExclusiveArch: %{nodejs_arches} noarch | |
+BuildArch: x86_64 | |
+ExclusiveArch: x86_64 | |
Provides: %{?scl_prefix}npm(%{npm_name}) = %{version} | |
Provides: bundled(npm(abbrev)) = 1.1.1 | |
@@ -446,8 +447,6 @@ rm -rf %{buildroot} %{npm_cache_dir} | |
%doc node_modules/%{npm_name}/README.md | |
%if 0%{?rhel} < 8 | |
%exclude %{_root_libdir}/debug | |
-%else | |
-%exclude %{_libdir}/debug | |
%endif | |
%changelog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment