mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
Merge remote-tracking branch 'gh/stable'
This commit is contained in:
commit
2b856ace21
@ -37,6 +37,7 @@ BuildRequires: python
|
||||
BuildRequires: libaio-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libuuid-devel
|
||||
|
||||
#################################################################################
|
||||
# specific
|
||||
@ -213,9 +214,6 @@ make -j$(getconf _NPROCESSORS_ONLN)
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
rmdir $RPM_BUILD_ROOT/bin
|
||||
rmdir $RPM_BUILD_ROOT/lib
|
||||
rmdir $RPM_BUILD_ROOT/include
|
||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
||||
install -D src/init-ceph $RPM_BUILD_ROOT%{_initrddir}/ceph
|
||||
|
Loading…
Reference in New Issue
Block a user