- spec file: fix build dependencies for regenerate_initrd_posttrans
(bsc#1215772) OBS-URL: https://build.opensuse.org/package/show/Base:System/sg3_utils?expand=0&rev=107
This commit is contained in:
parent
a0d57226cb
commit
36e1716178
@ -2,6 +2,8 @@
|
|||||||
Wed Sep 27 15:56:57 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
Wed Sep 27 15:56:57 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
- dracut.conf: add 00-scsi-sg3_config.rules (jsc#PED-6226)
|
- dracut.conf: add 00-scsi-sg3_config.rules (jsc#PED-6226)
|
||||||
|
- spec file: fix build dependencies for regenerate_initrd_posttrans
|
||||||
|
(bsc#1215772)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 21 20:17:46 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
Thu Sep 21 20:17:46 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||||
|
@ -37,6 +37,12 @@ Supplements: modalias(scsi:t-0x00*)
|
|||||||
Supplements: modalias(scsi:t-0x07*)
|
Supplements: modalias(scsi:t-0x07*)
|
||||||
Supplements: modalias(scsi:t-0x0e*)
|
Supplements: modalias(scsi:t-0x0e*)
|
||||||
Obsoletes: scsi <= 1.7_2.38_1.25_0.19_1.02_0.93
|
Obsoletes: scsi <= 1.7_2.38_1.25_0.19_1.02_0.93
|
||||||
|
# For regenerate_initrd_posttrans
|
||||||
|
%if 0%{?suse_version} < 1550
|
||||||
|
BuildRequires: suse-module-tools
|
||||||
|
%else
|
||||||
|
BuildRequires: rpm-config-SUSE
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The sg3_utils package contains utilities that send SCSI commands to
|
The sg3_utils package contains utilities that send SCSI commands to
|
||||||
|
Loading…
Reference in New Issue
Block a user