]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
os-prober: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2016 23:14:12 +0000 (01:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2016 23:14:52 +0000 (01:14 +0200)
FTBFS and probably not really needed

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
grub/grub.nm
os-prober/os-prober.nm [deleted file]

index d7b36bbb88149943503a5f9d7d663cc0a68adbb3..32cb2697946a1de123cfa9a4d7d112853b2f4608 100644 (file)
@@ -6,7 +6,7 @@
 name       = grub
 version    = 2.02
 beta       = beta3
-release    = 0.%{beta}.1
+release    = 0.%{beta}.2
 sup_arches = x86_64 i686
 thisapp    = %{name}-%{version}~%{beta}
 
@@ -120,7 +120,6 @@ packages
        package %{name}
                requires
                        gettext
-                       os-prober
                        system-logos >= 2
                end
 
diff --git a/os-prober/os-prober.nm b/os-prober/os-prober.nm
deleted file mode 100644 (file)
index bef5b64..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = os-prober
-version    = 1.38
-release    = 1
-
-groups     = Development/Tools
-url        = http://joey.kitenet.net/code/os-prober/
-license    = GPL
-summary    = Utility to detect other OSes on a set of drives.
-
-description
-       os-prober is a spinoff of debian-installer. One of the installer's features \
-       is that it can probe disks on the system for other operating systems, and \
-       add them to the boot loader, so that installing Debian doesn't make your \
-       other installed OS hard to boot.
-end
-
-thisapp    = %{name}_%{version}
-source_dl  =
-
-build
-       requires
-               dmraid-devel
-               libdevmapper-devel
-               libudev-devel
-               libuuid-devel
-       end
-
-       DIR_APP = %{DIR_SRC}/%{name}
-
-       build
-               make CFLAGS="%{CFLAGS}" CC=gcc %{PARALLELISMFLAGS}
-       end
-
-       install
-               mkdir -pv %{BUILDROOT}/usr/{bin,lib/os-prober,share/os-prober}
-               cp -vf common.sh %{BUILDROOT}/usr/share/os-prober/common.sh
-               cp -vf newns %{BUILDROOT}/usr/lib/os-prober/
-               cp -vrf {linux-boot,os}-probes %{BUILDROOT}/usr/lib/
-               cp -vf {linux-boot,os}-prober %{BUILDROOT}/usr/bin/
-               chmod -v 755 %{BUILDROOT}/usr/bin/{linux-boot,os}-prober
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end