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

- Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)

OBS-URL: https://build.opensuse.org/request/show/1164992
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=476
This commit is contained in:
Takashi Iwai 2024-04-05 08:52:32 +00:00 committed by Git OBS Bridge
parent 8115399f2d
commit a046ee48e4
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 4 13:42:49 UTC 2024 - Takashi Iwai <tiwai@suse.com>
- Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319)
-------------------------------------------------------------------
Mon Mar 25 10:44:58 UTC 2024 - tiwai@suse.com

View File

@ -5,10 +5,6 @@
# usage: list-license.sh < licenses.list
#
for f in files-*; do
echo '%license WHENCE' >> $f
done
while read first topic licenses; do
case "$first" in
\#*) continue;;