forked from pool/linux-glibc-devel
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:
parent
14ccc0fe56
commit
11491ab820
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f35134eeb9214d0bb14ee665455e35243c059466f1006e03ede7ef9f9d91dabc
|
|
||||||
size 933248
|
|
3
linux-glibc-devel-4.5.tar.xz
Normal file
3
linux-glibc-devel-4.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0543864b77cd7f7d8cc4a6091af7362fa15f5e4c6f264f907970578d0b0b6d26
|
||||||
|
size 953748
|
@ -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
|
Fri Jan 15 14:14:05 UTC 2016 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -21,12 +21,8 @@ Summary: Linux headers for userspace development
|
|||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# this confusing version number has no meaning, it's the version
|
Version: 4.5
|
||||||
# of the Linux kernel where these headers come from
|
|
||||||
Version: 4.4
|
|
||||||
Release: 0
|
Release: 0
|
||||||
# A "-" is not allowed in version
|
|
||||||
%define upstream_version 4.4
|
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -35,7 +31,7 @@ Provides: kernel-headers
|
|||||||
Provides: linux-kernel-headers = %{version}
|
Provides: linux-kernel-headers = %{version}
|
||||||
Obsoletes: linux-kernel-headers < %{version}
|
Obsoletes: linux-kernel-headers < %{version}
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Source: %{name}-%{upstream_version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Source1: install_all.sh
|
Source1: install_all.sh
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,7 +44,7 @@ packages, instead.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n linux-glibc-devel-%{upstream_version}
|
%setup -q -n linux-glibc-devel-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cat > version.h <<-BOGUS
|
cat > version.h <<-BOGUS
|
||||||
|
Loading…
Reference in New Issue
Block a user