config-files/tuned-config/centos/tuned-config.spec

32 lines
708 B
RPMSpec

Summary: StarlingX Tuned Configuration File
Name: tuned-config
Version: 1.0
Release: %{tis_patch_ver}%{?_tis_dist}
License: Apache-2.0
Group: config-files
Packager: StarlingX
URL: unknown
Source0: %{name}-%{version}.tar.gz
Requires: tuned
BuildArch: noarch
%define debug_package %{nil}
%description
StarlingX tuned configuration file
%prep
%setup
%install
install -d -m 755 %{buildroot}%{_sysconfdir}/systemd/system/tuned.service.d/
install -p -m 644 tuned-stx-override.conf %{buildroot}%{_sysconfdir}/systemd/system/tuned.service.d/
%files
%defattr(-,root,root)
%license LICENSE
%dir %{_sysconfdir}/systemd/system/tuned.service.d
%{_sysconfdir}/systemd/system/tuned.service.d/tuned-stx-override.conf