Accepting request 837877 from home:tiwai:branches:Kernel:HEAD

- Force bzip2 compression for compatibility (boo#1176981):
  for keeping the compatibility with older distros (like Leap 15.1)
  that can't deal with lzma-compressed rpm files

OBS-URL: https://build.opensuse.org/request/show/837877
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=322
This commit is contained in:
Takashi Iwai 2020-09-26 07:41:38 +00:00 committed by Git OBS Bridge
parent d088ff8ce2
commit 9c8454bfc4
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 25 19:06:56 CEST 2020 - tiwai@suse.de
- Force bzip2 compression for compatibility (boo#1176981):
for keeping the compatibility with older distros (like Leap 15.1)
that can't deal with lzma-compressed rpm files
-------------------------------------------------------------------
Mon Sep 21 09:30:03 UTC 2020 - tiwai@suse.com

View File

@ -92,6 +92,9 @@ Obsoletes: qlogic-firmware
Provides: compat-wireless-firmware = 4.4
Obsoletes: compat-wireless-firmware < 4.4
# Force bzip2 instead of lzma compression (bsc#1176981)
%define _binary_payload w9.bzdio
%description
This package contains the raw uncompressed firmware files for Linux kernel
drivers. This package is provided only for compatibility with older kernels

View File

@ -64,6 +64,9 @@ BuildArch: noarch
Provides: compat-wireless-firmware = 4.4
Obsoletes: compat-wireless-firmware < 4.4
# Force bzip2 instead of lzma compression (bsc#1176981)
%define _binary_payload w9.bzdio
%description
This package contains the raw uncompressed firmware files for Linux kernel
drivers. This package is provided only for compatibility with older kernels