search for: exclusivearch

Displaying 18 results from an estimated 18 matches for "exclusivearch".

2013 Aug 04
2
build for ARM (rpi)
...package for ARM (Raspberry Pi)? I am using Pidora (Fedora mix for rpi), but can't find the source for this package in any of their repos (http://pidora.ca/pidora/releases/18/packages/source/SRPMS/s/) and tried to build this based on the spec file provided with the sources, but there is an ExclusiveArch statement in that file (ExclusiveArch: i386 i486 i586 i686 athlon pentium4 x86_64), prohibiting building on ARM-based arches. Thanks.
2013 Aug 05
2
build for ARM (rpi)
...; I am using Pidora (Fedora mix for rpi), but can't find the source for this >> package in any of their repos >> (http://pidora.ca/pidora/releases/18/packages/source/SRPMS/s/) and tried to >> build this based on the spec file provided with the sources, but there is an >> ExclusiveArch statement in that file (ExclusiveArch: i386 i486 i586 i686 >> athlon pentium4 x86_64), prohibiting building on ARM-based arches. Thanks. >> > > Just the installer or the entire package? For the boot loader, > there's (historically) too much dependency on x86 BIOS. W...
2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
...s changed, 27 insertions(+), 122 deletions(-) diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index 3138011..b4e660d 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -43,76 +43,23 @@ Requires: nc Requires: grub Requires: /usr/sbin/crond Requires: anyterm -ExclusiveArch: %{ix86} x86_64 - -%define app_root %{_datadir}/%{name} - -%description -Provides a series of daemons and support utilities to allow an -oVirt Node to interact with the oVirt Server. -%package stateless -Summary: oVirt Node for running as embedded hypervisor -Group: Applications/...
2013 Aug 04
0
build for ARM (rpi)
...ry Pi)? > > I am using Pidora (Fedora mix for rpi), but can't find the source for this > package in any of their repos > (http://pidora.ca/pidora/releases/18/packages/source/SRPMS/s/) and tried to > build this based on the spec file provided with the sources, but there is an > ExclusiveArch statement in that file (ExclusiveArch: i386 i486 i586 i686 > athlon pentium4 x86_64), prohibiting building on ARM-based arches. Thanks. Just the installer or the entire package? For the boot loader, there's (historically) too much dependency on x86 BIOS. With porting to EFI32/EFI64, it...
2013 Aug 05
0
build for ARM (rpi)
...ora (Fedora mix for rpi), but can't find the source for this > >>package in any of their repos > >>(http://pidora.ca/pidora/releases/18/packages/source/SRPMS/s/) and tried to > >>build this based on the spec file provided with the sources, but there is an > >>ExclusiveArch statement in that file (ExclusiveArch: i386 i486 i586 i686 > >>athlon pentium4 x86_64), prohibiting building on ARM-based arches. Thanks. > > > >Just the installer or the entire package? For the boot loader, > >there's (historically) too much dependency on x86 BIOS....
2013 Aug 05
3
build for ARM (rpi)
...for rpi), but can't find the source for this >>>> package in any of their repos >>>> (http://pidora.ca/pidora/releases/18/packages/source/SRPMS/s/) and tried to >>>> build this based on the spec file provided with the sources, but there is an >>>> ExclusiveArch statement in that file (ExclusiveArch: i386 i486 i586 i686 >>>> athlon pentium4 x86_64), prohibiting building on ARM-based arches. Thanks. >>>> >>> Just the installer or the entire package? For the boot loader, >>> there's (historically) too...
2011 Feb 11
1
[PATCH v2v] Add support for performing automated builds
...ases/v/i/virt-v2v/%{name}-v%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +# Unfortunately, despite really being noarch, we have to make virt-v2v arch +# dependent to avoid build failures on architectures where libguestfs isn't +# available. +ExclusiveArch: %{ix86} x86_64 + +# Build system direct requirements +BuildRequires: gettext +BuildRequires: perl +BuildRequires: perl(Module::Build) +BuildRequires: perl(ExtUtils::Manifest) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) +BuildRe...
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora. Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe. Removes old sub packages form ovirt-node, stateless, logos, selinux. Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221 Added License file.
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for relocating files into the make system.
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
...t() diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index ee1942b..2a6b7b6 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -51,6 +51,7 @@ Requires: anyterm Requires: newt-python Requires: libuser-python Requires: dbus-python +Requires: python-IPy ExclusiveArch: %{ix86} x86_64 @@ -175,19 +176,32 @@ cd - %{__install} -p -m0644 nodeadmin/__init__.py %{buildroot}%{python_sitelib}/nodeadmin %{__install} -p -m0644 nodeadmin/configscreen.py %{buildroot}%{python_sitelib}/nodeadmin -%{__install} -p -m0755 nodeadmin/createdomain.py %{buildroot}%{python_site...
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going. The code won't get all the way to the define stage since I'm in the middle of retrofitting it to use virtinst instead of a home spun node definition.
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com, including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *