Update to 1.56 with a bug fix and applied one of my patches
This commit is contained in:
parent
be2648eb78
commit
30e3407565
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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@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@gmail.com> - 1.55-1
|
||||
- Update to new upstream version: 1.55
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user