forked from pool/build
CONFLICT Accepting request 78371: The following screendump should say it all:
---------------------------------------------------------------------- # rpm -qi build [...] Description : This package provides a script for building RPMs for SUSE Linux in a chroot environment. Requires: build-mkbaselibs Recommends: build-mkdrpms Distribution: openSUSE:Tools / openSUSE_11.4 ---------------------------------------------------------------------- Needless to say that rpm -q --requires / --recommends does not list build-mkbaselibs and build-mkdrpms. This SR fixes this bug. Note: the Recommends is only enabled on distributions that support it. (forwarded request 78242 from cboltz) Rev openSUSE:Factory/56 Md5 8959ae0408f51036e2262403679432e7 2011-08-09 14:38:58 saschpe 78371
This commit is contained in:
commit
9ca683b760
@ -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
|
||||
|
||||
|
10
build.spec
10
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+
|
||||
|
3
debian.tar.gz
Normal file
3
debian.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e76356912637c3554da7a0cef6cbc7f12e5adf9fc4c6b14fb09084c6b6bcc845
|
||||
size 1524
|
Loading…
Reference in New Issue
Block a user