* [PATCH] grubby: drop package
@ 2019-06-21 20:12 Arne Fitzenreiter
0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2019-06-21 20:12 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2151 bytes --]
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
---
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 576d77a..0000000
--- a/grubby/grubby.nm
+++ /dev/null
@@ -1,69 +0,0 @@
-###############################################################################
-# IPFire.org - An Open Source Firewall Solution #
-# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
-###############################################################################
-
-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.6.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-06-21 20:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-21 20:12 [PATCH] grubby: drop package Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox