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