Re: dependency problem with my (first) RPM

2013-04-02 Thread Dario Faggioli
On lun, 2013-04-01 at 13:19 +0200, Miro Hrončok wrote: > Dne 1.4.2013 12:42, Michael Schwendt napsal(a): > > RPM's automatic Perl dependency generator isn't 100% and has found > > something like "use any" in a Perl module or source file. You either > > need to work around that by changing that text

Re: dependency problem with my (first) RPM

2013-04-02 Thread Dario Faggioli
On lun, 2013-04-01 at 12:14 +0200, Reindl Harald wrote: > > Am 01.04.2013 12:02, schrieb Miro Hrončok: > > Dne 1.4.2013 10:17, Dario Faggioli napsal(a): > >> I googled for this quite a bit, but I don't seem to be able to find > >> anything explaining how to make that "Requires: perl(any)" go > >>

Re: dependency problem with my (first) RPM

2013-04-02 Thread Dario Faggioli
On mar, 2013-04-02 at 08:32 +0800, Christopher Meng wrote: > %define _binaries_in_noarch_packages_terminate_build 0 ? > That didn't do anything... Perhaps because what I'm seeing is a `yum install' issue, rather than a `rpmbuild -ba' issue? Thanks anyway, Dario -- <> (Raistlin Majere) --

Re: dependency problem with my (first) RPM

2013-04-01 Thread Christopher Meng
%define _binaries_in_noarch_packages_terminate_build 0 ? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: dependency problem with my (first) RPM

2013-04-01 Thread Reindl Harald
Am 01.04.2013 12:02, schrieb Miro Hrončok: > Dne 1.4.2013 10:17, Dario Faggioli napsal(a): >> I googled for this quite a bit, but I don't seem to be able to find >> anything explaining how to make that "Requires: perl(any)" go >> away... :-( > If you just want it to go away, try this: > http://f

Re: dependency problem with my (first) RPM

2013-04-01 Thread Miro Hrončok
Dne 1.4.2013 12:42, Michael Schwendt napsal(a): RPM's automatic Perl dependency generator isn't 100% and has found something like "use any" in a Perl module or source file. You either need to work around that by changing that text or filter it out with the help of Requires filtering. Seems like

Re: dependency problem with my (first) RPM

2013-04-01 Thread Mattia Verga
Hi Dario, In my opinion your first 'Requires: Perl' is not needed, because you already applied the right way of require Perl with Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) You can take a look to specfiles of other Perl modules and take them as exam

Re: dependency problem with my (first) RPM

2013-04-01 Thread Michael Schwendt
On Mon, 01 Apr 2013 10:17:29 +0200, Dario Faggioli wrote: > Error: Package: xen-tools-4.3.1-1.fc18.noarch (/xen-tools-4.3.1-1.fc18.noarch) >Requires: perl(any) > > I googled for this quite a bit, but I don't seem to be able to find > anything explaining how to make that "Requires: per

Re: dependency problem with my (first) RPM

2013-04-01 Thread Miro Hrončok
Hi, Dne 1.4.2013 10:17, Dario Faggioli napsal(a): I googled for this quite a bit, but I don't seem to be able to find anything explaining how to make that "Requires: perl(any)" go away... :-( If you just want it to go away, try this: http://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequire

dependency problem with my (first) RPM

2013-04-01 Thread Dario Faggioli
Hello Everyone, I created an (my first!) RPM of this software http://www.xen-tools.org/software/xen-tools/ but I'm having some issues when trying to install it. Before anyone ask, yes, the long term plan is to follow all the usual step to get the package officially accepted in Fedora, but I'd lik