From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] grubby: drop package Date: Fri, 21 Jun 2019 21:12:15 +0100 Message-ID: <1561147935-5550-1-git-send-email-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6635859439981533783==" List-Id: --===============6635859439981533783== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Arne Fitzenreiter --- 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 = # -############################################################################= ### - -name =3D grubby -version =3D 8.11 -release =3D 5 - -groups =3D System/Base -url =3D http://git.fedorahosted.org/git/grubby.git -license =3D GPLv2+ -summary =3D Command line tool for updating bootloader configs. - -description - grubby is a command line tool for updating and displaying information abo= ut - the configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc) - and zipl (s390) boot loaders. It is primarily designed to be used from scri= pts - which install new kernels and need to find information about the current bo= ot - environment. -end - -# Source tarballs must be generated from git. -sources =3D %{thisapp}.tar.bz2 - -build - requires - glib2-devel - libblkid-devel - popt-devel - util-linux - end - - make_build_targets +=3D CFLAGS=3D"%{CFLAGS}" LDFLAGS=3D"%{LDFLAGS}" - - test - make test - end - - make_install_targets +=3D mandir=3D%{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}" =3D=3D "armv7hl" - requires +=3D u-boot-tools - end - - if "%{DISTRO_ARCH}" =3D=3D "armv5tel" - requires +=3D u-boot-tools - end - - provides - /sbin/grubby - /sbin/installkernel - /sbin/new-kernel-pkg - end - end - - package %{name}-debuginfo - template DEBUGINFO - end -end --=20 2.6.3 --===============6635859439981533783==--