From: Jakub Bogusz Date: Sun, 12 Jun 2022 17:08:01 +0000 (+0200) Subject: - updated to 16.2.9 X-Git-Tag: auto/th/ceph-16.2.9-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fceph.git;a=commitdiff_plain;h=2b3ddb3f571dba27e393f91e8969be8de71298ce - updated to 16.2.9 - updated no-virtualenvs patch --- diff --git a/ceph.spec b/ceph.spec index c536f65..abf9b09 100644 --- a/ceph.spec +++ b/ceph.spec @@ -39,12 +39,12 @@ Summary: User space components of the Ceph file system Summary(pl.UTF-8): Działające w przestrzeni użytkownika elementy systemu plików Ceph Name: ceph -Version: 16.2.7 -Release: 5 +Version: 16.2.9 +Release: 1 License: LGPL v2.1 (libraries), GPL v2 (some programs) Group: Base Source0: http://download.ceph.com/tarballs/%{name}-%{version}.tar.gz -# Source0-md5: 3cb3d259e59920b0d7145537f338aeec +# Source0-md5: d823195299c0950659343fc6ad39aa1b Source1: ceph.sysconfig Source3: ceph.tmpfiles Patch0: %{name}-python.patch @@ -122,7 +122,7 @@ BuildRequires: rabbitmq-c-devel BuildRequires: rpmbuild(macros) >= 1.671 BuildRequires: sed >= 4.0 BuildRequires: snappy-devel -BuildRequires: sphinx-pdg >= 3.0 +BuildRequires: sphinx-pdg >= 4.4.0 BuildRequires: sqlite3-devel >= 3 BuildRequires: udev-devel %{?with_dpdk:BuildRequires: xorg-lib-libpciaccess-devel} @@ -671,13 +671,12 @@ fi %{py3_sitedir}/rados-2.0.0-py*.egg-info %{py3_sitedir}/rbd-2.0.0-py*.egg-info %{py3_sitedir}/rgw-2.0.0-py*.egg-info -%dir %{py3_sitescriptdir}/ceph -%{py3_sitescriptdir}/ceph/*.py -%{py3_sitescriptdir}/ceph/__pycache__ -%{py3_sitescriptdir}/ceph/deployment +%{py3_sitescriptdir}/ceph_*.py +%{py3_sitescriptdir}/__pycache__/ceph_*.py* +%{py3_sitescriptdir}/ceph +%{py3_sitescriptdir}/ceph_volume +%{py3_sitescriptdir}/ceph %{py3_sitescriptdir}/ceph_volume -%{py3_sitescriptdir}/*.py -%{py3_sitescriptdir}/__pycache__/*.py* %{py3_sitescriptdir}/ceph-1.0.0-py*.egg-info %{py3_sitescriptdir}/ceph_volume-1.0.0-py*.egg-info %{py3_sitescriptdir}/cephfs_top-0.0.1-py*.egg-info diff --git a/no-virtualenvs.patch b/no-virtualenvs.patch index 977a3ab..87eddbd 100644 --- a/no-virtualenvs.patch +++ b/no-virtualenvs.patch @@ -2,10 +2,10 @@ diff --git a/cmake/modules/AddCephTest.cmake b/cmake/modules/AddCephTest.cmake index d26d003c779..bc962e3aa73 100644 --- a/cmake/modules/AddCephTest.cmake +++ b/cmake/modules/AddCephTest.cmake -@@ -70,14 +70,6 @@ function(add_tox_test name) +@@ -68,14 +68,6 @@ function(add_tox_test name) + list(APPEND tox_envs py3) endif() string(REPLACE ";" "," tox_envs "${tox_envs}") - find_package(Python3 QUIET REQUIRED) - add_custom_command( - OUTPUT ${venv_path}/bin/activate - COMMAND ${CMAKE_SOURCE_DIR}/src/tools/setup-virtualenv.sh --python="${Python3_EXECUTABLE}" ${venv_path}