File ibm-se-revocation-lists.spec of Package ibm-se-revocation-lists

#
# spec file for package ibm-se-revocation-lists
#
# 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-revocation-lists
Version:        1.0.0
Release:        0
License:        MIT
Summary:        IBM Secure Execution Revocation Lists
Group:          System/Management
Source:         %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Provides CRLs in the context of secure linux

%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
openSUSE Build Service is sponsored by