add conflict
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=119
This commit is contained in:
parent
1d2d6dfb53
commit
882a3b4716
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9436cb4fe24a52e9fbe648daf1ff56b10da149f408d8c6ac66d8f692a85ea244
|
oid sha256:1ae0cde5b38fecba0a55bfe736cc16f5f63ac5a1d41bda2befc4c3a0b8739f77
|
||||||
size 264052
|
size 265747
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 12 10:20:53 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- conflict with old bsdtar (not supporting --chroot)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 27 12:34:17 UTC 2011 - adrian@suse.de
|
||||||
|
|
||||||
|
- revert to single cpu build default for debian packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 29 14:59:28 UTC 2011 - lnussel@suse.de
|
Tue Mar 29 14:59:28 UTC 2011 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: build
|
Source: build
|
||||||
Version: 2011.01.20
|
Version: 2011.03.29
|
||||||
Binary: build
|
Binary: build
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -24,7 +24,7 @@ Group: Development/Tools/Building
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A Script to Build SUSE Linux RPMs
|
Summary: A Script to Build SUSE Linux RPMs
|
||||||
Version: 2011.03.29
|
Version: 2011.03.29
|
||||||
Release: 1
|
Release: 0
|
||||||
#!BuildIgnore: build-mkbaselibs
|
#!BuildIgnore: build-mkbaselibs
|
||||||
Source: build-%{version}.tar.gz
|
Source: build-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -36,9 +36,10 @@ Requires: bash
|
|||||||
Requires: perl
|
Requires: perl
|
||||||
Requires: binutils
|
Requires: binutils
|
||||||
Requires: tar
|
Requires: tar
|
||||||
|
Conflicts: bsdtar < 2.5.5
|
||||||
|
%if 0%{?suse_version} > 1000
|
||||||
# None of them are actually required for core features.
|
# None of them are actually required for core features.
|
||||||
# Perl helper scripts use them.
|
# Perl helper scripts use them.
|
||||||
%if 0%{?suse_version} > 1000
|
|
||||||
Recommends: perl(Date::Language)
|
Recommends: perl(Date::Language)
|
||||||
Recommends: perl(Date::Parse)
|
Recommends: perl(Date::Parse)
|
||||||
Recommends: perl(LWP::UserAgent)
|
Recommends: perl(LWP::UserAgent)
|
||||||
|
Loading…
Reference in New Issue
Block a user