From 8b536d19dbbfd84feb5457a623d4b1cf312914a9 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 29 Jan 2025 14:49:18 +0300 Subject: [PATCH] Make the config uniform --- config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index 74715ab..61ffc47 100644 --- a/config.yaml +++ b/config.yaml @@ -2,13 +2,13 @@ actions: - replace: - target: "spec" find: | - %prep - %forgeautosetup -p1 + %py3_build + make man replace: | - %prep - %forgeautosetup -p1 + %py3_build + make man + ln -rs %{_builddir}/%{name}-%{version}/runners/org.osbuild.rhel82 %{_builddir}/%{name}-%{version}/runners/org.osbuild.almalinux8 - %if 0%{?almalinux} >= 9 ln -rs %{_builddir}/%{name}-%{version}/runners/org.osbuild.centos9 %{_builddir}/%{name}-%{version}/runners/org.osbuild.almalinux9 %endif