1
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:
Andreas Schwab 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f35134eeb9214d0bb14ee665455e35243c059466f1006e03ede7ef9f9d91dabc
size 933248

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0543864b77cd7f7d8cc4a6091af7362fa15f5e4c6f264f907970578d0b0b6d26
size 953748

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 17 15:31:34 UTC 2016 - schwab@suse.de
- Update to kernel headers 4.5
-------------------------------------------------------------------
Fri Jan 15 14:14:05 UTC 2016 - mmarek@suse.cz

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