diff --git a/python3-libmount.changes b/python3-libmount.changes index 32a15e4..412b673 100644 --- a/python3-libmount.changes +++ b/python3-libmount.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 22 11:15:01 UTC 2020 - Fabian Vogt + +- Use plain #!/bin/sh for flushb + ------------------------------------------------------------------- Thu May 21 12:48:40 UTC 2020 - Marketa Calabkova diff --git a/python3-libmount.spec b/python3-libmount.spec index 924c740..906140e 100644 --- a/python3-libmount.spec +++ b/python3-libmount.spec @@ -676,7 +676,7 @@ ln -s %{_sbindir}/fstrim %{buildroot}/sbin ln -s %{_sbindir}/chcpu %{buildroot}/sbin #EndUsrMerge install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/filesystems -echo -e "#! /bin/bash\n/sbin/blockdev --flushbufs \$1" > %{buildroot}%{_sbindir}/flushb +echo -e "#!/bin/sh\n/sbin/blockdev --flushbufs \$1" > %{buildroot}%{_sbindir}/flushb chmod 755 %{buildroot}%{_sbindir}/flushb # Install scripts to configure raw devices at boot time install -m 644 $RPM_SOURCE_DIR%{_sysconfdir}.raw %{buildroot}%{_sysconfdir}/raw diff --git a/util-linux-systemd.changes b/util-linux-systemd.changes index 32a15e4..412b673 100644 --- a/util-linux-systemd.changes +++ b/util-linux-systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 22 11:15:01 UTC 2020 - Fabian Vogt + +- Use plain #!/bin/sh for flushb + ------------------------------------------------------------------- Thu May 21 12:48:40 UTC 2020 - Marketa Calabkova diff --git a/util-linux-systemd.spec b/util-linux-systemd.spec index f51c395..ca5dc9f 100644 --- a/util-linux-systemd.spec +++ b/util-linux-systemd.spec @@ -676,7 +676,7 @@ ln -s %{_sbindir}/fstrim %{buildroot}/sbin ln -s %{_sbindir}/chcpu %{buildroot}/sbin #EndUsrMerge install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/filesystems -echo -e "#! /bin/bash\n/sbin/blockdev --flushbufs \$1" > %{buildroot}%{_sbindir}/flushb +echo -e "#!/bin/sh\n/sbin/blockdev --flushbufs \$1" > %{buildroot}%{_sbindir}/flushb chmod 755 %{buildroot}%{_sbindir}/flushb # Install scripts to configure raw devices at boot time install -m 644 $RPM_SOURCE_DIR%{_sysconfdir}.raw %{buildroot}%{_sysconfdir}/raw diff --git a/util-linux.changes b/util-linux.changes index 32a15e4..412b673 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 22 11:15:01 UTC 2020 - Fabian Vogt + +- Use plain #!/bin/sh for flushb + ------------------------------------------------------------------- Thu May 21 12:48:40 UTC 2020 - Marketa Calabkova diff --git a/util-linux.spec b/util-linux.spec index af7c48a..12577d0 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -676,7 +676,7 @@ ln -s %{_sbindir}/fstrim %{buildroot}/sbin ln -s %{_sbindir}/chcpu %{buildroot}/sbin #EndUsrMerge install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/filesystems -echo -e "#! /bin/bash\n/sbin/blockdev --flushbufs \$1" > %{buildroot}%{_sbindir}/flushb +echo -e "#!/bin/sh\n/sbin/blockdev --flushbufs \$1" > %{buildroot}%{_sbindir}/flushb chmod 755 %{buildroot}%{_sbindir}/flushb # Install scripts to configure raw devices at boot time install -m 644 $RPM_SOURCE_DIR%{_sysconfdir}.raw %{buildroot}%{_sysconfdir}/raw