File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
build-tests/x86/tumbleweed/kiwi-settings Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ Name: kiwi-settings
2+ Version: 1.1.1
3+ Release: 0
4+ License: GPL-3.0 -or-later
5+ %if "%{_vendor }" == "debbuild"
6+ Packager: Marcus Schaefer
< [email protected] > 7+ %endif
8+ Summary: KIWI - runtime config file
9+ Group: System/Management
10+ Source: %{name }-%{version }.tar.gz
11+ BuildRoot: %{_tmppath }/%{name }-%{version }-build
12+ BuildArch: noarch
13+
14+ %description
15+ Provides a KIWI runtime config file and others suitable
16+ for building the tumbleweed based integrations test
17+
18+ %prep
19+ %setup -q
20+
21+ %install
22+ mkdir -p %{buildroot }/etc/modprobe.d
23+ cp -a kiwi-settings/60-blacklist_fs-erofs.conf %{buildroot }/etc/modprobe.d/
24+
25+ %files
26+ %defattr(-,root,root)
27+ /etc/modprobe.d/60-blacklist_fs-erofs.conf
28+
29+ %changelog
Original file line number Diff line number Diff line change 1+ /dev/null
You can’t perform that action at this time.
0 commit comments