Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2018-08-28 09:18:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linux-glibc-devel (Old)
 and      /work/SRC/openSUSE:Factory/.linux-glibc-devel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linux-glibc-devel"

Tue Aug 28 09:18:38 2018 rev:64 rq:628867 version:4.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/linux-glibc-devel/linux-glibc-devel.changes      
2018-07-28 12:36:15.747948751 +0200
+++ /work/SRC/openSUSE:Factory/.linux-glibc-devel.new/linux-glibc-devel.changes 
2018-08-28 09:18:41.423741892 +0200
@@ -1,0 +2,5 @@
+Mon Aug 13 07:41:51 UTC 2018 - sch...@suse.de
+
+- Update to kernel headers 4.18
+
+-------------------------------------------------------------------

Old:
----
  linux-glibc-devel-4.17.tar.xz

New:
----
  linux-glibc-devel-4.18.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ linux-glibc-devel.spec ++++++
--- /var/tmp/diff_new_pack.riMAiY/_old  2018-08-28 09:18:41.839743215 +0200
+++ /var/tmp/diff_new_pack.riMAiY/_new  2018-08-28 09:18:41.839743215 +0200
@@ -17,26 +17,25 @@
 
 
 Name:           linux-glibc-devel
+Version:        4.18
+Release:        0
 Summary:        Linux headers for userspace development
 License:        GPL-2.0-only
 Group:          Development/Libraries/C and C++
-BuildArch:      noarch
-Version:        4.17
-Release:        0
-Url:            http://www.kernel.org/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            http://www.kernel.org/
+Source:         %{name}-%{version}.tar.xz
+Source1:        install_all.sh
 BuildRequires:  fdupes
 BuildRequires:  xz
-Provides:       kernel-headers
-Provides:       linux-kernel-headers = %{version}
-Obsoletes:      linux-kernel-headers < %{version}
 # rpm-build requires gettext-tools; ignore this, in order to shorten cycles 
(we have no translations)
 #!BuildIgnore:  gettext-tools
 # glibc-devel requires linux-kernel-headers, which we are in progress of 
building
 #!BuildIgnore:  linux-kernel-headers
 PreReq:         coreutils
-Source:         %{name}-%{version}.tar.xz
-Source1:        install_all.sh
+Provides:       kernel-headers
+Provides:       linux-kernel-headers = %{version}
+Obsoletes:      linux-kernel-headers < %{version}
+BuildArch:      noarch
 
 %description
 This package provides Linux kernel headers, the kernel API description
@@ -45,8 +44,6 @@
 kernel-(flavor)-devel, or kernel-syms to pull in all kernel-*-devel,
 packages, instead.
 
-
-
 %prep
 %setup -q -n linux-glibc-devel-%{version}
 
@@ -95,12 +92,10 @@
 cat version.h
 
 %install
-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/
+cp -a usr %{buildroot}/
+cp -a version.h %{buildroot}%{_includedir}/linux/
 # resolve file conflict with glibc for now
-rm -fv   $RPM_BUILD_ROOT//usr/include/scsi/scsi.h
+rm -fv   %{buildroot}/%{_includedir}/scsi/scsi.h
 # Replace the directory /usr/include/asm with a symlink.
 # libc contained a symlink /usr/include/asm into kernel-source up to 7.0 
(2.1.3)
 # glibc-devel contained a symlink /usr/include/asm into kernel-source in 7.1 
(2.2)
@@ -111,8 +106,8 @@
 # A trigger will run after the /usr/include/asm was removed
 # Create a dummy symlink now for rpmlint happiness, we %%ghost this and create
 # a proper symlink during %%post:
-ln -sfn asm-dummy $RPM_BUILD_ROOT/usr/include/asm
-%fdupes $RPM_BUILD_ROOT/usr/include
+ln -sfn asm-dummy %{buildroot}%{_includedir}/asm
+%fdupes %{buildroot}%{_includedir}
 
 %postun
 if test "$1" = 0
@@ -141,7 +136,7 @@
 then
        case "$(readlink usr/include/asm)" in
                *../src/linux/include*)
-               echo "/usr/include/asm points to kernel-source, waiting for 
triggerpostun to symlink to asm-$asm_link"
+               echo "%{_includedir}/asm points to kernel-source, waiting for 
triggerpostun to symlink to asm-$asm_link"
                rm -fv usr/include/asm
                exit 0
                ;;
@@ -149,7 +144,7 @@
        : symlink is ok, update it below in case of an arch change
 elif test -d usr/include/asm
 then
-       echo "/usr/include/asm is a directory, waiting for triggerpostun to 
symlink to asm-$asm_link"
+       echo "%{_includedir}/asm is a directory, waiting for triggerpostun to 
symlink to asm-$asm_link"
        exit 0
 fi
 ln -sfn arch-$asm_link/asm usr/include/asm
@@ -176,7 +171,7 @@
 
 %files
 %defattr(-,root,root)
-%{_prefix}/include/*
-%ghost %{_prefix}/include/asm
+%{_includedir}/*
+%ghost %{_includedir}/asm
 
 %changelog

++++++ install_all.sh ++++++
--- /var/tmp/diff_new_pack.riMAiY/_old  2018-08-28 09:18:41.867743304 +0200
+++ /var/tmp/diff_new_pack.riMAiY/_new  2018-08-28 09:18:41.867743304 +0200
@@ -50,7 +50,7 @@
 ; do
        rm -rf usr/include/arch-$asm
 done
-rm Makefile .cache.mk
+rm -f Makefile .cache.mk
 find -type f -name "..install.cmd" -exec rm {} +
 find -type f -name ".install" -exec rm {} +
 #-------------------------------------------------------------------

++++++ linux-glibc-devel-4.17.tar.xz -> linux-glibc-devel-4.18.tar.xz ++++++
++++ 7384 lines of diff (skipped)


Reply via email to