Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package influxdb for openSUSE:Factory checked in at 2021-06-01 10:39:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/influxdb (Old) and /work/SRC/openSUSE:Factory/.influxdb.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "influxdb" Tue Jun 1 10:39:30 2021 rev:12 rq:896328 version:1.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/influxdb/influxdb.changes 2021-03-15 10:54:32.805185201 +0100 +++ /work/SRC/openSUSE:Factory/.influxdb.new.1898/influxdb.changes 2021-06-01 10:41:03.557180539 +0200 @@ -1,0 +2,40 @@ +Mon May 24 09:08:30 UTC 2021 - Johannes Kastl <[email protected]> + +- convert to using the go modules service to create the tarball + - modify spec to adjust to new vendor.tar.gz being used + - add _service file + - remove README.packaging + +------------------------------------------------------------------- +Mon May 24 09:07:53 UTC 2021 - Johannes Kastl <[email protected]> + +- update to 1.8.6 + Bugfixes + * #21290: fix: Anti-Entropy loops endlessly with empty shard + * #21381: chore(ae): add more logging + * #21518: fix: FGA enablement + +------------------------------------------------------------------- +Mon May 24 07:23:24 UTC 2021 - Johannes Kastl <[email protected]> + +- update to 1.8.5 + Features + * #20917: feat(inspect): Add report-disk for disk usage by measurement + * #20118: feat: Optimize shard lookups in groups containing only one shard. Thanks @StoneYunZhao! + * #20910: feat: Make meta queries respect QueryTimeout values + * #20989: feat: influx_inspect export to standard out + * #21021: feat: Log query text for POST requests + Bugfixes + * #21053: fix: help text for influx_inspect + * #20101: fix(write): Successful writes increment write error statistics incorrectly. + * #20276: fix(error): unsupported value: +Inf" error not handled gracefully. + * #20277: fix(query): Group By queries with offset that crosses a DST boundary can fail. + * #20295: fix: cp.Mux.Serve() closes all net.Listener instances silently on error. + * #19832: fix(prometheus): regexp handling should comply with PromQL. + * #20432: fix(error): SELECT INTO doesn't return error with unsupported value + * #20033: fix(tsm1): "snapshot in progress" error during backup + * #20909: fix(tsm1): data race when accessing tombstone stats + * #20912: fix(tsdb): minimize lock contention when adding new fields or measure + * #20914: fix: infinite recursion bug (#20862) + +------------------------------------------------------------------- Old: ---- README.packaging influxdb-1.8.4.tar.xz New: ---- _service _servicedata influxdb-1.8.6.tar.gz vendor.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ influxdb.spec ++++++ --- /var/tmp/diff_new_pack.NYoAHw/_old 2021-06-01 10:41:04.205181642 +0200 +++ /var/tmp/diff_new_pack.NYoAHw/_new 2021-06-01 10:41:04.205181642 +0200 @@ -26,15 +26,15 @@ Summary: Scalable datastore for metrics, events, and real-time analytics License: MIT Group: Productivity/Databases/Servers -Version: 1.8.4 +Version: 1.8.6 Release: 0 URL: https://github.com/influxdata/influxdb -Source: %{name}-%{version}.tar.xz -Source1: influxdb.service -Source2: influxdb.tmpfiles -Source3: influxdb.init -Source4: Compability_note.txt -Source5: README.packaging +Source: %{name}-%{version}.tar.gz +Source1: vendor.tar.gz +Source2: influxdb.service +Source3: influxdb.tmpfiles +Source4: influxdb.init +Source5: Compability_note.txt BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: asciidoc BuildRequires: fdupes @@ -70,6 +70,7 @@ %prep %setup -q -n %{name}-%{version} +%setup -q -T -D -a 1 -n %{name}-%{version} %build # Disable phone-home to usage.influxdata.com @@ -90,11 +91,11 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/influxdb/{data,meta,hh,wal} mkdir -p %{buildroot}%{_sbindir} %if %{with systemd} -install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/influxdb.service +install -D -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/influxdb.service ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcinfluxdb -install -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/influxdb.conf +install -D -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/influxdb.conf %else -install -D -m 0755 %{S:3} %{buildroot}%{_sysconfdir}/init.d/influxdb +install -D -m 0755 %{S:4} %{buildroot}%{_sysconfdir}/init.d/influxdb ln -s -f %{_sysconfdir}/init.d/influxdb %{buildroot}%{_sbindir}/rcinfluxdb mkdir -p %{buildroot}%{_localstatedir}/run/influxdb %endif @@ -102,7 +103,7 @@ # Warn about compatibility problems with previous version mkdir -p %{buildroot}%{_localstatedir}/adm/update-messages/ -cp -v %{SOURCE4} %{buildroot}%{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release} +cp -v %{SOURCE5} %{buildroot}%{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release} make -C ./man install DESTDIR=%{buildroot}%{_prefix} ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/influxdata/influxdb/</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="revision">v1.8.6</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">disable</param> <param name="versionrewrite-pattern">v(.*)</param> </service> <service name="set_version" mode="disabled"> <param name="basename">influxdb</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service name="go_modules" mode="disabled"> <param name="archive">influxdb-1.8.6.tar.gz</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/influxdata/influxdb/</param> <param name="changesrevision">3631a486d99553ae6de4d2b7df4a4b1c1beb35fe</param></service></servicedata>
