]> git.pld-linux.org Git - packages/ceph.git/commitdiff
- updated to 16.2.9
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Jun 2022 17:08:01 +0000 (19:08 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Jun 2022 17:08:01 +0000 (19:08 +0200)
- updated no-virtualenvs patch

ceph.spec
no-virtualenvs.patch

index c536f6576bd1b67ff5309a6a0e47d2712c852c10..abf9b09ba59adad01347ce9c0e3b2dc265e09f56 100644 (file)
--- a/ceph.spec
+++ b/ceph.spec
 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
index 977a3ab50cba66b7cb4740dbd881c52f244ff408..87eddbddbde2d6760556c3d6343c6e00f3d471e0 100644 (file)
@@ -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}
This page took 0.086514 seconds and 4 git commands to generate.