From 0aa9eedd6af4bb2cca95b5ec9e65bd91da9f95a7 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Dec 16 2020 09:27:00 +0000 Subject: remove ownership of /etc/profile.d - rpmlinter reports it as an error --- diff --git a/vim.spec b/vim.spec index 29502d5..0ba9b62 100644 --- a/vim.spec +++ b/vim.spec @@ -747,7 +747,6 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %files minimal %dir %{_datadir}/fish/vendor_functions.d %ghost %{_datadir}/fish/vendor_functions.d/vim.fish -%dir %{_sysconfdir}/profile.d %ghost %config(noreplace) %{_sysconfdir}/profile.d/vim.* %config(noreplace) %{_sysconfdir}/virc %{_bindir}/ex @@ -765,7 +764,6 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %files enhanced %dir %{_datadir}/fish/vendor_functions.d %ghost %{_datadir}/fish/vendor_functions.d/vim.fish -%dir %{_sysconfdir}/profile.d %ghost %config(noreplace) %{_sysconfdir}/profile.d/vim.* %{_bindir}/vim %{_bindir}/rvim @@ -828,6 +826,7 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %changelog * Wed Dec 16 2020 Zdenek Dohnal - 2:8.2.2143-2 - make profile files as ghosts to prevent further conflicts +- remove ownership of /etc/profile.d - rpmlinter reports it as an error * Mon Dec 14 2020 Zdenek Dohnal - 2:8.2.2143-1 - patchlevel 2143