Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2019-07-12 11:59:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ceph (Old)
 and      /work/SRC/openSUSE:Factory/.ceph.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ceph"

Fri Jul 12 11:59:10 2019 rev:47 rq:714462 version:14.2.1.469+g454d851f0a

Changes:
--------
--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2019-06-12 
13:07:39.133149455 +0200
+++ /work/SRC/openSUSE:Factory/.ceph.new.4615/ceph-test.changes 2019-07-12 
11:59:14.412171381 +0200
@@ -1,0 +2,11 @@
+Thu Jul  4 12:10:32 UTC 2019 - Nathan Cutler <[email protected]>
+
+- Update to 14.2.1-469-g454d851f0a:
+  + lvmcache: refactor argument parsing and add -h flag
+  + qa/deepsea: expand testing of dashboard (branding and E2E tests)
+  + spec:
+    * package the Dashboard E2E tests
+    * drop explicit systemd BuildRequires in case of building for SUSE
+      (allow OBS to pick better candidates to shorten rebuild queues)
+
+-------------------------------------------------------------------
ceph.changes: same change

Old:
----
  ceph-14.2.1-468-g994fd9e0cc.tar.bz2

New:
----
  ceph-14.2.1-469-g454d851f0a.tar.bz2

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

Other differences:
------------------
++++++ ceph-test.spec ++++++
--- /var/tmp/diff_new_pack.Ru7CGK/_old  2019-07-12 11:59:16.120170930 +0200
+++ /var/tmp/diff_new_pack.Ru7CGK/_new  2019-07-12 11:59:16.124170929 +0200
@@ -100,7 +100,7 @@
 # main package definition
 
#################################################################################
 Name: ceph-test
-Version: 14.2.1.468+g994fd9e0cc
+Version: 14.2.1.469+g454d851f0a
 Release: 0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2
@@ -116,7 +116,7 @@
 Group: System/Filesystems
 %endif
 URL: http://ceph.com/
-Source0: %{?_remote_tarball_prefix}ceph-14.2.1-468-g994fd9e0cc.tar.bz2
+Source0: %{?_remote_tarball_prefix}ceph-14.2.1-469-g454d851f0a.tar.bz2
 %if 0%{?suse_version}
 Source96: checkin.sh
 Source97: README-checkin.txt
@@ -233,7 +233,6 @@
 %if 0%{?suse_version}
 BuildRequires:  pkgconfig(systemd)
 BuildRequires: systemd-rpm-macros
-BuildRequires: systemd
 %{?systemd_requires}
 PreReq:                %fillup_prereq
 BuildRequires: net-tools
@@ -506,8 +505,10 @@
 %endif
 %if 0%{?suse_version}
 %endif
+%if 0%{?suse_version}
+%endif
 %prep
-%autosetup -p1 -n ceph-14.2.1-468-g994fd9e0cc
+%autosetup -p1 -n ceph-14.2.1-469-g454d851f0a
 
 %build
 # LTO can be enabled as soon as the following GCC bug is fixed:
@@ -691,6 +692,16 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rbd
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rbd-mirror
 
+# dashboard E2E tests
+install -m 0755 -d %{buildroot}/%{_datadir}/ceph/dashboard-e2e
+install -m 0755 src/script/dashboard_e2e_tests.sh 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/dashboard_e2e_tests.sh
+install -m 0644 src/pybind/mgr/dashboard/frontend/angular.json 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/angular.json
+install -m 0644 src/pybind/mgr/dashboard/frontend/protractor.conf.js 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/protractor.conf.js
+install -m 0644 src/pybind/mgr/dashboard/frontend/package.json 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/package.json
+install -m 0644 src/pybind/mgr/dashboard/frontend/package-lock.json 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/package-lock.json
+install -m 0755 src/pybind/mgr/dashboard/frontend/tsconfig.json 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/tsconfig.json
+cp -a src/pybind/mgr/dashboard/frontend/e2e/ 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e
+
 %if 0%{?suse_version}
 # create __pycache__ directories and their contents
 %py3_compile %{buildroot}%{python3_sitelib}
@@ -951,6 +962,7 @@
 rm -rf %{buildroot}%doc
 rm -rf %{buildroot}monitoring/grafana/README.md
 rm -rf %{buildroot}/etc/prometheus/SUSE/default_rules/ceph_default_alerts.yml
