Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sdbootutil for openSUSE:Factory checked in at 2025-06-14 16:17:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sdbootutil (Old) and /work/SRC/openSUSE:Factory/.sdbootutil.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sdbootutil" Sat Jun 14 16:17:05 2025 rev:64 rq:1285396 version:1+git20250613.ee73e55 Changes: -------- --- /work/SRC/openSUSE:Factory/sdbootutil/sdbootutil.changes 2025-06-03 17:50:59.287256740 +0200 +++ /work/SRC/openSUSE:Factory/.sdbootutil.new.19631/sdbootutil.changes 2025-06-14 16:17:13.297010703 +0200 @@ -1,0 +2,8 @@ +Fri Jun 13 09:30:39 UTC 2025 - Alberto Planas Dominguez <apla...@suse.com> + +- Update to version 1+git20250613.ee73e55: + * Fix uhmac installation + * Remove edition downgrade + * Update Cargo.lock + +------------------------------------------------------------------- Old: ---- sdbootutil-1+git20250529.307d6ff.obscpio New: ---- sdbootutil-1+git20250613.ee73e55.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sdbootutil.spec ++++++ --- /var/tmp/diff_new_pack.9SXtBd/_old 2025-06-14 16:17:14.409056584 +0200 +++ /var/tmp/diff_new_pack.9SXtBd/_new 2025-06-14 16:17:14.413056749 +0200 @@ -18,7 +18,7 @@ %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' Name: sdbootutil -Version: 1+git20250529.307d6ff +Version: 1+git20250613.ee73e55 Release: 0 Summary: bootctl wrapper for BLS boot loaders License: MIT @@ -141,12 +141,17 @@ %build cd uhmac -sed -i 's/edition = "2024"/edition = "2018"/' Cargo.toml %{cargo_build} %install install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name} -install -D -m 755 uhmac/target/release/uhmac %{buildroot}%{_libexecdir}/%{name}/uhmac + +# Install uhmac binary +pushd uhmac +%{cargo_install} +install -D -m 755 %{buildroot}%{_bindir}/uhmac %{buildroot}%{_libexecdir}/%{name}/uhmac +rm %{buildroot}%{_bindir}/uhmac +popd # Update prediction service install -D -m 644 %{name}-update-predictions.service \ ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.9SXtBd/_old 2025-06-14 16:17:14.461058729 +0200 +++ /var/tmp/diff_new_pack.9SXtBd/_new 2025-06-14 16:17:14.465058894 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/sdbootutil.git</param> - <param name="changesrevision">307d6ffbd0730f9144eff852b83b63e7c7b04194</param></service></servicedata> + <param name="changesrevision">ee73e557c469c5929161ca01520c1535a23bae0a</param></service></servicedata> (No newline at EOF) ++++++ sdbootutil-1+git20250529.307d6ff.obscpio -> sdbootutil-1+git20250613.ee73e55.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sdbootutil-1+git20250529.307d6ff/sdbootutil.spec new/sdbootutil-1+git20250613.ee73e55/sdbootutil.spec --- old/sdbootutil-1+git20250529.307d6ff/sdbootutil.spec 2025-05-29 12:31:12.000000000 +0200 +++ new/sdbootutil-1+git20250613.ee73e55/sdbootutil.spec 2025-06-13 11:29:28.000000000 +0200 @@ -141,12 +141,17 @@ %build cd uhmac -sed -i 's/edition = "2024"/edition = "2018"/' Cargo.toml %{cargo_build} %install install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name} -install -D -m 755 uhmac/target/release/uhmac %{buildroot}%{_libexecdir}/%{name}/uhmac + +# Install uhmac binary +pushd uhmac +%{cargo_install} +install -D -m 755 %{buildroot}%{_bindir}/uhmac %{buildroot}%{_libexecdir}/%{name}/uhmac +rm %{buildroot}%{_bindir}/uhmac +popd # Update prediction service install -D -m 644 %{name}-update-predictions.service \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sdbootutil-1+git20250529.307d6ff/uhmac/Cargo.lock new/sdbootutil-1+git20250613.ee73e55/uhmac/Cargo.lock --- old/sdbootutil-1+git20250529.307d6ff/uhmac/Cargo.lock 2025-05-29 12:31:12.000000000 +0200 +++ new/sdbootutil-1+git20250613.ee73e55/uhmac/Cargo.lock 2025-06-13 11:29:28.000000000 +0200 @@ -4,9 +4,9 @@ [[package]] name = "anstream" -version = "0.6.18" +version = "0.6.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" +checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" dependencies = [ "anstyle", "anstyle-parse", @@ -19,33 +19,33 @@ [[package]] name = "anstyle" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" +checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" [[package]] name = "anstyle-parse" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" +checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" +checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" dependencies = [ "windows-sys", ] [[package]] name = "anstyle-wincon" -version = "3.0.8" +version = "3.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa" +checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" dependencies = [ "anstyle", "once_cell_polyfill", @@ -60,24 +60,24 @@ [[package]] name = "cc" -version = "1.2.24" +version = "1.2.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7" +checksum = "956a5e21988b87f372569b66183b78babf23ebc2e744b733e4350a752c4dafac" dependencies = [ "shlex", ] [[package]] name = "cfg-if" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" [[package]] name = "clap" -version = "4.5.38" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000" +checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" dependencies = [ "clap_builder", "clap_derive", @@ -85,9 +85,9 @@ [[package]] name = "clap_builder" -version = "4.5.38" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120" +checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" dependencies = [ "anstream", "anstyle", @@ -97,9 +97,9 @@ [[package]] name = "clap_derive" -version = "4.5.32" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" +checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce" dependencies = [ "heck", "proc-macro2", @@ -109,15 +109,15 @@ [[package]] name = "clap_lex" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" +checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "colorchoice" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" +checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "foreign-types" @@ -172,9 +172,9 @@ [[package]] name = "openssl" -version = "0.10.72" +version = "0.10.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" +checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" dependencies = [ "bitflags", "cfg-if", @@ -198,9 +198,9 @@ [[package]] name = "openssl-sys" -version = "0.9.108" +version = "0.9.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" +checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" dependencies = [ "cc", "libc", @@ -246,9 +246,9 @@ [[package]] name = "syn" -version = "2.0.101" +version = "2.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" +checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8" dependencies = [ "proc-macro2", "quote", ++++++ sdbootutil.obsinfo ++++++ --- /var/tmp/diff_new_pack.9SXtBd/_old 2025-06-14 16:17:14.617065166 +0200 +++ /var/tmp/diff_new_pack.9SXtBd/_new 2025-06-14 16:17:14.621065330 +0200 @@ -1,5 +1,5 @@ name: sdbootutil -version: 1+git20250529.307d6ff -mtime: 1748514672 -commit: 307d6ffbd0730f9144eff852b83b63e7c7b04194 +version: 1+git20250613.ee73e55 +mtime: 1749806968 +commit: ee73e557c469c5929161ca01520c1535a23bae0a ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/sdbootutil/vendor.tar.zst /work/SRC/openSUSE:Factory/.sdbootutil.new.19631/vendor.tar.zst differ: char 7, line 1