Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2021-09-26 21:48:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceph (Old)
 and      /work/SRC/openSUSE:Factory/.ceph.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceph"

Sun Sep 26 21:48:16 2021 rev:73 rq:920834 version:16.2.6.45+g8fda9838398

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2021-08-04 
22:28:24.757836869 +0200
+++ /work/SRC/openSUSE:Factory/.ceph.new.1899/ceph-test.changes 2021-09-26 
21:48:51.498790531 +0200
@@ -1,0 +2,15 @@
+Mon Sep 20 13:15:38 UTC 2021 - Stefen Allen <[email protected]>
+
+- Update to Version: 16.2.6.45+g8fda9838398:
+  + rebased on top of upstream commit SHA1 
dbc87327c37d0f305c2107e487cb98a072ae858b
+    upstream 16.2.6 release
+    https://ceph.io/releases/v16-2-6-pacific-released/
+ 
+-------------------------------------------------------------------
+Thu Sep  2 10:02:15 UTC 2021 - Nathan Cutler <[email protected]>
+
+- Update to 16.2.5-504-g6a3a59bd19e:
+  + rebased on top of upstream commit SHA1 
0d1e1f2973cae7645126fc88a72743367c790d9d
+  + (bsc#1189605) cmake: exclude "grafonnet-lib" target from "all"
+
+-------------------------------------------------------------------
ceph.changes: same change

Old:
----
  ceph-16.2.5-113-g8b5bda7684e.tar.bz2

New:
----
  ceph-16.2.6-45-g8fda9838398.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ceph-test.spec ++++++
--- /var/tmp/diff_new_pack.ySK2tA/_old  2021-09-26 21:48:52.410791548 +0200
+++ /var/tmp/diff_new_pack.ySK2tA/_new  2021-09-26 21:48:52.410791548 +0200
@@ -50,6 +50,8 @@
 %bcond_without lttng
 %bcond_without libradosstriper
 %bcond_without ocf
+%global luarocks_package_name luarocks
+%bcond_without lua_packages
 %global _remote_tarball_prefix https://download.ceph.com/tarballs/
 %endif
 %if 0%{?suse_version}
@@ -74,6 +76,21 @@
 %if ! %{defined _fillupdir}
 %global _fillupdir /var/adm/fillup-templates
 %endif
+#luarocks
+%if 0%{?is_opensuse}
+# openSUSE
+%bcond_without lua_packages
+%if 0%{?sle_version}
+# openSUSE Leap
+%global luarocks_package_name lua53-luarocks
+%else
+# openSUSE Tumbleweed
+%global luarocks_package_name lua54-luarocks
+%endif
+%else
+# SLE
+%bcond_with lua_packages
+%endif
 %endif
 %bcond_with seastar
 %bcond_with jaeger
@@ -97,19 +114,6 @@
 %endif
 %endif
 
-%if 0%{?suse_version}
-%if !0%{?is_opensuse}
-# SLE does not support luarocks
-%bcond_with lua_packages
-%else
-%global luarocks_package_name lua53-luarocks
-%bcond_without lua_packages
-%endif
-%else
-%global luarocks_package_name luarocks
-%bcond_without lua_packages
-%endif
-
 %{!?_udevrulesdir: %global _udevrulesdir /lib/udev/rules.d}
 %{!?tmpfiles_create: %global tmpfiles_create systemd-tmpfiles --create}
 %{!?python3_pkgversion: %global python3_pkgversion 3}
@@ -123,7 +127,7 @@
 # main package definition
 
#################################################################################
 Name: ceph-test
-Version: 16.2.5.113+g8b5bda7684e
+Version: 16.2.6.45+g8fda9838398
 Release: 0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2
@@ -139,7 +143,7 @@
 Group: System/Filesystems
 %endif
 URL: http://ceph.com/
-Source0: %{?_remote_tarball_prefix}ceph-16.2.5-113-g8b5bda7684e.tar.bz2
+Source0: %{?_remote_tarball_prefix}ceph-16.2.6-45-g8fda9838398.tar.bz2
 %if 0%{?suse_version}
 Source94: ceph-rpmlintrc
 Source95: checkin.sh
@@ -179,7 +183,6 @@
 %else
 BuildRequires: gcc-c++
 %endif
-BuildRequires: gdbm
 %if 0%{with tcmalloc}
 # libprofiler did not build on ppc64le until 2.7.90
 %if 0%{?fedora} || 0%{?rhel} >= 8
@@ -243,7 +246,6 @@
 BuildRequires: python%{python3_pkgversion}-pecan
 BuildRequires: python%{python3_pkgversion}-requests
 BuildRequires: python%{python3_pkgversion}-dateutil
-BuildRequires: python%{python3_pkgversion}-virtualenv
 BuildRequires: python%{python3_pkgversion}-coverage
 BuildRequires: python%{python3_pkgversion}-pyOpenSSL
 BuildRequires: socat
@@ -303,7 +305,6 @@
 BuildRequires: mozilla-nss-devel
 BuildRequires: keyutils-devel
 BuildRequires:  libopenssl-devel
-BuildRequires:  lsb-release
 BuildRequires:  openldap2-devel
 #BuildRequires:  krb5
 #BuildRequires:  krb5-devel
@@ -328,7 +329,6 @@
 #BuildRequires:  krb5-devel
 BuildRequires:  openssl-devel
 BuildRequires:  CUnit-devel
-BuildRequires:  redhat-lsb-core
 BuildRequires: python%{python3_pkgversion}-devel
 BuildRequires: python%{python3_pkgversion}-setuptools
 BuildRequires: python%{python3_pkgversion}-Cython
@@ -340,6 +340,7 @@
 %if 0%{with make_check}
 %if 0%{?fedora} || 0%{?rhel}
 BuildRequires: golang-github-prometheus
+BuildRequires: jsonnet
 BuildRequires: libtool-ltdl-devel
 BuildRequires: xmlsec1
 BuildRequires: xmlsec1-devel
@@ -357,6 +358,7 @@
 %endif
 %if 0%{?suse_version}
 BuildRequires: golang-github-prometheus-prometheus
+BuildRequires: jsonnet
 BuildRequires: libxmlsec1-1
 BuildRequires: libxmlsec1-nss1
 BuildRequires: libxmlsec1-openssl1
@@ -592,7 +594,7 @@
 %if 0%{?suse_version}
 %endif
 %prep
-%autosetup -p1 -n ceph-16.2.5-113-g8b5bda7684e
+%autosetup -p1 -n ceph-16.2.6-45-g8fda9838398
 
 %build
 # LTO can be enabled as soon as the following GCC bug is fixed:
@@ -726,6 +728,9 @@
     -DWITH_SYSTEM_PMDK:BOOL=ON \
 %endif
     -DBOOST_J=$CEPH_SMP_NCPUS \
+%if 0%{?rhel}
+    -DWITH_FMT_HEADER_ONLY:BOOL=ON \
+%endif
     -DWITH_GRAFANA=ON
 
 %if %{with cmake_verbose_logging}

++++++ ceph.spec ++++++
--- /var/tmp/diff_new_pack.ySK2tA/_old  2021-09-26 21:48:52.430791570 +0200
+++ /var/tmp/diff_new_pack.ySK2tA/_new  2021-09-26 21:48:52.434791574 +0200
@@ -50,6 +50,8 @@
 %bcond_without lttng
 %bcond_without libradosstriper
 %bcond_without ocf
+%global luarocks_package_name luarocks
+%bcond_without lua_packages
 %global _remote_tarball_prefix https://download.ceph.com/tarballs/
 %endif
 %if 0%{?suse_version}
@@ -74,6 +76,21 @@
 %if ! %{defined _fillupdir}
 %global _fillupdir /var/adm/fillup-templates
 %endif
+#luarocks
+%if 0%{?is_opensuse}
+# openSUSE
+%bcond_without lua_packages
+%if 0%{?sle_version}
+# openSUSE Leap
+%global luarocks_package_name lua53-luarocks
+%else
+# openSUSE Tumbleweed
+%global luarocks_package_name lua54-luarocks
+%endif
+%else
+# SLE
+%bcond_with lua_packages
+%endif
 %endif
 %bcond_with seastar
 %bcond_with jaeger
@@ -97,19 +114,6 @@
 %endif
 %endif
 
-%if 0%{?suse_version}
-%if !0%{?is_opensuse}
-# SLE does not support luarocks
-%bcond_with lua_packages
-%else
-%global luarocks_package_name lua53-luarocks
-%bcond_without lua_packages
-%endif
-%else
-%global luarocks_package_name luarocks
-%bcond_without lua_packages
-%endif
-
 %{!?_udevrulesdir: %global _udevrulesdir /lib/udev/rules.d}
 %{!?tmpfiles_create: %global tmpfiles_create systemd-tmpfiles --create}
 %{!?python3_pkgversion: %global python3_pkgversion 3}
@@ -123,7 +127,7 @@
 # main package definition
 
#################################################################################
 Name:          ceph
-Version:       16.2.5.113+g8b5bda7684e
+Version:       16.2.6.45+g8fda9838398
 Release:       0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch:         2
@@ -139,7 +143,7 @@
 Group:         System/Filesystems
 %endif
 URL:           http://ceph.com/
-Source0:       %{?_remote_tarball_prefix}ceph-16.2.5-113-g8b5bda7684e.tar.bz2
+Source0:       %{?_remote_tarball_prefix}ceph-16.2.6-45-g8fda9838398.tar.bz2
 %if 0%{?suse_version}
 # _insert_obs_source_lines_here
 ExclusiveArch:  x86_64 aarch64 ppc64le s390x
@@ -169,7 +173,6 @@
 %else
 BuildRequires: gcc-c++
 %endif
-BuildRequires: gdbm
 %if 0%{with tcmalloc}
 # libprofiler did not build on ppc64le until 2.7.90
 %if 0%{?fedora} || 0%{?rhel} >= 8
@@ -233,7 +236,6 @@
 BuildRequires: python%{python3_pkgversion}-pecan
 BuildRequires: python%{python3_pkgversion}-requests
 BuildRequires: python%{python3_pkgversion}-dateutil
-BuildRequires: python%{python3_pkgversion}-virtualenv
 BuildRequires: python%{python3_pkgversion}-coverage
 BuildRequires: python%{python3_pkgversion}-pyOpenSSL
 BuildRequires: socat
@@ -293,7 +295,6 @@
 BuildRequires: mozilla-nss-devel
 BuildRequires: keyutils-devel
 BuildRequires:  libopenssl-devel
-BuildRequires:  lsb-release
 BuildRequires:  openldap2-devel
 #BuildRequires:  krb5
 #BuildRequires:  krb5-devel
@@ -318,7 +319,6 @@
 #BuildRequires:  krb5-devel
 BuildRequires:  openssl-devel
 BuildRequires:  CUnit-devel
-BuildRequires:  redhat-lsb-core
 BuildRequires: python%{python3_pkgversion}-devel
 BuildRequires: python%{python3_pkgversion}-setuptools
 BuildRequires: python%{python3_pkgversion}-Cython
@@ -330,6 +330,7 @@
 %if 0%{with make_check}
 %if 0%{?fedora} || 0%{?rhel}
 BuildRequires: golang-github-prometheus
+BuildRequires: jsonnet
 BuildRequires: libtool-ltdl-devel
 BuildRequires: xmlsec1
 BuildRequires: xmlsec1-devel
@@ -347,6 +348,7 @@
 %endif
 %if 0%{?suse_version}
 BuildRequires: golang-github-prometheus-prometheus
+BuildRequires: jsonnet
 BuildRequires: libxmlsec1-1
 BuildRequires: libxmlsec1-nss1
 BuildRequires: libxmlsec1-openssl1
@@ -1209,7 +1211,7 @@
 # common
 
#################################################################################
 %prep
-%autosetup -p1 -n ceph-16.2.5-113-g8b5bda7684e
+%autosetup -p1 -n ceph-16.2.6-45-g8fda9838398
 
 %build
 # LTO can be enabled as soon as the following GCC bug is fixed:
@@ -1343,6 +1345,9 @@
     -DWITH_SYSTEM_PMDK:BOOL=ON \
 %endif
     -DBOOST_J=$CEPH_SMP_NCPUS \
+%if 0%{?rhel}
+    -DWITH_FMT_HEADER_ONLY:BOOL=ON \
+%endif
     -DWITH_GRAFANA=ON
 
 %if %{with cmake_verbose_logging}
@@ -1998,9 +2003,8 @@
 %endif
 
 %postun immutable-object-cache
-test -n "$FIRST_ARG" || FIRST_ARG=$1
 %systemd_postun ceph-immutable-object-cache@\*.service 
ceph-immutable-object-cache.target
-if [ $FIRST_ARG -ge 1 ] ; then
+if [ $1 -ge 1 ] ; then
   # Restart on upgrade, but only if "CEPH_AUTO_RESTART_ON_UPGRADE" is set to
   # "yes". In any case: if units are not running, do not touch them.
   SYSCONF_CEPH=%{_sysconfdir}/sysconfig/ceph

++++++ ceph-16.2.5-113-g8b5bda7684e.tar.bz2 -> 
ceph-16.2.6-45-g8fda9838398.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ceph/ceph-16.2.5-113-g8b5bda7684e.tar.bz2 
/work/SRC/openSUSE:Factory/.ceph.new.1899/ceph-16.2.6-45-g8fda9838398.tar.bz2 
differ: char 11, line 1

Reply via email to