Skip to content

Commit 486a45f

Browse files
committed
Add kiwi-settings package for TW
de-blacklist erofs to allow building integration tests with this filesystem
1 parent f67a728 commit 486a45f

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/dev/null

0 commit comments

Comments
 (0)