From 925f88d1936b187fcb00b2c0b446dd0db1e1a4a0 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Fri, 21 May 2021 09:31:54 +0200 Subject: [PATCH] Update to Fedora 34, new myq_gadgets package added --- centos/SPECS/myq_gadgets.spec | 43 ++++++++++++++++++++++++++++++ fedora/SPECS/cjose.spec | 6 +++++ fedora/SPECS/echoip.spec | 10 +++++-- fedora/SPECS/gitea.spec | 3 +++ fedora/SPECS/goaccess.spec | 3 +++ fedora/SPECS/mod_auth_openidc.spec | 5 +++- fedora/SPECS/mod_tile.spec | 13 ++++++--- fedora/SPECS/nginx.spec | 3 +++ fedora/SPECS/phyghtmap.spec | 6 +++++ fedora/SPECS/pnp4nagios.spec | 6 +++++ fedora/SPECS/powerline-go.spec | 3 +++ fedora/SPECS/powerline_shell.spec | 14 +++++++--- fedora/SPECS/python3-argparse.spec | 11 ++++++-- fedora/SPECS/sockstat.spec | 6 +++++ 14 files changed, 119 insertions(+), 13 deletions(-) create mode 100644 centos/SPECS/myq_gadgets.spec diff --git a/centos/SPECS/myq_gadgets.spec b/centos/SPECS/myq_gadgets.spec new file mode 100644 index 0000000..6c7e49a --- /dev/null +++ b/centos/SPECS/myq_gadgets.spec @@ -0,0 +1,43 @@ +Name: myq_gadgets +Version: 0.4.0 +Release: 1%{?dist} +Summary: Tools to help make life easier with MySQL + +Group: Applications/Databases +License: BSD +URL: https://github.com/jayjanssen/%{name} +Source0: %{name}-%{version}.tar.gz + +BuildRequires: perl(base) +Requires: mysql-server +%define debug_package %{nil} + +%description +MySQL Gadgets +Tools to help make life easier with MySQL. +Note that you need to have some version of the mysql client, it's up to you to +install it. +All gadgets take mysql command like options (-u,-p,-h,-P), run with --help to +see all options. + +%prep +%setup -q + +%check +./tester + +%install +install -D MySQL_Script_Utils.pm %{buildroot}%{perl_vendorlib}/MySQL_Script_Utils.pm +install -D myq_innodb_status %{buildroot}%{_bindir}/myq_innodb_status +install -D myq_slave_info %{buildroot}%{_bindir}/myq_slave_info +install -D myq_status %{buildroot}%{_bindir}/myq_status + +%files +%doc CHANGELOG LICENSE.TXT README +%{perl_vendorlib}/MySQL_Script_Utils.pm +%{_bindir}/* + +%changelog +* Thu May 20 2021 Daniel Steiner +- New build. + diff --git a/fedora/SPECS/cjose.spec b/fedora/SPECS/cjose.spec index c7f55eb..36c3a28 100644 --- a/fedora/SPECS/cjose.spec +++ b/fedora/SPECS/cjose.spec @@ -62,6 +62,12 @@ make check || (cat test/test-suite.log; exit 1) %changelog +* Fri May 25 2021 Daniel Steiner +- First build for Fedora 34. + +* Sat Oct 31 2020 Daniel Steiner +- First build for Fedora 33. + * Sat Sep 5 2020 Daniel Steiner - First initial build. diff --git a/fedora/SPECS/echoip.spec b/fedora/SPECS/echoip.spec index 681e48d..51d79b8 100644 --- a/fedora/SPECS/echoip.spec +++ b/fedora/SPECS/echoip.spec @@ -4,7 +4,7 @@ %define gitv 58fd8a6 %define webd %{_var}/www %define gopath $(pwd)/go -%define domain echoip.dsteiner.ch +%define domain echoip.daniel-steiner.org %define protocol https %define port 443 @@ -30,7 +30,7 @@ Requires: geoipupdate-cron Requires: GeoIP %description -A simple service for looking up your IP address. This is the code that powers https://echoip.dsteiner.ch. +A simple service for looking up your IP address. This is the code that powers https://echoip.daniel-steiner.org. %prep %setup -q -n %{name}-%{version}.%{gitv} @@ -116,6 +116,12 @@ fi %dir %attr(-,%{name},%{name}) %{_rundir}/%{name} %changelog +* Fri May 11 2021 Daniel Steiner +- First build on Fedora 34. + +* Sat Oct 31 2019 Daniel Steiner +- First build on Fedora 33. + * Sun Jan 20 2019 Daniel Steiner - All options are now in sysconfig file. diff --git a/fedora/SPECS/gitea.spec b/fedora/SPECS/gitea.spec index 4cf49bd..fb161b6 100644 --- a/fedora/SPECS/gitea.spec +++ b/fedora/SPECS/gitea.spec @@ -82,6 +82,9 @@ getent passwd gitea > /dev/null || \ %changelog +* Fri May 21 2021 Daniel Steiner +- First build on Fedora 34. + * Mon May 10 2021 Daniel Steiner - Update to version 1.14.2. diff --git a/fedora/SPECS/goaccess.spec b/fedora/SPECS/goaccess.spec index 130cf2f..ff7d399 100644 --- a/fedora/SPECS/goaccess.spec +++ b/fedora/SPECS/goaccess.spec @@ -88,6 +88,9 @@ autoreconf -fiv %{_mandir}/man1/%{name}.1* %changelog +* Sat Oct 31 2020 Daniel Steiner +- First build for Fedora 33. + * Fri Aug 28 2020 Daniel Steiner - mmdb enabled for new GeoLite2 dBs. - First, initial version for Fedora 32 (1.4.1) diff --git a/fedora/SPECS/mod_auth_openidc.spec b/fedora/SPECS/mod_auth_openidc.spec index 9302393..f0a2298 100644 --- a/fedora/SPECS/mod_auth_openidc.spec +++ b/fedora/SPECS/mod_auth_openidc.spec @@ -14,7 +14,7 @@ %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc Name: mod_auth_openidc -Version: 2.4.7 +Version: 2.4.8.2 Release: 1%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server @@ -94,6 +94,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Fri May 21 2021 Daniel Steiner +- Update to 2.4.8.2. + * Wed Apr 28 2021 Daniel Steiner - Update to 2.4.7. diff --git a/fedora/SPECS/mod_tile.spec b/fedora/SPECS/mod_tile.spec index bc01e79..6ad3a45 100644 --- a/fedora/SPECS/mod_tile.spec +++ b/fedora/SPECS/mod_tile.spec @@ -66,17 +66,22 @@ fi %config %{_sysconfdir}/httpd/conf.modules.d/10-tile.conf %{_bindir}/render* %{_libdir}/httpd/modules/%{name}.so -%{_libdir}/libiniparser* %{_mandir}/man1/* %{_mandir}/man8/* %changelog -* Fri Jul 23 2020 Daniel Steiner +* Fri May 21 2020 Daniel Steiner +- First build on Fedora 34. + +* Sat Oct 31 2020 Daniel Steiner +- First build on Fedora 33. + +* Thu Jul 23 2020 Daniel Steiner - Patch for duplicated variables definition added, this compiles now on Fedora 32 and gcc 10. -* Sat Nov 9 2019 Daniel Steiner +* Sat Nov 9 2019 Daniel Steiner - Fix for modules config path. -* Fri Nov 8 2019 Daniel Steiner +* Fri Nov 8 2019 Daniel Steiner - First build on Fedora 31 httpd-2.4.41. diff --git a/fedora/SPECS/nginx.spec b/fedora/SPECS/nginx.spec index 3d0c42b..6d3d93b 100644 --- a/fedora/SPECS/nginx.spec +++ b/fedora/SPECS/nginx.spec @@ -569,6 +569,9 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Fri May 21 2021 Daniel Steiner +- First build on Fedora 34. + * Sat May 1 2021 Daniel Steiner - Updated to mainline version 1.20.0. diff --git a/fedora/SPECS/phyghtmap.spec b/fedora/SPECS/phyghtmap.spec index 8633a91..3ae0cc1 100644 --- a/fedora/SPECS/phyghtmap.spec +++ b/fedora/SPECS/phyghtmap.spec @@ -39,6 +39,12 @@ install -Dpm 644 docs/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Fri May 21 2021 Daniel Steiner +- First build on Fedora 34. + +* Sat Jan 11 2020 Daniel Steiner +- First build on Fedora 33. + * Sat Jan 11 2020 Daniel Steiner - Initial build diff --git a/fedora/SPECS/pnp4nagios.spec b/fedora/SPECS/pnp4nagios.spec index 30338c3..2ed0447 100644 --- a/fedora/SPECS/pnp4nagios.spec +++ b/fedora/SPECS/pnp4nagios.spec @@ -159,6 +159,12 @@ fi %{_datadir}/nagios/html/%{name} %changelog +* Fri May 21 2021 Daniel Steiner - 0.6.27-2-gitff7cd69 +- Build for Fedora 34. + +* Sat Oct 31 2020 Daniel Steiner - 0.6.27-2-gitff7cd69 +- Build for Fedora 33. + * Fri Aug 7 2018 Daniel Steiner - 0.6.27-2-gitff7cd69 - Patch for Kohana magic_quotes problem. diff --git a/fedora/SPECS/powerline-go.spec b/fedora/SPECS/powerline-go.spec index 6295d25..56dab94 100644 --- a/fedora/SPECS/powerline-go.spec +++ b/fedora/SPECS/powerline-go.spec @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri May 21 2021 Daniel Steiner +- First build on Fedora 34. + * Sun Mar 7 2021 Daniel Steiner - Initial version. diff --git a/fedora/SPECS/powerline_shell.spec b/fedora/SPECS/powerline_shell.spec index a437e87..f3c1977 100644 --- a/fedora/SPECS/powerline_shell.spec +++ b/fedora/SPECS/powerline_shell.spec @@ -4,7 +4,7 @@ Release: 3%{?dist} Summary: A beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh License: MIT -URL: https://dev.dsteiner.ch/dani/powerline-shell-enhanced#segment-configuration +URL: https://dev.daniel-steiner.org/dani/powerline-shell-enhanced#segment-configuration Source0: powerline_shell.tar.gz %define debug_package %{nil} @@ -57,12 +57,18 @@ The generated prompts are designed to resemble powerline, but otherwise this pro %changelog -* Sun Feb 3 2019 Daniel Steiner +* Fri May 21 2021 Daniel Steiner +- Built for Fedora 34. + +* Sat Oct 31 2020 Daniel Steiner +- Built for Fedora 33. + +* Sun Feb 3 2019 Daniel Steiner - Dependency added for pythonX-setuptools rpm. -* Sun Feb 3 2019 Daniel Steiner +* Sun Feb 3 2019 Daniel Steiner - Dependency added for pythonX-argparse rpm. -* Sat Feb 2 2019 Daniel Steiner +* Sat Feb 2 2019 Daniel Steiner - First build. diff --git a/fedora/SPECS/python3-argparse.spec b/fedora/SPECS/python3-argparse.spec index f3ff487..eef7717 100644 --- a/fedora/SPECS/python3-argparse.spec +++ b/fedora/SPECS/python3-argparse.spec @@ -1,6 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %global oname argparse +%define __python /usr/bin/python3 Summary: Optparse inspired command line parser for Python Name: python3-argparse @@ -55,9 +56,15 @@ rm -rf %{buildroot}%{python3_sitelib}/__pycache__ %{python3_sitelib}/* %changelog -* Sat May 2 2020 Daniel Steiner +* Fri May 21 2021 Daniel Steiner +- First build on Fedora 34. + +* Sat Oct 31 2020 Daniel Steiner +- First build on Fedora 33. + +* Sat May 2 2020 Daniel Steiner - First build on Fedora 32. -* Sun Feb 3 2019 Daniel Steiner +* Sun Feb 3 2019 Daniel Steiner - First build, it's required by powerline_shell package. diff --git a/fedora/SPECS/sockstat.spec b/fedora/SPECS/sockstat.spec index 6c44549..b7691a3 100644 --- a/fedora/SPECS/sockstat.spec +++ b/fedora/SPECS/sockstat.spec @@ -35,6 +35,12 @@ make %{?_smp_mflags} %changelog +* Fri May 21 2021 Daniel Steiner +- First build on Fedora 34. + +* Sat Oct 31 2020 Daniel Steiner +- First build on Fedora 33. + * Thu Apr 9 2020 Daniel Steiner - Initial version for CentOS 8 (0.4.1).