Accepting request 113152 from home:flichtenheld
Fixes rpmlint warnings for SLE 11: btrfsprogs.i586: W: non-executable-in-bin /usr/sbin/fsck.btrfs 0644 btrfsprogs.i586: W: non-executable-script /usr/sbin/fsck.btrfs 0644 OBS-URL: https://build.opensuse.org/request/show/113152 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=125
This commit is contained in:
parent
48eb340740
commit
4922272e25
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 10 21:50:00 UTC 2012 - frank.lichtenheld@sophos.com
|
||||
|
||||
- set correct file mode if writing replacement fsck
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 6 13:57:43 CEST 2012 - dsterba@suse.cz
|
||||
|
||||
|
@ -293,6 +293,7 @@ if [ -x "%{_bindir}/true" ]; then
|
||||
cp %{_bindir}/true ${RPM_BUILD_ROOT}/%{_sbindir}/fsck.btrfs
|
||||
else
|
||||
echo -e '#!/bin/sh\nexit 0' > ${RPM_BUILD_ROOT}/%{_sbindir}/fsck.btrfs
|
||||
chmod +x ${RPM_BUILD_ROOT}/%{_sbindir}/fsck.btrfs
|
||||
fi
|
||||
#UsrMerge
|
||||
ln -s %{_sbindir}/fsck.btrfs ${RPM_BUILD_ROOT}/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user