Compare commits
4 Commits
1.79-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
3bf3f7ea1d | |||
b44c59019b | |||
55e84b09f1 | |||
d99a9213ac |
@ -1,5 +1,5 @@
|
||||
Name: os-prober
|
||||
Version: 1.79
|
||||
Version: 1.83
|
||||
Release: 1mamba
|
||||
Summary: Utility to detect other OSes on a set of drives
|
||||
Group: System/Tools
|
||||
@ -18,16 +18,19 @@ BuildRequires: glibc-devel
|
||||
%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 -n os-prober
|
||||
#%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
|
||||
@ -81,9 +84,21 @@ 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user