Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bcachefs-tools for openSUSE:Factory 
checked in at 2024-01-30 18:27:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcachefs-tools (Old)
 and      /work/SRC/openSUSE:Factory/.bcachefs-tools.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcachefs-tools"

Tue Jan 30 18:27:03 2024 rev:6 rq:1142786 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcachefs-tools/bcachefs-tools.changes    
2024-01-28 19:42:40.760646809 +0100
+++ /work/SRC/openSUSE:Factory/.bcachefs-tools.new.1815/bcachefs-tools.changes  
2024-01-30 18:27:15.613936059 +0100
@@ -1,0 +2,7 @@
+Mon Jan 29 06:55:58 UTC 2024 - David Disseldorp <dd...@suse.de>
+
+- Build with rust functionality enabled [boo#1219158]
+  * Switch to upstream vendored source tarball
+  * Validate upstream source signature
+
+-------------------------------------------------------------------

Old:
----
  bcachefs-tools-1.4.1.tar.xz

New:
----
  bcachefs-tools-vendored-1.4.1.tar.sign
  bcachefs-tools-vendored-1.4.1.tar.zst
  bcachefs-tools.keyring

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

Other differences:
------------------
++++++ bcachefs-tools.spec ++++++
--- /var/tmp/diff_new_pack.E6ydt5/_old  2024-01-30 18:27:17.093989455 +0100
+++ /var/tmp/diff_new_pack.E6ydt5/_new  2024-01-30 18:27:17.093989455 +0100
@@ -23,10 +23,14 @@
 License:        GPL-2.0-or-later
 Group:          System/Filesystems
 URL:            https://bcachefs.org/
-Source:         %name-%version.tar.xz
+Source0:        https://evilpiepirate.org/%name/%name-vendored-%version.tar.zst
+Source1:        
https://evilpiepirate.org/%name/%name-vendored-%version.tar.sign
+Source2:        %{name}.keyring
+BuildRequires:  cargo
+BuildRequires:  clang-devel
 BuildRequires:  libaio-devel >= 0.3.111
 BuildRequires:  pkg-config
-BuildRequires:  xz
+BuildRequires:  zstd
 BuildRequires:  pkgconfig(blkid)
 BuildRequires:  pkgconfig(libkeyutils)
 BuildRequires:  pkgconfig(liblz4)
@@ -59,10 +63,10 @@
 
 %build
 %make_build PREFIX="%_prefix" ROOT_SBINDIR="%_sbindir" \
-       EXTRA_CFLAGS="%optflags" NO_RUST=1
+       EXTRA_CFLAGS="%optflags"
 
 %install
-%make_install PREFIX="%_prefix" ROOT_SBINDIR="%_sbindir" NO_RUST=1
+%make_install PREFIX="%_prefix" ROOT_SBINDIR="%_sbindir"
 # this ain't no debian
 rm -Rf "%buildroot/etc/initramfs-tools" "%buildroot/%_datadir/initramfs-tools"
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.E6ydt5/_old  2024-01-30 18:27:17.121990464 +0100
+++ /var/tmp/diff_new_pack.E6ydt5/_new  2024-01-30 18:27:17.125990609 +0100
@@ -1,14 +1,4 @@
 <services>
-       <service name="tar_scm" mode="manual">
-               <param name="scm">git</param>
-               <param 
name="url">https://evilpiepirate.org/git/bcachefs-tools.git</param>
-               <param name="revision">v1.4.1</param>
-               <param name="version">1.4.1</param>
-       </service>
-       <service name="recompress" mode="manual">
-               <param name="file">*.tar</param>
-               <param name="compression">xz</param>
-       </service>
-       <service name="set_version" mode="manual"/>
+       <service name="cargo_audit" mode="manual" />
 </services>
 

Reply via email to