mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-26 02:16:20 +00:00
rpm: Remove unnecessary string substitution
These are never going to change, so using string substitution serves no purpose beyon mild obfuscation. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
5dd316bc34
commit
3ec34c2b8a
6
dist/swtpm.spec.in
vendored
6
dist/swtpm.spec.in
vendored
@ -7,7 +7,7 @@
|
||||
# Macros needed by SELinux
|
||||
%global selinuxtype targeted
|
||||
%global moduletype contrib
|
||||
%global modulename @PACKAGE@
|
||||
%global modulename swtpm
|
||||
|
||||
Summary: TPM Emulator
|
||||
Name: swtpm
|
||||
@ -166,8 +166,8 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/swtpm_setup.conf
|
||||
%config(noreplace) %{_sysconfdir}/swtpm-localca.options
|
||||
%config(noreplace) %{_sysconfdir}/swtpm-localca.conf
|
||||
%dir %{_datadir}/@PACKAGE@
|
||||
%{_datadir}/@PACKAGE@/swtpm-localca
|
||||
%dir %{_datadir}/swtpm
|
||||
%{_datadir}/swtpm/swtpm-localca
|
||||
%{_datadir}/swtpm/swtpm-create-user-config-files
|
||||
%{python3_sitelib}/py_swtpm_setup/*
|
||||
%{python3_sitelib}/swtpm_setup-*/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user