action #52136
closedadjust prjconf
Description
after copying the sources and before the whole thing builds prjconf needs to be adjusted
- replace old version with new version everywhere
- enable %_with_betatest
Updated by lkocman over 5 years ago
- Status changed from New to In Progress
- Assignee set to lkocman
Updated by lkocman over 5 years ago
- Status changed from In Progress to Resolved
lkocman-factory@linux-i0y4:~> posc meta prjconf -e openSUSE:Leap:15.2
Sending meta data...
Done.
Updated by lkocman over 5 years ago
lkocman-factory@linux-i0y4:~> posc meta prjconf openSUSE:Leap:15.2 | egrep "with_beta|15.[0-9]|15[0-9]"
Release: . spec:lp152..
%define _with_betatest 1¶
%_with_betatest 1
%if "%_project" == "openSUSE:Leap:15.2" || "%_project" == "openSUSE:Leap:15.2:NonFree" || "%_project" == "openSUSE:Leap:15.2:ARM" || "%_project" == "openSUSE:Leap:15.2:Rebuild" || "%_project" == "openSUSE:Leap:15.2:PowerPC"
%if "%_project" == "openSUSE:Leap:15.2" || "%_project" == "openSUSE:Leap:15.2:NonFree" || "%_project" == "openSUSE:Leap:15.2:ARM" || "%_project" == "openSUSE:Leap:15.2:PowerPC" || "%_project" == "openSUSE:Leap:15.2:Live" || "%_project" == "openSUSE:Leap:15.2:Rebuild" || "%_project" == "openSUSE:Leap:15.2:Rings" || "%_project" == "openSUSE:Leap:15.2:Rings:0-Bootstrap" || "%_project" == "openSUSE:Leap:15.2:Rings:1-MinimalX"
%distribution openSUSE Leap 15.2
%if "%_project" != "openSUSE:Leap:15.2:Rings:0-Bootstrap"
%if "%_project" == "openSUSE:Leap:15.2" || "%_project" == "openSUSE:Leap:15.2:ARM" || "%_project" == "openSUSE:Leap:15.2:PowerPC" || "%_project" == "openSUSE:Leap:15.2:Rebuild" || "%_project" == "openSUSE:Leap:15.2:Live" || "%_project" == "openSUSE:Leap:15.2:NonFree"
%define suse_version 1500
%define sle_version 15.200
%suse_version 1500
%sle_version 15.200
Updated by mlin7442 over 5 years ago
I changed it a bit, Macros/:Macros need to be enabled :)