Updated to 1.53 for a bugfix
- Fixed directory name in upstream tarbal
This commit is contained in:
parent
9da6c26614
commit
fc4bf8bb9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/os-prober_1.48.tar.gz
|
/os-prober_1.48.tar.gz
|
||||||
/os-prober_1.51.tar.gz
|
/os-prober_1.51.tar.gz
|
||||||
/os-prober_1.52.tar.gz
|
/os-prober_1.52.tar.gz
|
||||||
|
/os-prober_1.53.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: os-prober
|
Name: os-prober
|
||||||
Version: 1.52
|
Version: 1.53
|
||||||
Release: 3%{?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
|
||||||
@ -22,7 +22,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 -n %{name}
|
%setup -q
|
||||||
%patch0 -p1 -b .newnsdirfix
|
%patch0 -p1 -b .newnsdirfix
|
||||||
%patch1 -p1 -b .macosxdummyfix
|
%patch1 -p1 -b .macosxdummyfix
|
||||||
find -type f -exec sed -i -e 's|usr/lib|usr/libexec|g' {} \;
|
find -type f -exec sed -i -e 's|usr/lib|usr/libexec|g' {} \;
|
||||||
@ -74,6 +74,10 @@ fi
|
|||||||
%{_var}/lib/%{name}
|
%{_var}/lib/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 10 2012 Peter Jones <pjones@redhat.com> - 1.52-3
|
||||||
- Don't detect our Mac boot blocks as OS X.
|
- Don't detect our Mac boot blocks as OS X.
|
||||||
Resolves: rhbz#811412
|
Resolves: rhbz#811412
|
||||||
|
Loading…
Reference in New Issue
Block a user