]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
add aarch64 to supported archs
authorJan Palus <atler@pld-linux.org>
Mon, 4 May 2020 11:00:09 +0000 (13:00 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 4 May 2020 11:00:09 +0000 (13:00 +0200)
nodejs.spec

index 7240665f6dca96bd20664cb682812cc10e921cbe..b421a33998eea5ff1b8ef1c1ae65ffe130088457 100644 (file)
@@ -62,7 +62,7 @@ Requires:     ca-certificates
 Provides:      nodejs(engine) = %{version}
 Provides:      nodejs(module-version) = %{node_module_version}
 Obsoletes:     nodejs-waf
-ExclusiveArch: %{ix86} %{x8664} %{arm}
+ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                sover   %(echo %{version} | cut -d. -f2)
This page took 0.087544 seconds and 4 git commands to generate.