diff --git a/linux-glibc-devel-4.1.tar.xz b/linux-glibc-devel-4.1.tar.xz deleted file mode 100644 index 8e87735..0000000 --- a/linux-glibc-devel-4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baf7ea79241dd2f48be74879c638219b722454990d5594dd76e5d6878c158aba -size 928240 diff --git a/linux-glibc-devel-4.2.tar.xz b/linux-glibc-devel-4.2.tar.xz new file mode 100644 index 0000000..d946498 --- /dev/null +++ b/linux-glibc-devel-4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9890b076af53dda12983fb47d5625240701f62e626042b92db54c8b0de84add9 +size 925648 diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index a5d7339..8729bb9 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 13 16:03:38 UTC 2015 - dvaleev@suse.com + +- package back i2c-dev.h the one from i2c-tools is outdated + +------------------------------------------------------------------- +Mon Oct 12 14:56:38 UTC 2015 - dvaleev@suse.com + +- Update to kernel headers 4.2 + ------------------------------------------------------------------- Fri Jul 3 18:19:17 UTC 2015 - crrodriguez@opensuse.org diff --git a/linux-glibc-devel.spec b/linux-glibc-devel.spec index 6e23672..e9cea63 100644 --- a/linux-glibc-devel.spec +++ b/linux-glibc-devel.spec @@ -23,10 +23,10 @@ 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.1 +Version: 4.2 Release: 0 # A "-" is not allowed in version -%define upstream_version 4.1 +%define upstream_version 4.2 Url: http://www.kernel.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes @@ -99,8 +99,6 @@ rm -rf $RPM_BUILD_ROOT mkdir $RPM_BUILD_ROOT cp -a usr $RPM_BUILD_ROOT cp -a version.h $RPM_BUILD_ROOT/usr/include/linux/ -# Temporarily exclude i2c header files, which are provided by i2c-tools instead -rm -fv $RPM_BUILD_ROOT/usr/include/linux/i2c-dev.h # resolve file conflict with glibc for now rm -fv $RPM_BUILD_ROOT//usr/include/scsi/scsi.h # Replace the directory /usr/include/asm with a symlink.