Wolfgang Rosenauer 2017-04-28 06:28:59 +00:00 committed by Git OBS Bridge
parent 0423f3fa2a
commit e722ab13ac
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 28 06:28:06 UTC 2017 - wr@rosenauer.org
- recognize Leap 42.3 (boo#1036679)
-------------------------------------------------------------------
Fri Dec 9 05:24:34 UTC 2016 - qantas94heavy@gmail.com

View File

@ -54,6 +54,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %sle_version == 120200
%global suseversion 42.2
%endif
%else
%if %sle_version == 120300
%global suseversion 42.3
%endif
%endif
%global prjname Leap:%{suseversion}
%else