From 8df1b42ed358f81b9d530a3815323ae2bbbf348b299b18088cf172559667ecef Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Sun, 24 May 2020 22:48:07 +0000 Subject: [PATCH] Accepting request 808196 from home:favogt:branches:Base:System - Use plain #!/bin/sh for flushb OBS-URL: https://build.opensuse.org/request/show/808196 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=431 --- python3-libmount.changes | 5 +++++ python3-libmount.spec | 2 +- util-linux-systemd.changes | 5 +++++ util-linux-systemd.spec | 2 +- util-linux.changes | 5 +++++ util-linux.spec | 2 +- 6 files changed, 18 insertions(+), 3 deletions(-) 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