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:
Pavel Cahyna 2024-08-07 13:57:48 +02:00
parent dc29def991
commit fd4444f050

View File

@ -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*