Hello community, here is the log from the commit of package pdsh for openSUSE:Factory checked in at 2018-02-20 17:56:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdsh (Old) and /work/SRC/openSUSE:Factory/.pdsh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pdsh" Tue Feb 20 17:56:05 2018 rev:33 rq:578240 version:2.33 Changes: -------- --- /work/SRC/openSUSE:Factory/pdsh/pdsh.changes 2018-02-18 11:46:06.073551873 +0100 +++ /work/SRC/openSUSE:Factory/.pdsh.new/pdsh.changes 2018-02-20 17:56:09.900110152 +0100 @@ -1,0 +2,8 @@ +Tue Feb 20 06:16:24 UTC 2018 - [email protected] + +- Since the different host-list plugins have conflicting + options and a 'the first one wins' policy is not well + defined, package all of them separately and make ones + with identical options conflict (bsc#1081673). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdsh.spec ++++++ --- /var/tmp/diff_new_pack.gvQrwX/_old 2018-02-20 17:56:11.172064353 +0100 +++ /var/tmp/diff_new_pack.gvQrwX/_new 2018-02-20 17:56:11.176064209 +0100 @@ -73,11 +73,43 @@ Summary: Genders plugin for pdsh Group: Productivity/Clustering/Computing Requires: pdsh = %{version} +Conflicts: pdsh-netgroup +Conflicts: pdsh-dshgroup +Conflicts: pdsh-machines %description genders Plugin for pdsh to determine nodes to run on by genders attributes. %endif +%package machines +Summary: Machines plugin for pdsh +Group: Productivity/Clustering/Computing +Requires: pdsh = %{version} +Conflicts: pdsh-genders + +%description machines +Plugin for pdsh to determine nodes to run on from machines file. + +%package dshgroup +Summary: Dsh plugin for pdsh +Group: Productivity/Clustering/Computing +Requires: pdsh = %{version} +Conflicts: pdsh-genders +Conflicts: pdsh-netgroup + +%description dshgroup +Plugin for pdsh to determine nodes from dsh-style "group" files + +%package netgroup +Summary: Netgroup plugin for pdsh +Group: Productivity/Clustering/Computing +Requires: pdsh = %{version} +Conflicts: pdsh-genders +Conflicts: pdsh-dshgroup + +%description netgroup +Plugin for pdsh to determine nodes to run on from netgroups. + %prep %setup -q @@ -117,6 +149,9 @@ %_libdir/pdsh %{?have_genders:%exclude %_libdir/pdsh/genders.so} %{?have_slurm:%exclude %_libdir/pdsh/slurm.so} +%exclude %_libdir/pdsh/machines.so +%exclude %_libdir/pdsh/dshgroup.so +%exclude %_libdir/pdsh/netgroup.so %if 0%{?have_slurm} %files slurm @@ -130,4 +165,16 @@ %_libdir/pdsh/genders.so %endif +%files machines +%defattr(-,root,root) +%_libdir/pdsh/machines.so + +%files dshgroup +%defattr(-,root,root) +%_libdir/pdsh/dshgroup.so + +%files netgroup +%defattr(-,root,root) +%_libdir/pdsh/netgroup.so + %changelog
