Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pciutils for openSUSE:Factory checked in at 2022-01-26 21:26:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pciutils (Old) and /work/SRC/openSUSE:Factory/.pciutils.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pciutils" Wed Jan 26 21:26:32 2022 rev:68 rq:948337 version:3.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pciutils/pciutils.changes 2021-12-12 21:27:25.280334854 +0100 +++ /work/SRC/openSUSE:Factory/.pciutils.new.1938/pciutils.changes 2022-01-26 21:26:42.902103869 +0100 @@ -1,0 +2,7 @@ +Sun Jan 23 14:56:10 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Set sbindir to /usr/bin to fix Steam issues + (rh#1858437, gh#ValveSoftware/steam-for-linux#3306) +- Add symlinks from /usr/sbin to /usr/bin + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pciutils.spec ++++++ --- /var/tmp/diff_new_pack.JhaidX/_old 2022-01-26 21:26:43.786097774 +0100 +++ /var/tmp/diff_new_pack.JhaidX/_new 2022-01-26 21:26:43.798097692 +0100 @@ -70,10 +70,10 @@ %autosetup -p1 %build -%make_build OPT="%{optflags}" PREFIX=%{_prefix} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} STRIP="" SHARED="yes" +%make_build OPT="%{optflags}" PREFIX=%{_prefix} LIBDIR=%{_libdir} SBINDIR=%{_bindir} STRIP="" SHARED="yes" %install -make install PREFIX=%{buildroot}%{_prefix} SBINDIR=%{buildroot}%{_sbindir} \ +make install PREFIX=%{buildroot}%{_prefix} SBINDIR=%{buildroot}%{_bindir} \ ROOT=%{buildroot} MANDIR=%{buildroot}%{_mandir} STRIP="" \ SHARED="yes" LIBDIR=%{buildroot}%{_libdir} mkdir -p %{buildroot}%{_includedir}/pci @@ -84,9 +84,15 @@ %if !0%{?usrmerged} mkdir %{buildroot}/sbin -ln -s %{_sbindir}/{lspci,setpci} %{buildroot}/sbin +ln -s %{_bindir}/{lspci,setpci} %{buildroot}/sbin %endif +mkdir %{buildroot}%{_sbindir} +ln -s %{_bindir}/{lspci,setpci} %{buildroot}%{_sbindir} + +rm %{buildroot}%{_bindir}/update-pciids +rm %{buildroot}%{_mandir}/man8/update-pciids.8 + %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig @@ -97,13 +103,13 @@ /sbin/lspci /sbin/setpci %endif +%{_bindir}/lspci +%{_bindir}/setpci %{_sbindir}/lspci %{_sbindir}/setpci -%exclude %{_sbindir}/update-pciids %{_mandir}/man7/pcilib.7%{?ext_man} %{_mandir}/man8/lspci.8%{?ext_man} %{_mandir}/man8/setpci.8%{?ext_man} -%exclude %{_mandir}/man8/update-pciids.8%{?ext_man} %{_mandir}/man5/pci.ids.5%{?ext_man} %files -n %{lname}