From 903ffb1493f75721d27ad33afbfbdf6aaa3612fc Mon Sep 17 00:00:00 2001 From: Hedayat Vatankhah Date: Wed, 28 Mar 2012 23:52:07 +0430 Subject: [PATCH] Update to latest upstream version, 1.51 --- .gitignore | 1 + os-prober.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cceea6b..14cb500 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /os-prober_1.46.tar.gz /os-prober_1.47.tar.gz /os-prober_1.48.tar.gz +/os-prober_1.51.tar.gz diff --git a/os-prober.spec b/os-prober.spec index 6b3d97e..9be9589 100644 --- a/os-prober.spec +++ b/os-prober.spec @@ -1,10 +1,11 @@ Name: os-prober -Version: 1.48 -Release: 3%{?dist} +Version: 1.51 +Release: 1%{?dist} Summary: Probes disks on the system for installed operating systems Group: System Environment/Base -License: GPL+ +# For more information about licensing, see copyright file. +License: GPLv2+ and GPL+ URL: http://kitenet.net/~joey/code/os-prober/ Source0: http://ftp.de.debian.org/debian/pool/main/o/os-prober/%{name}_%{version}.tar.gz # move newns binary outside of os-prober subdirectory, so that debuginfo @@ -20,9 +21,11 @@ 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 find -type f -exec sed -i -e 's|usr/lib|usr/libexec|g' {} \; +sed -i -e 's|grub-probe|grub2-probe|g' os-probes/common/50mounted-tests \ + linux-boot-probes/common/50mounted-tests %build make %{?_smp_mflags} CFLAGS="%{optflags}" @@ -69,6 +72,9 @@ fi %{_var}/lib/%{name} %changelog +* Wed Mar 28 2012 Hedayat Vatankhah - 1.51-1 +- Update to latest upstream version, 1.51 + * Sat Jan 21 2012 Hedayat Vatankhah - 1.48-3 - Remove dmraid and lvm2 dependency. bug #770393 diff --git a/sources b/sources index d30593e..ffce295 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -934967419d5022484a5e128522b480d7 os-prober_1.48.tar.gz +a9ddb7982ea07443e06ce1c5a313222f os-prober_1.51.tar.gz