From 97b6a9384a92c89126b7e4d718aba080bfd32103 Mon Sep 17 00:00:00 2001 From: Hedayat Vatankhah Date: Sun, 5 May 2013 23:10:05 +0430 Subject: [PATCH] Update to upstream version 1.58, with UEFI support --- os-prober.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/os-prober.spec b/os-prober.spec index 4c8044c..6fb2298 100644 --- a/os-prober.spec +++ b/os-prober.spec @@ -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 - 1.58-1 +- Update to upstream version 1.58, with UEFI support + * Sat Feb 02 2013 Hedayat Vatankhah - 1.57-2 - Fix a bug in recent btrfs patch when an extended partition is examined. (H.J. Lu) (bug #906847)