Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package avrdude for openSUSE:Factory checked in at 2022-03-05 14:44:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/avrdude (Old) and /work/SRC/openSUSE:Factory/.avrdude.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "avrdude" Sat Mar 5 14:44:35 2022 rev:35 rq:959533 version:6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/avrdude/avrdude.changes 2019-03-18 10:43:40.471125641 +0100 +++ /work/SRC/openSUSE:Factory/.avrdude.new.1958/avrdude.changes 2022-03-05 14:45:17.115729205 +0100 @@ -1,0 +2,10 @@ +Fri Mar 4 17:35:41 UTC 2022 - Martin Wilck <[email protected]> + +- Install modprobe.conf files to %_modprobedir (bsc#1196275, jsc#SLE-20639) + +------------------------------------------------------------------- +Thu Oct 17 14:01:02 UTC 2019 - Richard Brown <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ avrdude.spec ++++++ --- /var/tmp/diff_new_pack.gT3TZ3/_old 2022-03-05 14:45:18.107729456 +0100 +++ /var/tmp/diff_new_pack.gT3TZ3/_new 2022-03-05 14:45:18.119729459 +0100 @@ -15,6 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%if 0%{?suse_version} < 1550 && 0%{?sle_version} <= 150300 +# systemd-rpm-macros is wrong in 15.3 and below +%define _modprobedir /lib/modprobe.d +%endif %define libname lib%{name} %define libsoname %{libname}1 @@ -23,7 +27,6 @@ Release: 0 Summary: Upload tool for AVR microcontrollers License: GPL-2.0+ -Group: Development/Tools/Other Url: http://savannah.nongnu.org/projects/avrdude Source0: http://download.savannah.gnu.org/releases/avrdude/%{name}-%{version}.tar.gz Source1: http://download.savannah.gnu.org/releases/avrdude/%{name}-%{version}.tar.gz.sig @@ -57,14 +60,12 @@ %package -n %{libsoname} Summary: Shared library of %{name} -Group: System/Libraries %description -n %{libsoname} This package contains the shared lib%{name} library. %package devel Summary: Development files for %{name} -Group: Development/Libraries/C and C++ Requires: %{name} = %{version} %description devel @@ -89,7 +90,7 @@ %install %make_install DOC_INST_DIR=%{buildroot}%{_docdir}/%{name} make -C doc install-info DESTDIR=%{buildroot} -install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/modprobe.d/50-avrdude_parport.conf +install -D -m 644 %{SOURCE3} %{buildroot}%{_modprobedir}/50-avrdude_parport.conf rm %{buildroot}%{_libdir}/lib%{name}.la %if 0%{?suse_version} >= 1230 @@ -137,8 +138,8 @@ %{_mandir}/*/* %{_infodir}/%{name}.info%{ext_info} %config %{_sysconfdir}/avrdude.conf -%dir %{_sysconfdir}/modprobe.d -%config %{_sysconfdir}/modprobe.d/50-avrdude_parport.conf +%dir %{_modprobedir} +%{_modprobedir}/50-avrdude_parport.conf %{udevdir} %{_bindir}/*
