From 17e07a5fc5cf1c6e51c720124a7ed5b8ec20a537322cfdca490b8e18ab39fe5a Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Thu, 19 Oct 2017 21:13:56 +0000 Subject: [PATCH] Accepting request 535320 from home:luke_nukem:branches:devel:languages:rust OBS-URL: https://build.opensuse.org/request/show/535320 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=133 --- config.toml | 2 +- rust.spec | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 3e38c35..dff3f29 100644 --- a/config.toml +++ b/config.toml @@ -113,7 +113,7 @@ vendor = true # would rather to perform a full bootstrap, compiling the compiler three times, # then you can set this option to true. You shouldn't ever need to set this # option to true. -#full-bootstrap = false +full-bootstrap = true # Enable a build of the extended rust tool set which is not only the compiler # but also tools such as Cargo. This will also produce "combined installers" diff --git a/rust.spec b/rust.spec index c69e97d..780dcf1 100644 --- a/rust.spec +++ b/rust.spec @@ -203,9 +203,6 @@ export CPPFLAGS="%{optflags}" # eliminate complain from RPMlint DESTDIR=%{buildroot} ./x.py install DESTDIR=%{buildroot} ./x.py install src -# Fix any rpaths if needed -chrpath -d %{buildroot}%{common_libdir}/lib*.so - # Remove executable permission from HTML documentation # to prevent RPMLINT errors. chmod -R -x+X %{buildroot}%{_docdir}/%{name}/html @@ -223,7 +220,6 @@ rm %{buildroot}%{rustlibdir}/manifest-rust* rm %{buildroot}%{rustlibdir}/install.log rm %{buildroot}%{rustlibdir}/uninstall.sh rm %{buildroot}%{rustlibdir}/rust-installer-version -rm %{buildroot}%{common_libdir}/debug/.build-id # Remove installer artifacts (manifests, uninstall scripts, etc.) find %{buildroot}%{rustlibdir} -maxdepth 1 -type f -exec rm -v '{}' '+'