]> git.pld-linux.org Git - packages/linux-libc-headers.git/blobdiff - linux-libc-headers.spec
- updated to 5.18.1
[packages/linux-libc-headers.git] / linux-libc-headers.spec
index 6c74c9d827fbe01e4ec07a9935635377e3b379e9..6ff479853d56f5b2557a3d2b54874816caa530f0 100644 (file)
@@ -1,8 +1,4 @@
-#
-# Conditional build:
-%bcond_without tests           # build without tests
-
-%define        basever 5.14
+%define        basever 5.18
 %define        postver 1
 Summary:       Linux kernel headers for use with C libraries
 Summary(pl.UTF-8):     Nagłówki jądra Linuksa do użytku z bibliotekami C
@@ -13,10 +9,10 @@ Epoch:               7
 License:       GPL v2
 Group:         Development
 Source0:       https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
-# Source0-md5: a082ef5748b813abca0649dab8be5f52
+# Source0-md5: 58e80452e2d8e1993cd7ec95e697ab5a
 %if "%{postver}" > "0"
 Source1:       https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Source1-md5: 0e03bc49d0db9ae31a5086ec49be3768
+# Source1-md5: 4d3c0c51927b2bb0de4caa5d64a6dd4c
 %endif
 Patch0:                %{name}-esfq.patch
 Patch1:                %{name}-wrr.patch
@@ -25,6 +21,7 @@ Patch3:               %{name}-imq.patch
 Patch4:                %{name}-pom-set.patch
 Patch5:                %{name}-atm-vbr.patch
 Patch6:                vserver.patch
+URL:           https://www.kernel.org/
 AutoReqProv:   no
 BuildRequires: perl-base
 BuildRequires: rpmbuild(macros) >= 1.568
@@ -32,9 +29,9 @@ BuildRequires:        rsync
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires(pretrans):    coreutils
-Obsoletes:     alsa-driver-devel
-Obsoletes:     glibc-kernel-headers
-Obsoletes:     glibc-kernheaders
+Obsoletes:     alsa-driver-devel < 1.1
+Obsoletes:     glibc-kernel-headers < 7:2.6.2
+Obsoletes:     glibc-kernheaders < 2.6
 Conflicts:     lm_sensors-devel < 2.8.2-2
 ExclusiveOS:   Linux
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -90,12 +87,6 @@ rm -rf $RPM_BUILD_ROOT
        INSTALL_HDR_PATH=$RPM_BUILD_ROOT%{_prefix} \
        ARCH=%{target_arch}
 
-%if %{with tests}
-%{__make} -C linux-%{basever} headers_check \
-       INSTALL_HDR_PATH=$RPM_BUILD_ROOT%{_prefix} \
-       ARCH=%{target_arch}
-%endif
-
 # provided by glibc-headers
 %{__rm} -r $RPM_BUILD_ROOT%{_includedir}/scsi
 
This page took 0.028168 seconds and 4 git commands to generate.