Accepting request 1246564 from systemsmanagement

OBS-URL: https://build.opensuse.org/request/show/1246564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Modules?expand=0&rev=29
This commit is contained in:
Ana Guerrero 2025-02-18 18:08:56 +00:00 committed by Git OBS Bridge
commit 5dd0bbe6c3
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 3 16:19:09 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Make use of %configure macro to build with distro flags
-------------------------------------------------------------------
Tue Aug 27 10:03:05 UTC 2024 - pgajdos@suse.com

View File

@ -102,7 +102,7 @@ applications.
sed -i 's@/usr/bin/env bash@/bin/bash@' script/envml
%build
./configure \
%configure \
--initdir="%{_datadir}/%name/init" \
--libexecdir="%{_prefix}/%_lib/%{name}/" \
--prefix="%_prefix" \
@ -118,7 +118,7 @@ sed -i 's@/usr/bin/env bash@/bin/bash@' script/envml
--libdir=%{_libdir}/%{name} \
--enable-compat-version \
--with-python=/usr/bin/python3
make %{?_smp_mflags}
%make_build
%install
install -d %{buildroot}/usr/share/modules