File ibm-se-certificates.spec of Package ibm-se-certificates
#
# spec file for package ibm-se-certificates
#
# Copyright (c) 2024 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.
#
Name: ibm-se-certificates
Version: 1.0.0
Release: 0
License: MIT
Summary: Secure Execution Host Certificates
Group: System/Management
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Provides Secure Execution Host Certificates
%prep
%setup -q
%install
mkdir -p %{buildroot}/var/lib/se-certs
cp -a var/lib/se-certs/* %{buildroot}/var/lib/se-certs/
%files
%defattr(-,root,root)
%dir /var/lib/se-certs
/var/lib/se-certs
%changelog