update/enable-dev-patch/centos/enable-dev-patch.spec
Scott Little 0769009eb6 Relocate enable-dev-patch to stx-update/enable-dev-patch
Move content from stx-utils into stx-integ or stx-update

Packages will be relocated to

stx-update:
    enable-dev-patch
    extras

stx-integ:
    config-files/
        io-scheduler

    filesystem/
        filesystem-scripts

    grub/
        grubby

    logging/
        logmgmt

    tools/
        collector
        monitor-tools

    tools/engtools/
        hostdata-collectors
        parsers

    utilities/
        build-info
        branding   (formerly wrs-branding)
        platform-util

Change-Id: I9edf4ede0369646500c6bcc5a54c9627093a96fb
Story: 2002801
Task: 22687
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-01 12:46:56 -04:00

29 lines
616 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 Titanium 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