![zhipengl](/assets/img/avatar_default.png)
Use dnsmasq-config package to add init script to system folder Remove dnsmasq-spec-add-init-script.patch. Merge spec change part in dnsmasq-spec-add-init-script.patch and src patch adding in patch-tftp-to-close-sockets-immediately.patch to spec-include-TiS-patch.patch. Deployment test and script check pass. Story: 2003768 Task: 27583 Change-Id: I4d5b78fed03961056585b8c09dc483fac3b55728 Signed-off-by: zhipengl <zhipengs.liu@intel.com>
31 lines
569 B
RPMSpec
31 lines
569 B
RPMSpec
Summary: dnsmasq-config
|
|
Name: dnsmasq-config
|
|
Version: 1.0
|
|
Release: %{tis_patch_ver}%{?_tis_dist}
|
|
License: Apache-2.0
|
|
Group: base
|
|
Packager: StarlingX
|
|
URL: unknown
|
|
BuildArch: noarch
|
|
Source: %name-%version.tar.gz
|
|
|
|
Requires: dnsmasq
|
|
Summary: package StarlingX configuration files of dnsmasq to system folder.
|
|
|
|
%description
|
|
package StarlingX configuration files of dnsmasq to system folder.
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{_sysconfdir}/init.d
|
|
install -m 755 init %{buildroot}%{_sysconfdir}/init.d/dnsmasq
|
|
|
|
%post
|
|
|
|
%files
|
|
%{_sysconfdir}/init.d/dnsmasq
|