update source code

This commit is contained in:
chengquan 2019-12-31 18:44:47 +08:00
parent 1d03e2f5da
commit 2595639eb1
3 changed files with 9 additions and 3 deletions

BIN
os-prober-1.74.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: os-prober
Version: 1.74
Release: 9
Release: 10
Summary: Probe disks on the system for other operating systems
License: GPLv2+ and GPL+
URL: http://kitenet.net/~joey/code/os-prober/
Source0: http://ftp.us.debian.org/debian/pool/main/o/os-prober/%{name}_%{version}.tar.xz
Source0: https://salsa.debian.org/installer-team/os-prober/-/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: os-prober-no-dummy-mach-kernel.patch
Patch1: os-prober-mdraidfix.patch
@ -28,7 +28,7 @@ and add them to the boot loader, so that installing current OS doesn't
make your other installed OS hard to boot.
%prep
%autosetup -n %{name} -Sgit
%autosetup -n %{name}-%{version} -Sgit
sed -i -e 's|grub-probe|grub2-probe|g' os-probes/common/50mounted-tests \
linux-boot-probes/common/50mounted-tests
@ -87,6 +87,12 @@ fi
%{_libexecdir}/*
%changelog
* Tue Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.74-10
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:optimize spec file.
* Fri Sep 27 2019 chengquan<chengquan3@huawei.com> - 1.74-9
- Type:bugfix
- ID:NA

Binary file not shown.