]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - xen/xen.nm
libtevent: Update to 0.9.28
[people/amarx/ipfire-3.x.git] / xen / xen.nm
index b97d54276bdf52cd1cad7942936c645f40ca8e2f..0ef8178613aa8277695e1fac019f87353372e7c2 100644 (file)
@@ -5,7 +5,8 @@
 
 name       = xen
 version    = 4.1.2
-release    = 4
+release    = 6
+sup_arches = i686 x86_64
 
 maintainer = Ben Schweikert <ben.schweikert@ipfire.org>
 groups     = Applications/Virtualization
@@ -17,6 +18,7 @@ description
        The Xen hypervisor, the powerful open source industry standard
        for virtualization, offers a powerful, efficient, and secure
        feature set for virtualization.
+       It is possible to use a i686 host, but it is not supported.
 end
 
 source_dl  = http://bits.xensource.com/oss-xen/release/%{version}/
@@ -26,7 +28,7 @@ build
        requires
                chrpath
                dev86
-               gettext-devel
+               gettext
                iasl
                libuuid-devel
                ncurses-devel
@@ -59,8 +61,8 @@ build
        build
                # Have to build it this way, else parts of the xen stubdom \
                # would get build too.
-               make dist-xen %{PARALELLISMFLAGS}
-               make dist-tools %{PARALELLISMFLAGS}
+               make dist-xen %{PARALLELISMFLAGS}
+               make dist-tools %{PARALLELISMFLAGS}
        end
 
        # Only install xen and tools
@@ -113,16 +115,6 @@ packages
                        run applications which manage Xen virtual machines
                end
 
-               # Very hacky workaround for an improper name of libfsimage.
-               if "%{DISTRO_ARCH}" == "x86_64"
-                       provides
-                               libfsimage.so.1.0(libfsimage.so.1.0)(64bit)
-                       end
-               else
-                       provides
-                               libfsimage.so.1.0(libfsimage.so.1.0)
-                       end
-               end
                files += %{libdir}/fs
        end