File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ Source0: %{url}/archive/refs/tags/%{version}.tar.gz
1010
1111BuildRequires: redhat-rpm-config systemd-rpm-macros
1212BuildRequires: cmake >= 3.21
13- BuildRequires: coreutils git
1413BuildRequires: gcc
1514BuildRequires: (rubygem-asciidoctor or asciidoc )
1615
@@ -58,16 +57,15 @@ Provides a set of user-scoped systemd services that automatically allow a non-ro
5857%cmake_install
5958
6059%check
61- %ctest
60+ %ctest --output-on-failure
6261
6362
6463%files
65- %defattr(0644,root,root,0755)
6664%license LICENSE
6765%doc %{_mandir }
6866%config(noreplace) %{_sysconfdir }/%{name }/%{name }.conf
69- %ghost % dir %{_sysconfdir }/%{name }/%{name }.conf.d
70- %attr(0755,root,root) %{_libexecdir }/*
67+ %dir %{_sysconfdir }/%{name }/%{name }.conf.d
68+ %attr(0755,root,root) %{_libexecdir }/%{ name }
7169
7270%files systemd
7371%doc docs/README.systemd
@@ -80,5 +78,5 @@ Provides a set of user-scoped systemd services that automatically allow a non-ro
8078
8179
8280%changelog
83- * Mon Feb 16 2026 Pat Riehecky <riehecky@fnal.gov> - 0.1.0
81+ * Mon Feb 16 2026 Pat Riehecky <riehecky@fnal.gov> - 0.1.0-1
8482- Initial release
You can’t perform that action at this time.
0 commit comments