Skip to content

Commit 0d21111

Browse files
committed
RPM spec updates
1 parent 3598365 commit 0d21111

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

static-subid.spec

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Source0: %{url}/archive/refs/tags/%{version}.tar.gz
1010

1111
BuildRequires: redhat-rpm-config systemd-rpm-macros
1212
BuildRequires: cmake >= 3.21
13-
BuildRequires: coreutils git
1413
BuildRequires: gcc
1514
BuildRequires: (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

0 commit comments

Comments
 (0)