
1. Rename Titanium Cloud to StarlingX for .spec files Test: After the de-brand change, bootimage.iso has built in the flock layer and installed on the dev machine to validate the changes. Please note, doing de-brand changes in batches, this is batch8 changes. Story: 2006387 Task: 39273 Change-Id: I214acdb6e4b99c484c07dcca24b4c9861624be7f Signed-off-by: Sharath Kumar K <sharath.kumar@intel.com>
29 lines
617 B
RPMSpec
29 lines
617 B
RPMSpec
Summary: Enable installation of developer patches
|
|
Name: enable-dev-patch
|
|
Version: 1.0
|
|
Release: %{tis_patch_ver}%{?_tis_dist}
|
|
License: Apache-2.0
|
|
Group: base
|
|
Packager: Wind River <info@windriver.com>
|
|
URL: unknown
|
|
Source0: dev_certificate_enable.bin
|
|
|
|
%description
|
|
Enables the installation of StarlingX patches signed by developers
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
install -m 755 -d %{buildroot}%{_sysconfdir}/pki/wrs
|
|
install -m 444 %{SOURCE0} %{buildroot}%{_sysconfdir}/pki/wrs/dev_certificate_enable.bin
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%{_sysconfdir}/pki/wrs/dev_certificate_enable.bin
|
|
|