Add /etc/rear/{,os.conf} to %files
Prevents /etc/rear/os.conf and the whole /etc/rear directory from being unowned (the former was breaking the build). Resolves: RHEL-26827
This commit is contained in:
parent
dc29def991
commit
fd4444f050
@ -242,7 +242,9 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/
|
||||
%files
|
||||
%license COPYING
|
||||
%doc MAINTAINERS README.adoc doc/*.txt doc/user-guide/*.html
|
||||
%dir %{_sysconfdir}/rear/
|
||||
%config(noreplace) %{_sysconfdir}/rear/local.conf
|
||||
%{_sysconfdir}/rear/os.conf
|
||||
%{_datadir}/rear/
|
||||
%{_docdir}/%{name}/rear.*
|
||||
%{_mandir}/man8/rear.8*
|
||||
|
Loading…
Reference in New Issue
Block a user