Update to upstream version 1.58, with UEFI support

This commit is contained in:
Hedayat Vatankhah 2013-05-05 23:10:05 +04:30
parent 973a8ddbc1
commit 97b6a9384a

View File

@ -1,6 +1,6 @@
Name: os-prober
Version: 1.57
Release: 2%{?dist}
Version: 1.58
Release: 1%{?dist}
Summary: Probes disks on the system for installed operating systems
Group: System Environment/Base
@ -94,6 +94,9 @@ fi
%{_var}/lib/%{name}
%changelog
* Sun May 05 2013 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 1.58-1
- Update to upstream version 1.58, with UEFI support
* Sat Feb 02 2013 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 1.57-2
- Fix a bug in recent btrfs patch when an extended partition is examined.
(H.J. Lu) (bug #906847)