[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Exclude a file from find_requires
- From: Panu Matilainen <pmatilai welho com>
- To: rpm-list redhat com
- Subject: Re: Exclude a file from find_requires
- Date: Wed, 26 Nov 2003 16:11:54 +0200 (EET)
On Wed, 26 Nov 2003, Mihai Maties wrote:
> Hello,
>
> I want to create a rpm package that contains a perl script among other things,
> but I don't want to have perl as a requirement (I don't care if the script
> does not run on some machines :) ). Can I exclude perl from find_requires,
> but leave the rest of the requirements to be automatically detected?
>
> Is there a way to do this besides completely disabling the find_requires via
> "%define __find_requires %{nil}" and add the requirements manually ?
chmod a-x $RPM_BUILD_ROOT/path/to/some.pl
- Panu -
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]