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
|
Name: os-prober
|
||||||
Version: 1.82
|
Version: 1.83
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Utility to detect other OSes on a set of drives
|
Summary: Utility to detect other OSes on a set of drives
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -21,16 +21,16 @@ This package detects other OSes available on a system and outputs the results in
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -c
|
||||||
#-n os-prober
|
cd work
|
||||||
#%patch0 -p1
|
|
||||||
%patch 1 -p1
|
%patch 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%make -C work
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
cd work
|
||||||
for f in os-prober linux-boot-prober; do
|
for f in os-prober linux-boot-prober; do
|
||||||
install -D -m0755 $f %{buildroot}%{_sbindir}/$f
|
install -D -m0755 $f %{buildroot}%{_sbindir}/$f
|
||||||
done
|
done
|
||||||
@ -84,9 +84,12 @@ install -d -m0755 %{buildroot}%{_localstatedir}/lib/os-prober
|
|||||||
%dir %{_datadir}/os-prober
|
%dir %{_datadir}/os-prober
|
||||||
%{_datadir}/os-prober/common.sh
|
%{_datadir}/os-prober/common.sh
|
||||||
%dir %{_localstatedir}/lib/os-prober
|
%dir %{_localstatedir}/lib/os-prober
|
||||||
%doc debian/copyright
|
%doc work/debian/copyright
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 07 2024 Automatic Build System <autodist@openmamba.org> 1.82-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user