From 303036b9612a24cf85f2e6b534e19ebca246c737 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 21 Jun 2019 21:12:15 +0100 Subject: [PATCH] grubby: drop package Signed-off-by: Arne Fitzenreiter Signed-off-by: Michael Tremer --- grubby/grubby.nm | 69 ------------------------------------------------ 1 file changed, 69 deletions(-) delete mode 100644 grubby/grubby.nm diff --git a/grubby/grubby.nm b/grubby/grubby.nm deleted file mode 100644 index 576d77a2c..000000000 --- a/grubby/grubby.nm +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = grubby -version = 8.11 -release = 5 - -groups = System/Base -url = http://git.fedorahosted.org/git/grubby.git -license = GPLv2+ -summary = Command line tool for updating bootloader configs. - -description - grubby is a command line tool for updating and displaying information about - the configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc) - and zipl (s390) boot loaders. It is primarily designed to be used from scripts - which install new kernels and need to find information about the current boot - environment. -end - -# Source tarballs must be generated from git. -sources = %{thisapp}.tar.bz2 - -build - requires - glib2-devel - libblkid-devel - popt-devel - util-linux - end - - make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}" - - test - make test - end - - make_install_targets += mandir=%{mandir} - - install_cmds - mkdir -pv %{BUILDROOT}%{prefix} - mv -v %{BUILDROOT}{,%{prefix}}/sbin - end -end - -packages - package %{name} - # Pull in u-boot-tools on ARM platforms. - if "%{DISTRO_ARCH}" == "armv7hl" - requires += u-boot-tools - end - - if "%{DISTRO_ARCH}" == "armv5tel" - requires += u-boot-tools - end - - provides - /sbin/grubby - /sbin/installkernel - /sbin/new-kernel-pkg - end - end - - package %{name}-debuginfo - template DEBUGINFO - end -end -- 2.39.2