X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fceph.spec;h=bbb86d4525ae2fa059c0980390b2b1e881865398;hb=94b1876350060563a6ac95339df15f95fd3ebadc;hp=38dab19ebc9ed1169b703d04883275512db532f9;hpb=4832b6f0acade977670a37c20ff5dbe69e727416;p=ceph.git diff --git a/ceph/ceph.spec b/ceph/ceph.spec index 38dab19eb..bbb86d452 100644 --- a/ceph/ceph.spec +++ b/ceph/ceph.spec @@ -61,7 +61,7 @@ # main package definition ################################################################################# Name: ceph -Version: 12.2.4 +Version: 12.2.5 Release: 0%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 @@ -72,12 +72,12 @@ Epoch: 2 %global _epoch_prefix %{?epoch:%{epoch}:} Summary: User space components of the Ceph file system -License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and MIT +License: LGPL-2.1 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and MIT %if 0%{?suse_version} Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: http://ceph.com/download/ceph-12.2.4.tar.bz2 +Source0: http://ceph.com/download/ceph-12.2.5.tar.bz2 %if 0%{?suse_version} %if 0%{?is_opensuse} ExclusiveArch: x86_64 aarch64 ppc64 ppc64le @@ -112,6 +112,7 @@ BuildRequires: python-CherryPy BuildRequires: python-Werkzeug BuildRequires: python-numpy-devel %endif +BuildRequires: python-coverage BuildRequires: python-pecan BuildRequires: socat %endif @@ -778,7 +779,7 @@ python-rbd, python-rgw or python-cephfs instead. # common ################################################################################# %prep -%autosetup -p1 -n ceph-12.2.4 +%autosetup -p1 -n ceph-12.2.5 %build %if 0%{with cephfs_java}