Accepting request 98265 from home:a_jaeger:my-factory-packages

Update to Linux 3.2-rc7 headers.

OBS-URL: https://build.opensuse.org/request/show/98265
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=42
This commit is contained in:
Andreas Jaeger 2011-12-27 08:23:29 +00:00 committed by Git OBS Bridge
parent a6b37b8bc1
commit 8e09316bef
4 changed files with 15 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 26 12:54:18 UTC 2011 - aj@suse.de
- Update to Linux 3.2-rc7 headers.
-------------------------------------------------------------------
Wed Dec 21 13:20:59 CET 2011 - dmueller@suse.de

View File

@ -23,8 +23,12 @@ Summary: Linux headers for userspace development
License: GPL-2.0
Group: Development/Libraries/C and C++
BuildArch: noarch
Version: 3.1
Release: 0
# this confusing version number has no meaning, it's the version
# of the Linux kernel where these headers come from
Version: 3.2_rc7
Release: 5
# A "-" is not allowed in version
%define upstream_version 3.2-rc7
Url: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: kernel-headers
@ -45,7 +49,7 @@ packages, instead.
%prep
%setup -q -n linux-glibc-devel-%version
%setup -q -n linux-glibc-devel-%{upstream_version}
%patch1
%build