Update to latest upstream version, 1.51

This commit is contained in:
Hedayat Vatankhah 2012-03-28 23:52:07 +04:30
parent 1a344e6fdc
commit 903ffb1493
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/os-prober_1.46.tar.gz
/os-prober_1.47.tar.gz
/os-prober_1.48.tar.gz
/os-prober_1.51.tar.gz

View File

@ -1,10 +1,11 @@
Name: os-prober
Version: 1.48
Release: 3%{?dist}
Version: 1.51
Release: 1%{?dist}
Summary: Probes disks on the system for installed operating systems
Group: System Environment/Base
License: GPL+
# For more information about licensing, see copyright file.
License: GPLv2+ and GPL+
URL: http://kitenet.net/~joey/code/os-prober/
Source0: http://ftp.de.debian.org/debian/pool/main/o/os-prober/%{name}_%{version}.tar.gz
# move newns binary outside of os-prober subdirectory, so that debuginfo
@ -20,9 +21,11 @@ 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
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 \
linux-boot-probes/common/50mounted-tests
%build
make %{?_smp_mflags} CFLAGS="%{optflags}"
@ -69,6 +72,9 @@ fi
%{_var}/lib/%{name}
%changelog
* Wed Mar 28 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 1.51-1
- Update to latest upstream version, 1.51
* Sat Jan 21 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 1.48-3
- Remove dmraid and lvm2 dependency. bug #770393

View File

@ -1 +1 @@
934967419d5022484a5e128522b480d7 os-prober_1.48.tar.gz
a9ddb7982ea07443e06ce1c5a313222f os-prober_1.51.tar.gz