Accepting request 510962 from home:dimstar:Factory

- BuildIgnore linux-kernel-headers: the symbol will only exist once
  the package was builtin a bootstrap cycle.
- BuildIgnore gettext-tools: required by rpm-build, but we can
  build without it, allowing to shorten a bootstrap cycle.

OBS-URL: https://build.opensuse.org/request/show/510962
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=114
This commit is contained in:
Andreas Schwab 2017-07-17 12:39:31 +00:00 committed by Git OBS Bridge
parent b7c762fa9e
commit d40a3c8ac7
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 17 12:12:09 UTC 2017 - dimstar@opensuse.org
- BuildIgnore linux-kernel-headers: the symbol will only exist once
the package was builtin a bootstrap cycle.
- BuildIgnore gettext-tools: required by rpm-build, but we can
build without it, allowing to shorten a bootstrap cycle.
-------------------------------------------------------------------
Mon Jul 3 08:04:22 UTC 2017 - schwab@suse.de

View File

@ -30,6 +30,10 @@ BuildRequires: xz
Provides: kernel-headers
Provides: linux-kernel-headers = %{version}
Obsoletes: linux-kernel-headers < %{version}
# rpm-build requires gettext-tools; ignore this, in order to shorten cycles (we have no translations)
#!BuildIgnore: gettext-tools
# glibc-devel requires linux-kernel-headers, which we are in progress of building
#!BuildIgnore: linux-kernel-headers
PreReq: coreutils
Source: %{name}-%{version}.tar.xz
Source1: install_all.sh