Compare commits

...

7 Commits

View File

@ -1,12 +1,12 @@
Name: os-prober
Version: 1.76
Version: 1.83
Release: 1mamba
Summary: Utility to detect other OSes on a set of drives
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://joeyh.name/code/os-prober/
URL: https://joeyh.name/code/os-prober/
Source: http://ftp.de.debian.org/debian/pool/main/o/os-prober/os-prober_%{version}.tar.xz
Patch0: os-prober-1.61-openmamba-EFI-32_64_bit_mismatch.patch
Patch1: os-prober-1.66-linux-distro-openmamba.patch
@ -14,21 +14,23 @@ License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This package detects other OSes available on a system and outputs the results in a generic machine-readable format.
%debug_package
%prep
%setup -q
#%patch0 -p1
%patch1 -p1
%setup -q -c
cd work
%patch 1 -p1
%build
%make
%make -C work
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
cd work
for f in os-prober linux-boot-prober; do
install -D -m0755 $f %{buildroot}%{_sbindir}/$f
done
@ -57,9 +59,6 @@ cp -a ./os-probes/mounted/common/* \
%ifarch %{ix86} x86_64
cp -a ./os-probes/mounted/x86/* %{buildroot}%{_prefix}/lib/os-probes/mounted/
cp -a ./linux-boot-probes/mounted/x86/* %{buildroot}%{_prefix}/lib/linux-boot-probes/mounted/
%else
echo "Arch not supported; aborting."
exit 1
%endif
install -d -m0755 %{buildroot}%{_localstatedir}/lib/os-prober
@ -85,9 +84,30 @@ install -d -m0755 %{buildroot}%{_localstatedir}/lib/os-prober
%dir %{_datadir}/os-prober
%{_datadir}/os-prober/common.sh
%dir %{_localstatedir}/lib/os-prober
%doc debian/copyright
%doc work/debian/copyright
%changelog
* Mon Sep 30 2024 Automatic Build System <autodist@openmamba.org> 1.83-1mamba
- automatic version update by autodist
* Fri Jun 07 2024 Automatic Build System <autodist@openmamba.org> 1.82-1mamba
- automatic version update by autodist
* Tue Jul 19 2022 Automatic Build System <autodist@mambasoft.it> 1.81-1mamba
- automatic version update by autodist
* Tue May 31 2022 Automatic Build System <autodist@mambasoft.it> 1.80-1mamba
- automatic version update by autodist
* Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 1.79-1mamba
- automatic version update by autodist
* Sat Feb 20 2021 Automatic Build System <autodist@mambasoft.it> 1.78-1mamba
- automatic version update by autodist
* Thu Aug 08 2019 Automatic Build System <autodist@mambasoft.it> 1.77-1mamba
- automatic version update by autodist
* Mon Aug 07 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.76-1mamba
- update to 1.76