mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
update to the 1.97.1 release
This commit is contained in:
parent
5e0037e369
commit
e98789b000
3 changed files with 11 additions and 9 deletions
|
@ -1 +1 @@
|
|||
grub2.tar.gz
|
||||
grub-1.97.1.tar.gz
|
||||
|
|
16
grub2.spec
16
grub2.spec
|
@ -12,17 +12,15 @@
|
|||
%endif
|
||||
|
||||
Name: grub2
|
||||
Version: 1.98
|
||||
Release: 0.6.20090911svn%{?dist}
|
||||
Epoch: 1
|
||||
Version: 1.97.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/grub/
|
||||
#Source0: http://alpha.gnu.org/pub/gnu/grub/grub-%{version}.tar.gz
|
||||
# svn -r2587 co svn://svn.sv.gnu.org/grub/trunk/grub2
|
||||
# tar czf grub2.tar.gz --exclude .svn grub2
|
||||
Source0: grub2.tar.gz
|
||||
Source0: ftp://alpha.gnu.org/gnu/grub/grub-%{version}.tar.gz
|
||||
Source1: 90_persistent
|
||||
Source2: grub.default
|
||||
Source3: README.Fedora
|
||||
|
@ -62,7 +60,7 @@ file that is part of this package's documentation for more information.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n grub2
|
||||
%setup -q -n grub-%{version}
|
||||
|
||||
%patch0 -p1 -b .grubdir
|
||||
%patch1 -p1 -b .dlsym
|
||||
|
@ -201,6 +199,10 @@ exec >/dev/null 2>&1
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 10 2009 Dennis Gilmore <dennis@ausil.us> - 1:1.97.1-1
|
||||
- update to 1.97.1 release
|
||||
- introduce epoch for upgrades
|
||||
|
||||
* Tue Nov 10 2009 Dennis Gilmore <dennis@ausil.us> - 1.98-0.7.20090911svn
|
||||
- fix BR
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
2f22e7c338fffbf44bc58cdc980eefd8 grub2.tar.gz
|
||||
66fe18cd9318e3d67a34d7b7a8e7b1f6 grub-1.97.1.tar.gz
|
||||
|
|
Loading…
Reference in a new issue