Thank you so much!!! That was exactly the answer I was looking for.
On Thu, Apr 2, 2015 at 2:30 AM, Vít Ondruch <vondruch@xxxxxxxxxx> wrote:
Dne 1.4.2015 v 19:14 Athenas Jimenez napsal(a):
From the help:Hello,
This is basically my question, why ruby gems packages always use --force option during installation?
gem install \\\ -V \\\ --local \\\ --install-dir %{-d*}%{!?-d:.%{gem_dir}} \\\ --bindir .%{_bindir} \\\ --force \\\ --document=ri,rdoc \\\ %{-n*}%{!?-n:%{gem_name}-%{version}.gem} \ %{nil}
Thanks for your helpAthenas
$ gem help install
-f, --[no-]force Force gem to install, bypassing dependency
checks
I.e. "gem install" would try to install also gem's dependencies (which are not available, since we are offline during build), while the "--force" option installs just the gem itself. The dependecies have to be satisfied by BuildRequires instead.
Vít
--
packaging mailing list
packaging@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/packaging
-- packaging mailing list packaging@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/packaging