diff --git a/.gitignore b/.gitignore index 24a112f..73ac8ef 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /os-prober_1.56.tar.gz /os-prober_1.57.tar.gz /os-prober_1.58.tar.gz +/os-prober_1.65.tar.xz diff --git a/os-prober-factored-logger-efi-fix.patch b/os-prober-factored-logger-efi-fix.patch index 4168a47..5c66fa0 100644 --- a/os-prober-factored-logger-efi-fix.patch +++ b/os-prober-factored-logger-efi-fix.patch @@ -1,7 +1,8 @@ -diff -up os-prober-1.58/os-probes/mounted/x86/05efi.factor-out-logger-efi-fix os-prober-1.58/os-probes/mounted/x86/05efi ---- os-prober-1.58/os-probes/mounted/x86/05efi.factor-out-logger-efi-fix 2013-04-25 04:23:06.000000000 +0430 -+++ os-prober-1.58/os-probes/mounted/x86/05efi 2013-06-19 01:42:05.428750558 +0430 -@@ -58,7 +58,11 @@ ret=1 +Index: os-prober/os-probes/mounted/x86/05efi +=================================================================== +--- os-prober.orig/os-probes/mounted/x86/05efi ++++ os-prober/os-probes/mounted/x86/05efi +@@ -59,7 +59,11 @@ ret=1 for test in /usr/lib/os-probes/mounted/efi/*; do debug "running subtest $test" if [ -f "$test" ] && [ -x "$test" ]; then diff --git a/os-prober.spec b/os-prober.spec index fd0e990..4a601bc 100644 --- a/os-prober.spec +++ b/os-prober.spec @@ -1,13 +1,13 @@ Name: os-prober -Version: 1.58 -Release: 11%{?dist} +Version: 1.65 +Release: 1%{?dist} Summary: Probes disks on the system for installed operating systems Group: System Environment/Base # 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 +Source0: http://ftp.de.debian.org/debian/pool/main/o/os-prober/%{name}_%{version}.tar.xz # move newns binary outside of os-prober subdirectory, so that debuginfo # can be automatically generated for it Patch0: os-prober-newnsdirfix.patch @@ -36,7 +36,7 @@ in a generic machine-readable format. Support for new OSes and Linux distributions can be added easily. %prep -%setup -q +%setup -q -n os-prober %patch0 -p1 -b .newnsdirfix %patch1 -p1 -b .macosxdummyfix %patch2 -p1 -b .mdraidfix @@ -101,6 +101,10 @@ fi %{_var}/lib/%{name} %changelog +* Sun Dec 07 2014 Hedayat Vatankhah - 1.65-1 +- Using latest upstream version tarball to be consistent with upstream + versioning + * Sat Oct 25 2014 Hedayat Vatankhah - 1.58-11 - Fix parsing grub2's initrd/linux variations, rhbz #1108344 diff --git a/sources b/sources index 7748912..4861b75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -11406f47d9536bccb655456d6d92d111 os-prober_1.58.tar.gz +a7e833555f54387a4798ffea8c2bf0d4 os-prober_1.65.tar.xz