From e3939cbc9b7813ac8d441c10faa6dd98991edeb7 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 7 Jun 2013 10:30:13 +0200 Subject: [PATCH] rough cleanup of the /etc/ area - should be kept pl-specific --- rpm/rvm-ruby.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpm/rvm-ruby.spec b/rpm/rvm-ruby.spec index b1e581d..63189a7 100644 --- a/rpm/rvm-ruby.spec +++ b/rpm/rvm-ruby.spec @@ -161,6 +161,9 @@ rm $br/usr/share/man/man1/rvm.1.gz %clean rm -rf %{buildroot} +# it appears that, because we build as root, rvm installs stuff in /etc on the build box +# which is not desirable, so let us get rid of that - don't worry if that fails +find /etc -name 'rvm*' | xargs rm || : %pre getent group %{rvm_group} >/dev/null || groupadd -r %{rvm_group} -- 2.43.0