Del rpath for binaries in /sbin
This commit is contained in:
parent
8cbea6da7b
commit
24f830de4d
@ -1,12 +1,12 @@
|
|||||||
Name: reiserfs-utils
|
Name: reiserfs-utils
|
||||||
Version: 3.6.27
|
Version: 3.6.27
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Tools for creating, repairing, and debugging ReiserFS filesystems
|
Summary: Tools for creating, repairing, and debugging ReiserFS filesystems
|
||||||
URL: http://ftp.kernel.org/pub/linux/utils/fs/reiserfs/
|
URL: http://ftp.kernel.org/pub/linux/utils/fs/reiserfs/
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/%{version}/reiserfsprogs-%{version}.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/%{version}/reiserfsprogs-%{version}.tar.xz
|
||||||
Patch0001: parse_time_build_fix.patch
|
Patch0001: parse_time_build_fix.patch
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
BuildRequires: e2fsprogs-devel libuuid-devel libacl-devel gcc
|
BuildRequires: e2fsprogs-devel libuuid-devel libacl-devel gcc chrpath
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The reiserfs-utils package contains a number of utilities for creating, checking, modifying,
|
The reiserfs-utils package contains a number of utilities for creating, checking, modifying,
|
||||||
@ -40,7 +40,7 @@ install -m644 debugreiserfs/debugreiserfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
|||||||
install -m644 fsck/reiserfsck.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
install -m644 fsck/reiserfsck.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
||||||
install -m644 mkreiserfs/mkreiserfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
install -m644 mkreiserfs/mkreiserfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
||||||
( cd $RPM_BUILD_ROOT/sbin; ln -fs mkreiserfs mkfs.reiserfs; ln -fs reiserfsck fsck.reiserfs )
|
( cd $RPM_BUILD_ROOT/sbin; ln -fs mkreiserfs mkfs.reiserfs; ln -fs reiserfsck fsck.reiserfs )
|
||||||
|
chrpath -d $RPM_BUILD_ROOT/sbin/*reiserfs*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ChangeLog CREDITS README COPYING
|
%doc ChangeLog CREDITS README COPYING
|
||||||
@ -53,6 +53,9 @@ install -m644 mkreiserfs/mkreiserfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 09 2021 sunguoshuai <sunguoshuai@huawei.com> - 3.6.27-4
|
||||||
|
- Del rpath for binaries in /sbin
|
||||||
|
|
||||||
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 3.6.27-3
|
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 3.6.27-3
|
||||||
- Completing build dependencies to fix gcc compiler missing error
|
- Completing build dependencies to fix gcc compiler missing error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user