Hello community, here is the log from the commit of package brickv for openSUSE:Factory checked in at 2020-08-20 22:30:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/brickv (Old) and /work/SRC/openSUSE:Factory/.brickv.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brickv" Thu Aug 20 22:30:18 2020 rev:4 rq:828025 version:2.4.12 Changes: -------- --- /work/SRC/openSUSE:Factory/brickv/brickv.changes 2020-03-25 23:51:05.932007820 +0100 +++ /work/SRC/openSUSE:Factory/.brickv.new.3399/brickv.changes 2020-08-20 22:30:19.308023219 +0200 @@ -1,0 +2,6 @@ +Wed Aug 19 08:28:08 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Use proper %{_udevrulesdir} instead of (wrong) + %{_libexecdir}/udev/rules.d. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brickv.spec ++++++ --- /var/tmp/diff_new_pack.p2Fza8/_old 2020-08-20 22:30:20.008023547 +0200 +++ /var/tmp/diff_new_pack.p2Fza8/_new 2020-08-20 22:30:20.008023547 +0200 @@ -58,7 +58,7 @@ %install pushd src python3 setup.py install --root=%{buildroot} --prefix=/usr -install -m 644 -D -t %{buildroot}%{_libexecdir}/udev/rules.d build_data/linux/%{name}/lib/udev/rules.d/99-tinkerforge-brickv.rules +install -m 644 -D -t %{buildroot}%{_udevrulesdir} build_data/linux/%{name}/lib/udev/rules.d/99-tinkerforge-brickv.rules install -m 644 -D -t %{buildroot}/usr/share/pixmaps build_data/linux/%{name}/usr/share/pixmaps/brickv-icon.png install -m 644 -D -t %{buildroot}/usr/share/applications build_data/linux/%{name}/usr/share/applications/%{name}.desktop popd @@ -69,7 +69,7 @@ %doc src/changelog README.rst %{_bindir}/%{name} %{python3_sitelib}/brickv* -%{_libexecdir}/udev/rules.d/*.rules +%{_udevrulesdir}/*.rules /usr/share/pixmaps/* /usr/share/applications/*
