Dr. Werner Fink 2019-03-05 14:06:47 +00:00 committed by Git OBS Bridge
parent 9106a65f1b
commit abf9b51ef9

View File

@ -493,7 +493,6 @@ EOF
%post -p /bin/bash %post -p /bin/bash
%{_sbindir}/update-alternatives --quiet --force \ %{_sbindir}/update-alternatives --quiet --force \
--install %{_bindir}/sh sh %{_bindir}/bash 10100 --install %{_bindir}/sh sh %{_bindir}/bash 10100
ln -sf %{_bindir}/sh /bin/sh
%preun -p /bin/bash %preun -p /bin/bash
if test "$1" = 0; then if test "$1" = 0; then
@ -544,7 +543,6 @@ ldd -u -r %{buildroot}/bin/bash || true
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/bash/ %dir %{_includedir}/bash/
%dir %{_includedir}/bash/
%dir %{_includedir}/bash/builtins/ %dir %{_includedir}/bash/builtins/
%dir %{_includedir}/bash/include/ %dir %{_includedir}/bash/include/
%{_incdir}/bash/*.h %{_incdir}/bash/*.h