File dracut-wireless.spec of Package dracut-wireless.13374
#
# spec file for package dracut-wireless
#
# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: dracut-wireless
Version: 0.1.1573133286.06608d5
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: dracut-wireless-%{version}.tar.xz
Summary: Wireless network support for dracut initrd
License: GPL-2.0
Group: System/Packages
BuildArch: noarch
BuildRequires: dracut
Requires: dracut
%description
Wireless network support for dracut initrd.
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}/usr/lib/dracut/modules.d/50wireless
cp -R wireless/* %{buildroot}/usr/lib/dracut/modules.d/50wireless
chmod 755 %{buildroot}/usr/lib/dracut/modules.d/50wireless/*
%files
%defattr(-,root,root,-)
/usr/lib/dracut/modules.d/50wireless
%changelog