Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spack for openSUSE:Factory checked in at 2022-03-02 18:22:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spack (Old) and /work/SRC/openSUSE:Factory/.spack.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spack" Wed Mar 2 18:22:38 2022 rev:22 rq:958493 version:0.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/spack/spack.changes 2022-02-11 23:08:39.946816905 +0100 +++ /work/SRC/openSUSE:Factory/.spack.new.1958/spack.changes 2022-03-02 18:22:47.132659529 +0100 @@ -1,0 +2,6 @@ +Wed Mar 2 12:41:12 UTC 2022 - Egbert Eich <e...@suse.com> + +- Remove unneeded build dependency. +- Make dependencies of spack and spack-recipes symetrical. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spack.spec ++++++ --- /var/tmp/diff_new_pack.nWVnsV/_old 2022-03-02 18:22:47.872659556 +0100 +++ /var/tmp/diff_new_pack.nWVnsV/_new 2022-03-02 18:22:47.876659556 +0100 @@ -60,7 +60,6 @@ BuildRequires: fdupes BuildRequires: lua-lmod BuildRequires: polkit -BuildRequires: python-base BuildRequires: python3-urllib3 BuildRequires: sudo BuildRequires: sysuser-tools @@ -81,7 +80,6 @@ Requires: tar Requires: xz Recommends: %spack_trigger_recommended -Recommends: spack-recipes = %version %else BuildRequires: git BuildRequires: makeinfo @@ -115,7 +113,7 @@ %package recipes Summary: Spack built-in package recipes -Requires: %{name} >= %version +Requires: %{name} = %version %description recipes Spack is a configurable Python-based HPC package manager, automating @@ -309,7 +307,7 @@ # compile python files for python3 # %%{buildroot}%%{spack_dir}/spack -%py_compile . +%py3_compile . # make shell scripts executeable find %{buildroot}%{_localstatedir}/lib/spack/ -type f -name \*.sh -exec chmod 755 {} \;