yast2-CASA: add the conditional BuildRequires package for STABLE distro
This commit is contained in:
parent
530380e977
commit
990e1dac74
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 13:09:13 MDT 2007 - schoi@novell.com
|
||||
|
||||
- fix the build break in STABLE branch due to yast2-devel package name change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 6 15:31:27 MDT 2007 - jnorman@novell.com
|
||||
|
||||
|
@ -12,8 +12,13 @@
|
||||
|
||||
@HEADER-COMMENT@
|
||||
|
||||
Name: yast2-CASA
|
||||
BuildRequires: yast2-devel-doc yast2-devtools update-desktop-files libstdc++ libgcc
|
||||
Name: yast2-CASA
|
||||
%if %suse_version == 1030
|
||||
BuildRequires: yast2-devel-doc yast2-devtools update-desktop-files libstdc++ libgcc
|
||||
%else
|
||||
BuildRequires: yast2-devel yast2-devtools update-desktop-files libstdc++ libgcc
|
||||
%endif
|
||||
|
||||
Version: @VERSION@
|
||||
Release: 0
|
||||
License: LGPL
|
||||
|
Loading…
Reference in New Issue
Block a user