Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package greetd for openSUSE:Factory checked in at 2021-10-05 22:33:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/greetd (Old) and /work/SRC/openSUSE:Factory/.greetd.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "greetd" Tue Oct 5 22:33:53 2021 rev:6 rq:923166 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/greetd/greetd.changes 2021-05-17 18:46:08.876411497 +0200 +++ /work/SRC/openSUSE:Factory/.greetd.new.2443/greetd.changes 2021-10-05 22:34:20.754920850 +0200 @@ -1,0 +2,5 @@ +Tue Sep 28 05:35:48 UTC 2021 - William Brown <william.br...@suse.com> + +- Replace rust-packaging with cargo-packaging + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ greetd.spec ++++++ --- /var/tmp/diff_new_pack.T47jg6/_old 2021-10-05 22:34:21.218921658 +0200 +++ /var/tmp/diff_new_pack.T47jg6/_new 2021-10-05 22:34:21.222921664 +0200 @@ -28,9 +28,8 @@ Source2: cargo_config Source3: greetd.pam BuildRequires: cargo +BuildRequires: cargo-packaging BuildRequires: pam-devel -BuildRequires: rust -BuildRequires: rust-packaging BuildRequires: systemd-rpm-macros Requires(post): diffutils Requires(pre): %{_bindir}/getent @@ -45,11 +44,11 @@ %prep %setup -qa1 -%cargo_prep +mkdir .cargo cp %{SOURCE2} .cargo/config %build -%cargo_build +%{cargo_build} %install