public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Arne Fitzenreiter <arne_f@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] grubby: drop package
Date: Fri, 21 Jun 2019 21:12:15 +0100	[thread overview]
Message-ID: <1561147935-5550-1-git-send-email-arne_f@ipfire.org> (raw)

[-- 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


                 reply	other threads:[~2019-06-21 20:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1561147935-5550-1-git-send-email-arne_f@ipfire.org \
    --to=arne_f@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox