automatic version update by autodist [release 1.83-1mamba;Mon Sep 30 2024]
This commit is contained in:
parent
b44c59019b
commit
3bf3f7ea1d
@ -1,5 +1,5 @@
|
||||
Name: os-prober
|
||||
Version: 1.82
|
||||
Version: 1.83
|
||||
Release: 1mamba
|
||||
Summary: Utility to detect other OSes on a set of drives
|
||||
Group: System/Tools
|
||||
@ -21,16 +21,16 @@ This package detects other OSes available on a system and outputs the results in
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-n os-prober
|
||||
#%patch0 -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
|
||||
@ -84,9 +84,12 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user