Rebased to version 1.9.1

Fix incorrect UUID format in boot output (bz #1284259)
This commit is contained in:
Cole Robinson 2016-03-17 10:42:51 -04:00
parent d6c3a3e1a8
commit a48ed8c459
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ seabios-0.6.0.tar.gz
/seabios-1.8.1.tar.gz
/seabios-1.8.2.tar.gz
/seabios-1.9.0.tar.gz
/seabios-1.9.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: seabios
Version: 1.9.0
Release: 2%{?dist}
Version: 1.9.1
Release: 1%{?dist}
Summary: Open-source legacy BIOS implementation
Group: Applications/Emulators
@ -137,6 +137,10 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
%changelog
* Thu Mar 17 2016 Cole Robinson <crobinso@redhat.com> - 1.9.1-1
- Rebased to version 1.9.1
- Fix incorrect UUID format in boot output (bz #1284259)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
c3fea87e731e396bd4e7e2c478ba39d9 seabios-1.9.0.tar.gz
e21b6f3e54d492be837ef20d66617f81 seabios-1.9.1.tar.gz