diff --git a/_constraints b/_constraints
new file mode 100644
index 0000000..cf2c20d
--- /dev/null
+++ b/_constraints
@@ -0,0 +1,8 @@
+
+
+
+
+ 12
+
+
+
diff --git a/juliaup.changes b/juliaup.changes
index 26f1d91..332ff9f 100644
--- a/juliaup.changes
+++ b/juliaup.changes
@@ -1,5 +1,5 @@
-------------------------------------------------------------------
-Fri Nov 25 09:08:07 UTC 2022 - socvirnyl.estela@gmail.com
+Fri Nov 25 09:08:07 UTC 2022 - Soc Virnyl Estela
- Update to version 1.8.7:
* Fix bug in release workflow
@@ -48,8 +48,10 @@ Fri Nov 25 09:08:07 UTC 2022 - socvirnyl.estela@gmail.com
- Update specfile. Remove the update-alternatives requirement
It does not make sense since juliaup can have multiple julia versions.
+- Add _constraints file to fix out of memory issues.
+
-------------------------------------------------------------------
-Thu Nov 24 13:59:02 UTC 2022 - socvirnyl.estela@gmail.com
+Thu Nov 24 13:59:02 UTC 2022 - Soc Virnyl Estela
- Update to version 1.7.35:
* Delete another file at self uninstall
diff --git a/juliaup.spec b/juliaup.spec
index 43815c3..011389f 100644
--- a/juliaup.spec
+++ b/juliaup.spec
@@ -55,7 +55,7 @@ cp %{SOURCE2} .cargo/config
%install
%{cargo_install} --no-default-features
-ln -sfv %{buildroot}%{_bindir}/julialauncher %{_bindir}/julia
+ln -sfv "%{_bindir}/julialauncher" "%{buildroot}/%{_bindir}/julia"
%files
%license LICENSE
diff --git a/vendor.tar.gz b/vendor.tar.gz
index a4f22fa..e77dd94 100644
--- a/vendor.tar.gz
+++ b/vendor.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:f13b7fcb2419360e3fcf5100d7fd4cda223ef621534c5f8d5ba7f8cc71673195
-size 51348048
+oid sha256:e55d5dcd1c6389e23f91681ae879efd0f330a68259daea2784b18c40aa155210
+size 51346808