+rm -rf %{buildroot}%{_datadir}/ceph/dashboard-e2e
 
 dirs=`find %{buildroot} -type d -empty`
 while [[ -n $dirs ]]; do

++++++ ceph.spec ++++++
--- /var/tmp/diff_new_pack.Ru7CGK/_old  2019-07-12 11:59:16.148170922 +0200
+++ /var/tmp/diff_new_pack.Ru7CGK/_new  2019-07-12 11:59:16.152170923 +0200
@@ -100,7 +100,7 @@
 # main package definition
 
#################################################################################
 Name:          ceph
-Version:       14.2.1.468+g994fd9e0cc
+Version:       14.2.1.469+g454d851f0a
 Release:       0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch:         2
@@ -116,7 +116,7 @@
 Group:         System/Filesystems
 %endif
 URL:           http://ceph.com/
-Source0:       %{?_remote_tarball_prefix}ceph-14.2.1-468-g994fd9e0cc.tar.bz2
+Source0:       %{?_remote_tarball_prefix}ceph-14.2.1-469-g454d851f0a.tar.bz2
 %if 0%{?suse_version}
 # _insert_obs_source_lines_here
 ExclusiveArch:  x86_64 aarch64 ppc64le s390x
@@ -225,7 +225,6 @@
 %if 0%{?suse_version}
 BuildRequires:  pkgconfig(systemd)
 BuildRequires: systemd-rpm-macros
-BuildRequires: systemd
 %{?systemd_requires}
 PreReq:                %fillup_prereq
 BuildRequires: net-tools
@@ -1074,11 +1073,22 @@
 This package provides Ceph’s default alerts for Prometheus.
 %endif
 
+%package dashboard-e2e
+Summary:       Standalone Ceph Dashboard End-To-End ("E2E") tests
+BuildArch:     noarch
+%if 0%{?suse_version}
+Group:         System/Filesystems
+%endif
+Requires:      ceph-common = %{_epoch_prefix}%{version}-%{release}
+%description dashboard-e2e
+This package provides the Ceph Dashboard End-To-End ("E2E") tests as a
+standalone RPM for use in Continuous Integration and ad hoc testing.
+
 
#################################################################################
 # common
 
#################################################################################
 %prep
-%autosetup -p1 -n ceph-14.2.1-468-g994fd9e0cc
+%autosetup -p1 -n ceph-14.2.1-469-g454d851f0a
 
 %build
 # LTO can be enabled as soon as the following GCC bug is fixed:
@@ -1262,6 +1272,16 @@
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rbd
 mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rbd-mirror
 
+# dashboard E2E tests
+install -m 0755 -d %{buildroot}/%{_datadir}/ceph/dashboard-e2e
+install -m 0755 src/script/dashboard_e2e_tests.sh 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/dashboard_e2e_tests.sh
+install -m 0644 src/pybind/mgr/dashboard/frontend/angular.json 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/angular.json
+install -m 0644 src/pybind/mgr/dashboard/frontend/protractor.conf.js 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/protractor.conf.js
+install -m 0644 src/pybind/mgr/dashboard/frontend/package.json 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/package.json
+install -m 0644 src/pybind/mgr/dashboard/frontend/package-lock.json 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/package-lock.json
+install -m 0755 src/pybind/mgr/dashboard/frontend/tsconfig.json 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e/tsconfig.json
+cp -a src/pybind/mgr/dashboard/frontend/e2e/ 
%{buildroot}/%{_datadir}/ceph/dashboard-e2e
+
 %if 0%{?suse_version}
 # create __pycache__ directories and their contents
 %py3_compile %{buildroot}%{python3_sitelib}
@@ -2232,5 +2252,7 @@
 %config /etc/prometheus/SUSE/default_rules/ceph_default_alerts.yml
 %endif
 
+%files dashboard-e2e
+%{_datadir}/ceph/dashboard-e2e
 
 %changelog

++++++ ceph-14.2.1-468-g994fd9e0cc.tar.bz2 -> 
ceph-14.2.1-469-g454d851f0a.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ceph/ceph-14.2.1-468-g994fd9e0cc.tar.bz2 
/work/SRC/openSUSE:Factory/.ceph.new.4615/ceph-14.2.1-469-g454d851f0a.tar.bz2 
differ: char 11, line 1


Reply via email to