Updated to 1.53 for a bugfix

- Fixed directory name in upstream tarbal
This commit is contained in:
Hedayat Vatankhah 2012-05-11 21:30:24 +04:30
parent 9da6c26614
commit fc4bf8bb9d
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/os-prober_1.48.tar.gz
/os-prober_1.51.tar.gz
/os-prober_1.52.tar.gz
/os-prober_1.53.tar.gz

View File

@ -1,6 +1,6 @@
Name: os-prober
Version: 1.52
Release: 3%{?dist}
Version: 1.53
Release: 1%{?dist}
Summary: Probes disks on the system for installed operating systems
Group: System Environment/Base
@ -22,7 +22,7 @@ in a generic machine-readable format. Support for new OSes and Linux
distributions can be added easily.
%prep
%setup -q -n %{name}
%setup -q
%patch0 -p1 -b .newnsdirfix
%patch1 -p1 -b .macosxdummyfix
find -type f -exec sed -i -e 's|usr/lib|usr/libexec|g' {} \;
@ -74,6 +74,10 @@ fi
%{_var}/lib/%{name}
%changelog
* Fri May 11 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 1.53-1
- Updated to 1.53 for a bugfix
- Fixed directory name in upstream tarbal
* Thu May 10 2012 Peter Jones <pjones@redhat.com> - 1.52-3
- Don't detect our Mac boot blocks as OS X.
Resolves: rhbz#811412

View File

@ -1 +1 @@
b209332901b1659e5eccdf2f2fa0d1cc os-prober_1.52.tar.gz
1435131b60b078a2a8301df3237a6829 os-prober_1.53.tar.gz