Compare commits

...

5 Commits
master ... f13

Author SHA1 Message Date
Brian C. Lane 2fc98928b3 - Update to 7.0.16
- Add patch to check the return value of getuuidbydev
- Resolves: rhbz#592294
2010-08-09 13:40:47 -07:00
Peter Jones ae3aec3502 - Update to 7.0.15
- Add man pages for installkernel and new-kernel-pkg Resolves: rhbz#529333
2010-08-09 13:40:05 -07:00
Peter Jones 4136a859aa - Update to 7.0.14
- Add man pages for installkernel and new-kernel-pkg Resolves: rhbz#529333
2010-08-09 13:39:30 -07:00
Fedora Release Engineering 82fb8f07d2 dist-git conversion 2010-07-28 17:08:50 +00:00
Jesse Keating 45f23c5eab Initialize branch F-13 for grubby 2010-02-17 01:32:15 +00:00
6 changed files with 17 additions and 27 deletions

View File

@ -1,2 +0,0 @@
clog
grubby-7.0.13.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
grubby-7.0.16.tar.bz2

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: grubby
# $Id: Makefile,v 1.1 2009/06/03 19:32:26 tibbs Exp $
NAME := grubby
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,5 +1,5 @@
Name: grubby
Version: 7.0.13
Version: 7.0.16
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
@ -48,10 +48,23 @@ rm -rf $RPM_BUILD_ROOT
/sbin/installkernel
/sbin/new-kernel-pkg
/sbin/grubby
%{_mandir}/man8/grubby.8*
%{_mandir}/man8/*.8*
%changelog
* Tue Jul 13 2010 Brian C. Lane <bcl@redhat.com> - 7.0.16-1
- Update to 7.0.16
- Add patch to check the return value of getuuidbydev
- Resolves: rhbz#592294
* Wed Apr 14 2010 Peter Jones <pjones@redhat.com> - 7.0.15-1
- Update to 7.0.15
- Add man pages for installkernel and new-kernel-pkg
Resolves: rhbz#529333
* Wed Apr 14 2010 Peter Jones <pjones@redhat.com> - 7.0.14-1
- Update to 7.0.14
* Thu Feb 11 2010 Peter Jones <pjones@redhat.com> - 7.0.13-1
- Strip boot partition prefix from initrd path if present during --update.
Related: rhbz#557922

View File

@ -1 +0,0 @@
grubby-7_0-1_fc11:HEAD:grubby-7.0-1.fc11.src.rpm:1245867195

View File

@ -1 +1 @@
879798163ebe78c1d9a0aca261fa622e grubby-7.0.13.tar.bz2
d838a5f794573f5704248b8322bf3643 grubby-7.0.16.tar.bz2