From 73dfbc7ffd38a32f0632679132961bb3beb76135 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Mon, 20 Jul 2020 18:33:21 -0400 Subject: [PATCH] see 15.2.4-4 (f33-java11) for real this time and use /usr/bin/make install DESTDIR=/home/kkeithle/rpmbuild/BUILDROOT/ceph-15.2.4-8.fc33.x86_64 INSTALL="/usr/bin/install -p" macro Signed-off-by: Kaleb S. KEITHLEY --- ceph.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ceph.spec b/ceph.spec index 840793f..15459fb 100644 --- a/ceph.spec +++ b/ceph.spec @@ -102,7 +102,7 @@ ################################################################################# Name: ceph Version: 15.2.4 -Release: 7%{?dist} +Release: 8%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 %endif @@ -2369,7 +2369,11 @@ exit 0 %config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml %changelog -* Fri Jul 17 2020 Kaleb S. KEITHLEY - 2:15.2.4-7 +* Mon Jul 20 2020 Kaleb S. KEITHLEY - 2:15.2.4-8 +- see 15.2.4-4 (f33-java11) for real this time +- and use %make_install macro + +* Mon Jul 20 2020 Kaleb S. KEITHLEY - 2:15.2.4-7 - see 15.2.4-3, hopefully for real this time - and use %make_install macro