6
0

Accepting request 374298 from home:Andreas_Schwab:Factory

- Update to kernel headers 4.5

OBS-URL: https://build.opensuse.org/request/show/374298
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=98
This commit is contained in:
2016-03-17 16:08:13 +00:00
committed by Git OBS Bridge
parent 14ccc0fe56
commit 11491ab820
4 changed files with 11 additions and 10 deletions

View File

@@ -21,12 +21,8 @@ Summary: Linux headers for userspace development
License: GPL-2.0
Group: Development/Libraries/C and C++
BuildArch: noarch
# this confusing version number has no meaning, it's the version
# of the Linux kernel where these headers come from
Version: 4.4
Version: 4.5
Release: 0
# A "-" is not allowed in version
%define upstream_version 4.4
Url: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
@@ -35,7 +31,7 @@ Provides: kernel-headers
Provides: linux-kernel-headers = %{version}
Obsoletes: linux-kernel-headers < %{version}
PreReq: coreutils
Source: %{name}-%{upstream_version}.tar.xz
Source: %{name}-%{version}.tar.xz
Source1: install_all.sh
%description
@@ -48,7 +44,7 @@ packages, instead.
%prep
%setup -q -n linux-glibc-devel-%{upstream_version}
%setup -q -n linux-glibc-devel-%{version}
%build
cat > version.h <<-BOGUS