[os-prober] Update to 1.56 with a bug fix and applied one of my patches

Hedayat Vatankhah hedayat at fedoraproject.org
Thu Oct 11 22:33:41 UTC 2012


commit 30e3407565236d5f7b7e667f8a0c0b20a5776cb3
Author: Hedayat Vatankhah <hedayat.fwd at gmail.com>
Date:   Fri Oct 12 02:01:33 2012 +0330

    Update to 1.56 with a bug fix and applied one of my patches

 .gitignore     |    1 +
 os-prober.spec |   15 ++++++++-------
 sources        |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 446f68d..8f8097a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /os-prober_1.52.tar.gz
 /os-prober_1.53.tar.gz
 /os-prober_1.55.tar.gz
+/os-prober_1.56.tar.gz
diff --git a/os-prober.spec b/os-prober.spec
index 39fd094..8f52445 100644
--- a/os-prober.spec
+++ b/os-prober.spec
@@ -1,5 +1,5 @@
 Name:           os-prober
-Version:        1.55
+Version:        1.56
 Release:        1%{?dist}
 Summary:        Probes disks on the system for installed operating systems
 
@@ -14,9 +14,8 @@ Patch0:         os-prober-newnsdirfix.patch
 Patch1:         os-porber-no-dummy-mach-kernel.patch
 # Sent upstream
 Patch2:         os-prober-mdraidfix.patch
-Patch3:         os-prober-grub2-fedorafix.patch
-Patch4:         os-prober-yaboot-parsefix.patch
-Patch5:         os-prober-usrmovefix.patch
+Patch3:         os-prober-yaboot-parsefix.patch
+Patch4:         os-prober-usrmovefix.patch
 
 Requires:       udev coreutils util-linux
 Requires:       grep /bin/sed /sbin/modprobe
@@ -31,9 +30,8 @@ distributions can be added easily.
 %patch0 -p1 -b .newnsdirfix
 %patch1 -p1 -b .macosxdummyfix
 %patch2 -p1 -b .mdraidfix
-%patch3 -p1
-%patch4 -p1 -b .yaboot-parsefix
-%patch5 -p1
+%patch3 -p1 -b .yaboot-parsefix
+%patch4 -p1
 
 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 \
@@ -84,6 +82,9 @@ fi
 %{_var}/lib/%{name}
 
 %changelog
+* Thu Oct 11 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog at gmail.com> - 1.56-1
+- Update to 1.56 with a bug fix and applied one of my patches
+
 * Mon Aug 27 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog at gmail.com> - 1.55-1
 - Update to new upstream version: 1.55
 
diff --git a/sources b/sources
index e35523e..5926d7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a516bc304a10345d2116d5b9b70bacc3  os-prober_1.55.tar.gz
+bd9c1a7fc49a2499d79977cf2c1ec68d  os-prober_1.56.tar.gz


More information about the scm-commits mailing list