Using latest upstream version tarball to be consistent with upstream versioning

This commit is contained in:
Hedayat Vatankhah 2014-12-08 01:23:09 +03:30
parent bbf80c8d79
commit a0ac2a8b3f
4 changed files with 15 additions and 9 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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 <hedayat.fwd+rpmchlog@gmail.com> - 1.65-1
- Using latest upstream version tarball to be consistent with upstream
versioning
* Sat Oct 25 2014 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 1.58-11
- Fix parsing grub2's initrd/linux variations, rhbz #1108344

View File

@ -1 +1 @@
11406f47d9536bccb655456d6d92d111 os-prober_1.58.tar.gz
a7e833555f54387a4798ffea8c2bf0d4 os-prober_1.65.tar.xz