--- rpms/bandwidthd/contribs10/bandwidthd.spec 2021/06/03 15:49:10 1.5 +++ rpms/bandwidthd/contribs10/bandwidthd.spec 2021/06/06 05:07:42 1.6 @@ -3,7 +3,7 @@ Name: bandwidthd Version: 2.0.1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tracks network usage and builds html and graphs Group: System Environment/Daemons @@ -17,6 +17,7 @@ Source2: %{name}.service Patch0: bandwidthd-destdir.patch Patch1: bandwidthd-pgsql.patch Patch2: bandwidthd-mysql.patch +Patch3: bandwidthd-2.0.1.1-mariadb.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, gd-devel, libpng-devel %{?!_without_pgsql:BuildRequires: postgresql-devel} @@ -59,6 +60,7 @@ is graphed on a Celeron 450 every 10 min #-b .pgsql %patch2 -p1 #-b .mysql +%patch3 -p0 %build cp -af /usr/lib/rpm/config.{sub,guess} . @@ -129,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_var}/www/%{name}/phphtdocs/*.sh %changelog +* Sun Jun 06 2021 Jean-Philippe Pialasse 2.0.1.1-8.sme +- use ENGINE in place of TYPE for mariadb + * Thu Jun 03 2021 Jean-Philippe Pialasse 2.0.1.1-7.sme - build test ; make -j2