From b64f18070a274aa956566ca229c64c3100d169753c36cf06b888e92a1dde15df Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 27 Sep 2011 07:28:36 +0000 Subject: [PATCH] fix last fix OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=37 --- xz.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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