see 15.2.4-3, hopefully for real this time

and use /usr/bin/make install DESTDIR=/home/kkeithle/rpmbuild/BUILDROOT/ceph-15.2.4-7.fc33.x86_64 INSTALL="/usr/bin/install -p" macro

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2020-07-20 17:24:17 -04:00
parent 2e1f76369c
commit be70cfd29d
1 changed files with 2 additions and 1 deletions

View File

@ -1277,7 +1277,7 @@ make "$CEPH_MFLAGS_JOBS"
%install
pushd build
make DESTDIR=%{buildroot} install
%make_install
# we have dropped sysvinit bits
rm -f %{buildroot}/%{_sysconfdir}/init.d/ceph
popd
@ -2371,6 +2371,7 @@ exit 0
%changelog
* Fri Jul 17 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:15.2.4-7
- see 15.2.4-3, hopefully for real this time
- and use %make_install macro
* Fri Jul 17 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:15.2.4-6
- see 15.2.4-4