From e42dce452f7a10dd9f1cdfc8665b30bd758902fc Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 14 Aug 2013 16:49:12 -0400 Subject: [PATCH] Update to 3.10 headers --- packaging/linux-glibc-devel.changes | 3 +++ packaging/linux-glibc-devel.spec | 9 ++++----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 packaging/linux-glibc-devel.changes diff --git a/packaging/linux-glibc-devel.changes b/packaging/linux-glibc-devel.changes new file mode 100644 index 0000000..3297347 --- /dev/null +++ b/packaging/linux-glibc-devel.changes @@ -0,0 +1,3 @@ +* Wed Aug 14 2013 Anas Nashif upstream/3.4@984f583 +- Update to 3.10 headers + diff --git a/packaging/linux-glibc-devel.spec b/packaging/linux-glibc-devel.spec index 9714de9..ac05b4f 100644 --- a/packaging/linux-glibc-devel.spec +++ b/packaging/linux-glibc-devel.spec @@ -2,15 +2,14 @@ Name: linux-glibc-devel # this confusing version number has no meaning, it's the version # of the Linux kernel where these headers come from -Version: 3.4.0 +Version: 3.10 Release: 0 License: GPL-2.0 Summary: Linux headers for userspace development # A "-" is not allowed in version -%define upstream_version 3.4 Url: http://www.kernel.org/ -Group: Development/Libraries/C and C++ -Source: %{name}-%{upstream_version}.tar.bz2 +Group: Development/Libraries +Source: %{name}-%{version}.tar.bz2 Source1: install_all.sh Source1001: linux-glibc-devel.manifest Requires(pre): coreutils @@ -28,7 +27,7 @@ kernel-(flavor)-devel, or kernel-syms to pull in all kernel-*-devel, packages, instead. %prep -%setup -q -n linux-glibc-devel-%{upstream_version} +%setup -q -n linux-glibc-devel-%{version} cp %{SOURCE1001} . %build -- 2.7.4