Update to 3.10 headers 88/8288/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_generic tizen_3.0.m14.2_ivi tizen_ivi_genivi accepted/tizen/20130912.151814 accepted/tizen/20130912.191415 accepted/tizen/20130912.195436 accepted/tizen/ivi/genivi/20140131.024812 ivi_oct_m2 submit/tizen/20130814.204914 submit/tizen/20130912.090406 submit/tizen_ivi_genivi/20140131.023457 tizen_3.0.m14.2_ivi_release
authorAnas Nashif <anas.nashif@intel.com>
Wed, 14 Aug 2013 20:49:12 +0000 (16:49 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 14 Aug 2013 20:49:12 +0000 (16:49 -0400)
packaging/linux-glibc-devel.changes [new file with mode: 0644]
packaging/linux-glibc-devel.spec

diff --git a/packaging/linux-glibc-devel.changes b/packaging/linux-glibc-devel.changes
new file mode 100644 (file)
index 0000000..3297347
--- /dev/null
@@ -0,0 +1,3 @@
+* Wed Aug 14 2013 Anas Nashif <anas.nashif@intel.com> upstream/3.4@984f583
+- Update to 3.10 headers
+
index 9714de9..ac05b4f 100644 (file)
@@ -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