Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package parsec for openSUSE:Factory checked 
in at 2022-04-06 21:51:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/parsec (Old)
 and      /work/SRC/openSUSE:Factory/.parsec.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "parsec"

Wed Apr  6 21:51:55 2022 rev:15 rq:967250 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/parsec/parsec.changes    2022-03-31 
17:19:10.340944749 +0200
+++ /work/SRC/openSUSE:Factory/.parsec.new.1900/parsec.changes  2022-04-06 
21:52:29.726879703 +0200
@@ -1,0 +2,5 @@
+Wed Apr  6 07:00:43 UTC 2022 - Marcus Meissner <meiss...@suse.com>
+
+- rust-packaging -> cargo-packaging (bsc#1198131)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ parsec.spec ++++++
--- /var/tmp/diff_new_pack.nSRrNj/_old  2022-04-06 21:52:30.534870482 +0200
+++ /var/tmp/diff_new_pack.nSRrNj/_new  2022-04-06 21:52:30.546870345 +0200
@@ -42,8 +42,12 @@
 BuildRequires:  protobuf-devel
 BuildRequires:  python3
 # jwt-svid-authenticator (SPIFFE-based authenticator) needs rust >= 1.53
-BuildRequires:  rust >= 1.53
+%if %suse_version > 1550
+BuildRequires:  cargo-packaging
+%else
 BuildRequires:  rust-packaging
+%endif
+BuildRequires:  rust >= 1.53
 BuildRequires:  sysuser-tools
 BuildRequires:  pkgconfig(tss2-esys) >= 2.3.3
 # opensc is used to initialize HSM keys (PKCS#11 backend)
@@ -96,6 +100,9 @@
 # Move parsec to _libexecdir
 mkdir -p %{buildroot}%{_libexecdir}
 mv target/release/parsec %{buildroot}%{_libexecdir}
+
+# currently delete it from bin if there
+rm -f %{buildroot}%{_bindir}/parsec
 # Clean-up
 find %{buildroot} -name .crates2.json -delete
 rm -rf %{buildroot}%{_datadir}/cargo/registry

Reply via email to