remove ownership of /etc/profile.d - rpmlinter reports it as an error
This commit is contained in:
parent
eb227c8ca4
commit
0aa9eedd6a
3
vim.spec
3
vim.spec
@ -747,7 +747,6 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%files minimal
|
%files minimal
|
||||||
%dir %{_datadir}/fish/vendor_functions.d
|
%dir %{_datadir}/fish/vendor_functions.d
|
||||||
%ghost %{_datadir}/fish/vendor_functions.d/vim.fish
|
%ghost %{_datadir}/fish/vendor_functions.d/vim.fish
|
||||||
%dir %{_sysconfdir}/profile.d
|
|
||||||
%ghost %config(noreplace) %{_sysconfdir}/profile.d/vim.*
|
%ghost %config(noreplace) %{_sysconfdir}/profile.d/vim.*
|
||||||
%config(noreplace) %{_sysconfdir}/virc
|
%config(noreplace) %{_sysconfdir}/virc
|
||||||
%{_bindir}/ex
|
%{_bindir}/ex
|
||||||
@ -765,7 +764,6 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%files enhanced
|
%files enhanced
|
||||||
%dir %{_datadir}/fish/vendor_functions.d
|
%dir %{_datadir}/fish/vendor_functions.d
|
||||||
%ghost %{_datadir}/fish/vendor_functions.d/vim.fish
|
%ghost %{_datadir}/fish/vendor_functions.d/vim.fish
|
||||||
%dir %{_sysconfdir}/profile.d
|
|
||||||
%ghost %config(noreplace) %{_sysconfdir}/profile.d/vim.*
|
%ghost %config(noreplace) %{_sysconfdir}/profile.d/vim.*
|
||||||
%{_bindir}/vim
|
%{_bindir}/vim
|
||||||
%{_bindir}/rvim
|
%{_bindir}/rvim
|
||||||
@ -828,6 +826,7 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Dec 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2143-2
|
* Wed Dec 16 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2143-2
|
||||||
- make profile files as ghosts to prevent further conflicts
|
- 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 <zdohnal@redhat.com> - 2:8.2.2143-1
|
* Mon Dec 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2143-1
|
||||||
- patchlevel 2143
|
- patchlevel 2143
|
||||||
|
Loading…
Reference in New Issue
Block a user