Skip to content

Commit

Permalink
fix: fix tmpfiles in %files spec
Browse files Browse the repository at this point in the history
Signed-off-by: ahitacat <ahitacat@redhat.com>
  • Loading branch information
ahitacat committed Aug 28, 2023
1 parent e31d253 commit 919ef6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion insights-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ BuildRequires: systemd
BuildRequires: pam
BuildRequires: meson
BuildRequires: python3-pytest
BuildRequires: systemd-rpm-macros


%description
Expand Down Expand Up @@ -114,7 +115,7 @@ fi
%{_defaultdocdir}/%{name}
%{python3_sitelib}/insights_client/
%{_sysconfdir}/logrotate.d/insights-client
%{_sysconfdir}/tmpfiles.d/insights-client.conf
%{_tmpfilesdir}/insights-client.conf

%doc
%defattr(-, root, root)
Expand Down

0 comments on commit 919ef6c

Please sign in to comment.