diff --git a/build.changes b/build.changes index ea83426..2da38d7 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 7 19:58:28 UTC 2011 - opensuse@cboltz.de + +- Requires:/Recommends: were part of the package description. + Moved them to the correct place. + ------------------------------------------------------------------- Fri Jul 1 07:26:34 UTC 2011 - adrian@suse.de diff --git a/build.spec b/build.spec index 452b12f..f6d4a91 100644 --- a/build.spec +++ b/build.spec @@ -50,14 +50,20 @@ Recommends: perl(XML::Parser) Recommends: bsdtar %endif +%if 0%{?suse_version} > 1120 || ! 0%{?suse_version} +Requires: build-mkbaselibs +%endif + +%if 0%{?suse_version} > 1120 || 0%{?mdkversion} +Recommends: build-mkdrpms +%endif + %description This package provides a script for building RPMs for SUSE Linux in a chroot environment. %if 0%{?suse_version} > 1120 || ! 0%{?suse_version} -Requires: build-mkbaselibs -Recommends: build-mkdrpms %package mkbaselibs License: GPLv2+