From 1ddd4fd7db6451d6a7aea637574adaf9c548b544 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 27 Feb 2017 13:07:26 -0500 Subject: [PATCH] Update URL, fix %description formatting --- grubby.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grubby.spec b/grubby.spec index 29735bd..f6bc91e 100644 --- a/grubby.spec +++ b/grubby.spec @@ -4,9 +4,9 @@ Release: 4%{?dist} Summary: Command line tool for updating bootloader configs Group: System Environment/Base License: GPLv2+ -URL: http://git.fedorahosted.org/git/grubby.git +URL: https://github.com/rhinstaller/grubby # we only pull git snaps at the moment -# git clone git://git.fedorahosted.org/git/grubby.git +# git clone git@github.com:rhinstaller/grubby.git # git archive --format=tar --prefix=grubby-%{version}/ HEAD |bzip2 > grubby-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2 @@ -26,8 +26,8 @@ Requires: uboot-tools %endif %description -grubby is a command line tool for updating and displaying information about -the configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc) +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.