Using latest upstream version tarball to be consistent with upstream versioning
This commit is contained in:
parent
bbf80c8d79
commit
a0ac2a8b3f
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/os-prober_1.56.tar.gz
|
/os-prober_1.56.tar.gz
|
||||||
/os-prober_1.57.tar.gz
|
/os-prober_1.57.tar.gz
|
||||||
/os-prober_1.58.tar.gz
|
/os-prober_1.58.tar.gz
|
||||||
|
/os-prober_1.65.tar.xz
|
||||||
|
@ -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
|
Index: os-prober/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
|
--- os-prober.orig/os-probes/mounted/x86/05efi
|
||||||
@@ -58,7 +58,11 @@ ret=1
|
+++ os-prober/os-probes/mounted/x86/05efi
|
||||||
|
@@ -59,7 +59,11 @@ ret=1
|
||||||
for test in /usr/lib/os-probes/mounted/efi/*; do
|
for test in /usr/lib/os-probes/mounted/efi/*; do
|
||||||
debug "running subtest $test"
|
debug "running subtest $test"
|
||||||
if [ -f "$test" ] && [ -x "$test" ]; then
|
if [ -f "$test" ] && [ -x "$test" ]; then
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Name: os-prober
|
Name: os-prober
|
||||||
Version: 1.58
|
Version: 1.65
|
||||||
Release: 11%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Probes disks on the system for installed operating systems
|
Summary: Probes disks on the system for installed operating systems
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
# For more information about licensing, see copyright file.
|
# For more information about licensing, see copyright file.
|
||||||
License: GPLv2+ and GPL+
|
License: GPLv2+ and GPL+
|
||||||
URL: http://kitenet.net/~joey/code/os-prober/
|
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
|
# move newns binary outside of os-prober subdirectory, so that debuginfo
|
||||||
# can be automatically generated for it
|
# can be automatically generated for it
|
||||||
Patch0: os-prober-newnsdirfix.patch
|
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.
|
distributions can be added easily.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n os-prober
|
||||||
%patch0 -p1 -b .newnsdirfix
|
%patch0 -p1 -b .newnsdirfix
|
||||||
%patch1 -p1 -b .macosxdummyfix
|
%patch1 -p1 -b .macosxdummyfix
|
||||||
%patch2 -p1 -b .mdraidfix
|
%patch2 -p1 -b .mdraidfix
|
||||||
@ -101,6 +101,10 @@ fi
|
|||||||
%{_var}/lib/%{name}
|
%{_var}/lib/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 25 2014 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 1.58-11
|
||||||
- Fix parsing grub2's initrd/linux variations, rhbz #1108344
|
- Fix parsing grub2's initrd/linux variations, rhbz #1108344
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user