Update to latest upstream version, 1.51
This commit is contained in:
parent
1a344e6fdc
commit
903ffb1493
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user