fix %epoch in comment, ppc64le lowmem_builder
This commit is contained in:
parent
01f8d36756
commit
30b06a8179
20
ceph.spec
20
ceph.spec
@ -36,8 +36,16 @@
|
||||
%ifnarch armv7hl
|
||||
%bcond_with lowmem_builder
|
||||
%else
|
||||
%if 0%{?rhel}
|
||||
%ifnarch ppc64le
|
||||
%bcond_with lowmem_builder
|
||||
%else
|
||||
%bcond_without lowmem_builder
|
||||
%endif
|
||||
%else
|
||||
%bcond_without lowmem_builder
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
%bcond_without selinux
|
||||
%endif
|
||||
@ -77,13 +85,13 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 12.1.3
|
||||
Release: 1%{?dist}
|
||||
Version: 12.1.4
|
||||
Release: 2%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 1
|
||||
%endif
|
||||
|
||||
# define %_epoch_prefix macro which will expand to the empty string if %epoch is undefined
|
||||
# define %%_epoch_prefix macro which will expand to the empty string if %%epoch is undefined
|
||||
%global _epoch_prefix %{?epoch:%{epoch}:}
|
||||
|
||||
Summary: User space components of the Ceph file system
|
||||
@ -1784,6 +1792,12 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 17 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1:12.1.4-2
|
||||
- fix %%epoch in comment, ppc64le lowmem_builder
|
||||
|
||||
* Wed Aug 16 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1:12.1.4-1
|
||||
- New release (1:12.1.4-1)
|
||||
|
||||
* Sat Aug 12 2017 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 1:12.1.3-1
|
||||
- New release (1:12.1.3-1)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ceph-12.1.3.tar.gz) = 989bda3ad64df23fc7a3efd1db1922f17de0fca837f0d37f5e953433519070c609fcbd74a3c862ae06f6a862527aa3ece7c7d1a8c8d62649800087287508e423
|
||||
SHA512 (ceph-12.1.4.tar.gz) = be4d11ec3aa47ccc7c31e81dec7db913e68d344e3594baefb87ddc4ca58b3eba00f42a8b34454e6ef8145bed790280788487278bedf67b65616f4e387f09d170
|
||||
|
Loading…
Reference in New Issue
Block a user