From fc4bf8bb9de958d6246764fb1e1a8cf41cd94b3a Mon Sep 17 00:00:00 2001 From: Hedayat Vatankhah Date: Fri, 11 May 2012 21:30:24 +0430 Subject: [PATCH] Updated to 1.53 for a bugfix - Fixed directory name in upstream tarbal --- .gitignore | 1 + os-prober.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 39c47c7..6740603 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /os-prober_1.48.tar.gz /os-prober_1.51.tar.gz /os-prober_1.52.tar.gz +/os-prober_1.53.tar.gz diff --git a/os-prober.spec b/os-prober.spec index ce973db..a06bb41 100644 --- a/os-prober.spec +++ b/os-prober.spec @@ -1,6 +1,6 @@ Name: os-prober -Version: 1.52 -Release: 3%{?dist} +Version: 1.53 +Release: 1%{?dist} Summary: Probes disks on the system for installed operating systems Group: System Environment/Base @@ -22,7 +22,7 @@ in a generic machine-readable format. Support for new OSes and Linux distributions can be added easily. %prep -%setup -q -n %{name} +%setup -q %patch0 -p1 -b .newnsdirfix %patch1 -p1 -b .macosxdummyfix find -type f -exec sed -i -e 's|usr/lib|usr/libexec|g' {} \; @@ -74,6 +74,10 @@ fi %{_var}/lib/%{name} %changelog +* Fri May 11 2012 Hedayat Vatankhah - 1.53-1 +- Updated to 1.53 for a bugfix +- Fixed directory name in upstream tarbal + * Thu May 10 2012 Peter Jones - 1.52-3 - Don't detect our Mac boot blocks as OS X. Resolves: rhbz#811412 diff --git a/sources b/sources index 694c606..975490c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b209332901b1659e5eccdf2f2fa0d1cc os-prober_1.52.tar.gz +1435131b60b078a2a8301df3237a6829 os-prober_1.53.tar.gz