search for: ifarch

Displaying 20 results from an estimated 27 matches for "ifarch".

Did you mean: i_arch
2009 Jun 11
3
OT: rebuild kmod rpm package from src.rpm
Hi all, I would like to rebuild a kmod.src.rpm package for a specific kernel. When I try to do it, this message appears: Building target platforms: i686 Building for target i686 error: Failed build dependencies: kernel-xen-devel-i686 = 2.6.18-98.el5 is needed by mymodule-kmod-0.1.5-2.i686 kernel-PAE-devel-i686 = 2.6.18-98.el5 is needed by mymodule-kmod-0.1.5-2.i686. Is
2007 Dec 06
2
RPM Spec and subpackage architecture
Are there any RPM wizards out there that know how to specify a different architecture for a subpackage in a spec file? I have a package that has a binary component and a non-binary component that I would like split into 2 packages one, the binary which is architecture dependant and the other 'noarch'. I haven't found a spec file that does this yet :-( Ross S. W. Walker
2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
...ies of daemons and support utilities to allow an +oVirt Node to interact with the oVirt Server. This package +should only be installed on the oVirt Node machine. %prep %setup -q @@ -196,24 +143,6 @@ cd - /usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux -# ovirt-logos -# should be ifarch i386 -mkdir -p %{buildroot}/boot/grub -install -p -m 644 images/grub-splash.xpm.gz %{buildroot}/boot/grub/splash.xpm.gz -# end i386 bits -mkdir -p %{buildroot}/usr/lib/anaconda-runtime -install -p -m 644 images/syslinux-vesa-splash.jpg %{buildroot}/usr/lib/anaconda-runtime -# ovirt-logos - -# relea...
2020 Jan 10
2
Re: [PATCH Fedora libguestfs v2] Don't depend on libvirt-daemon-kvm monolith.
...diff --git a/libguestfs.spec b/libguestfs.spec > index 0d32ef0..872d430 100644 > --- a/libguestfs.spec > +++ b/libguestfs.spec > @@ -211,12 +211,10 @@ Requires: fuse > # For core disk-create API. > Requires: /usr/bin/qemu-img > > -# For libvirt backend. > -%ifarch %{ix86} x86_64 %{arm} aarch64 > -Requires: libvirt-daemon-kvm >= 0.10.2-3 > -%else > -Requires: libvirt-daemon-qemu >= 0.10.2-3 > -%endif > +# For qemu direct and libvirt backends. > +Requires: qemu-kvm-core > +Requires: libvirt-daemon-driver-qemu >...
2020 Jan 10
5
[PATCH Fedora libguestfs] Don't depend on libvirt-daemon-kvm monolith.
...ile changed, 9 insertions(+), 5 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 0d32ef0..71f97c6 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -211,12 +211,16 @@ Requires: fuse # For core disk-create API. Requires: /usr/bin/qemu-img -# For libvirt backend. -%ifarch %{ix86} x86_64 %{arm} aarch64 -Requires: libvirt-daemon-kvm >= 0.10.2-3 -%else +# For qemu direct and libvirt backends. +Requires: qemu-kvm-core +Requires: libvirt-daemon-driver-qemu +Recommends: libvirt-daemon-driver-storage-disk +Recommends: libvirt-daemon-driver-storage-g...
2009 Jun 18
0
Howto change arch for FirebirdSS rpm
...s.h /usr/include/ibase.h # BuildPrereq: /usr/include/iberror.h /usr/include/ib_util.h # BuildPrereq: FirebirdCS >= 1.5.0 # "AutoReqProv: yes" don't work because of fault in Firebird RPMs # # AutoReqProv: no # BuildPrereq: FirebirdSS >= 1.5.0 # # Requires: /usr/lib/libgds.so %ifarch i386 i486 i586 i686 BuildPrereq: FirebirdSS >= 1.5.0 %endif %ifarch x86_64 BuildPrereq: FirebirdSS.amd64 >= 2.0.1 %endif But mock failed with this: DEBUG util.py:256: No Package Found for FirebirdSS.amd64 >= 2.0.1 ?54 I don't how to include amd64 arch rpm to my x86_64 repository. (...
2020 Jan 10
2
[PATCH Fedora libguestfs v2] Don't depend on libvirt-daemon-kvm
This gets rid of the various storage drivers. I believe we do not use type=volume, *except* on secrets. Rich.
2020 Jan 10
2
[PATCH Fedora libguestfs v4] Don't depend on libvirt-daemon-kvm
Compared to v3 this suggests: +Suggests: qemu-block-curl +Suggests: qemu-block-gluster +Suggests: qemu-block-iscsi +Suggests: qemu-block-rbd +Suggests: qemu-block-ssh which I missed in an earlier email from danpb.
1999 Jun 09
1
R correct g77 flags for Linux/Alpha (PR#208)
...You can simply apply the following patch to the spec file of R-base-0.64.1-5.src.rpm without patching the configure.in patch. I also do not know why CFLAGS need to be -O1 instead of -O2?? --- R-base.spec.orig Tue Jun 8 18:39:31 1999 +++ R-base.spec Tue Jun 8 18:44:00 1999 @@ -70,6 +70,7 @@ %ifarch alpha #Thanks to Nassib Nassar <nassar@etymon.com> export CFLAGS="-g -O1" + export FFLAGS="-mieee -g -O2" %endif %ifarch sparc export LIBS="-lieee" Thanks, Naoki Naoki Takebayashi <ntakebay@bio.indiana.edu> --- Dept. of Biology, Indian...
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in. Where can I find the tools and monitoring apps for this card? Are there rpms hiding somewhere, or do I need to build it from source? -- Bowie
2005 Jun 20
0
Re: i486 and i686 are the majority ISAs for x86 -- WAS: CentOS 4.0 -> 4.1 update failing
...n I questioned the move to i486 years ago, that even embedded x86 cores have been i486 for a long, long time and the "drop" in performance due to lacking instructions for addressing, TLB, etc... in the i386 ISA just make it a poor solution in general. From: alex at milivojevic.org > %ifarch %{nptlarches} > %define enablekernelnptl 2.4.20 > %ifarch i386 > %define nptl_target_cpu i486 > %define tls_subdir tls/i486 > %else > %define nptl_target_cpu %{_target_cpu} > %define tls_subdir tls > %endif > %endif > So, I'd say just compile it for i386, and it sh...
2020 Jan 10
0
Re: [PATCH Fedora libguestfs] Don't depend on libvirt-daemon-kvm monolith.
...diff --git a/libguestfs.spec b/libguestfs.spec > index 0d32ef0..71f97c6 100644 > --- a/libguestfs.spec > +++ b/libguestfs.spec > @@ -211,12 +211,16 @@ Requires: fuse > # For core disk-create API. > Requires: /usr/bin/qemu-img > > -# For libvirt backend. > -%ifarch %{ix86} x86_64 %{arm} aarch64 > -Requires: libvirt-daemon-kvm >= 0.10.2-3 > -%else > +# For qemu direct and libvirt backends. > +Requires: qemu-kvm-core > +Requires: libvirt-daemon-driver-qemu This is OK. > +Recommends: libvirt-daemon-driver-storage-disk &gt...
2020 Jan 10
0
Re: [PATCH Fedora libguestfs] Don't depend on libvirt-daemon-kvm monolith.
...diff --git a/libguestfs.spec b/libguestfs.spec > index 0d32ef0..71f97c6 100644 > --- a/libguestfs.spec > +++ b/libguestfs.spec > @@ -211,12 +211,16 @@ Requires: fuse > # For core disk-create API. > Requires: /usr/bin/qemu-img > > -# For libvirt backend. > -%ifarch %{ix86} x86_64 %{arm} aarch64 > -Requires: libvirt-daemon-kvm >= 0.10.2-3 > -%else > +# For qemu direct and libvirt backends. > +Requires: qemu-kvm-core > +Requires: libvirt-daemon-driver-qemu Do you use the libvirt "secret" APIs at all (disk encryption,...
2020 Jan 10
0
[PATCH Fedora libguestfs v2] Don't depend on libvirt-daemon-kvm monolith.
...ile changed, 4 insertions(+), 6 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 0d32ef0..872d430 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -211,12 +211,10 @@ Requires: fuse # For core disk-create API. Requires: /usr/bin/qemu-img -# For libvirt backend. -%ifarch %{ix86} x86_64 %{arm} aarch64 -Requires: libvirt-daemon-kvm >= 0.10.2-3 -%else -Requires: libvirt-daemon-qemu >= 0.10.2-3 -%endif +# For qemu direct and libvirt backends. +Requires: qemu-kvm-core +Requires: libvirt-daemon-driver-qemu +Requires: libvirt-daemon-driver-s...
2020 Jan 10
2
[PATCH Fedora libguestfs v3] Don't depend on libvirt-daemon-kvm
v3 adds libvirt-daemon-driver-storage-core too as a Recommends. Dan, there is a scratch build ongoing here: https://koji.fedoraproject.org/koji/taskinfo?taskID=40377285 Rich.
2020 Jan 10
0
[PATCH Fedora libguestfs v4] Don't depend on libvirt-daemon-kvm monolith.
...le changed, 10 insertions(+), 6 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index 0d32ef0..ca2e434 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -211,12 +211,16 @@ Requires: fuse # For core disk-create API. Requires: /usr/bin/qemu-img -# For libvirt backend. -%ifarch %{ix86} x86_64 %{arm} aarch64 -Requires: libvirt-daemon-kvm >= 0.10.2-3 -%else -Requires: libvirt-daemon-qemu >= 0.10.2-3 -%endif +# For qemu direct and libvirt backends. +Requires: qemu-kvm-core +Suggests: qemu-block-curl +Suggests: qemu-block-gluster +Suggests:...
2003 Jul 09
1
Samba 3.0.0 beta2 Aurora SPARC Linux rpm binary
I have taken your samba-3.0.0beta2-1.src.rpm, added a little sparc thingy tp the spec file, and made a "new" src.rpm, and a sparc binary rpm. NTW, Aurora SPARC Linux is based on Red Hat Linux, currently ansel release on 7.3 and a work-in-progress on 9, see auroralinux.org. If you want them, how do I upload them? Cheers, /ChJ
2012 May 11
0
Announce: Facter 1.6.9rc1 Available
...x dmidecode based facts on DragonFly BSD Ken Barber (1): 6c46b2c (#14332) Correct stubbing on Ubuntu Matthaus Litteken (1): ceefaf1 Update lib/facter.rb, CHANGELOG, facter.spec for 1.6.9rc1 Moses Mendoza (2): 2842c96 Update rpm spec file ac51593 Wrap dmidecode/pciutils in ifarch block Stefan Schulte (2): 515fd65 (#11511) Split lsb facts into multiple files fbaa8fe (#11511) Correct lsbrelease specfile filename -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppe...
2020 Jan 10
1
Re: [PATCH Fedora libguestfs] Don't depend on libvirt-daemon-kvm monolith.
...ec > > index 0d32ef0..71f97c6 100644 > > --- a/libguestfs.spec > > +++ b/libguestfs.spec > > @@ -211,12 +211,16 @@ Requires: fuse > > # For core disk-create API. > > Requires: /usr/bin/qemu-img > > > > -# For libvirt backend. > > -%ifarch %{ix86} x86_64 %{arm} aarch64 > > -Requires: libvirt-daemon-kvm >= 0.10.2-3 > > -%else > > +# For qemu direct and libvirt backends. > > +Requires: qemu-kvm-core > > +Requires: libvirt-daemon-driver-qemu > > This is OK. > > > +Recommen...
2010 Mar 05
1
make depend fails when building Wine 1.1.40
I am trying to build Wine 1.1.40 in Fedora 12 with wine.spec from src.rpm but I get this error: configure: Finished. Do 'make' to compile Wine. + /usr/bin/make depend config.status: creating tools/Makefile make[1]: Entering directory `/home/user/rpmbuild/BUILD/wine-1.1.40/tools' gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe