1
0

Accepting request 338509 from Base:System

- package back i2c-dev.h the one from i2c-tools is outdated (forwarded request 338506 from k0da)

OBS-URL: https://build.opensuse.org/request/show/338509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2015-10-19 20:13:37 +00:00 committed by Git OBS Bridge
commit d67aeef30e
4 changed files with 15 additions and 7 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9890b076af53dda12983fb47d5625240701f62e626042b92db54c8b0de84add9
size 925648

View File

@ -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

View File

@ -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.