diff --git a/xz.spec b/xz.spec index 087b204..fe0866f 100644 --- a/xz.spec +++ b/xz.spec @@ -31,13 +31,13 @@ BuildRequires: pkgconfig Provides: lzma = %version Obsoletes: lzma < %version -%if 0%{?suse_version} > 1400 +%if 0%{?suse_version} > 1140 %define do_factory 1 %else %define do_profiling 0 %endif -%if 0%{?do_factory} > 1 +%if 0%{?do_factory} > 0 Recommends: %name-lang %endif # avoid bootstrapping problem @@ -61,7 +61,7 @@ The xz command is a very powerful program for compressing files. * Very similar command line interface to what gzip and bzip2 have. -%if 0%{?do_factory} > 1 +%if 0%{?do_factory} > 0 %lang_package %endif