Update to Fedora 34, new myq_gadgets package added

This commit is contained in:
2021-05-21 09:31:54 +02:00
parent 863571492e
commit 925f88d193
14 changed files with 119 additions and 13 deletions

View File

@@ -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 <daniel.steiner@threema.ch>
- New build.

View File

@@ -62,6 +62,12 @@ make check || (cat test/test-suite.log; exit 1)
%changelog %changelog
* Fri May 25 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- First build for Fedora 34.
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
- First build for Fedora 33.
* Sat Sep 5 2020 Daniel Steiner <daniel.steiner@dsteiner.ch> * Sat Sep 5 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
- First initial build. - First initial build.

View File

@@ -4,7 +4,7 @@
%define gitv 58fd8a6 %define gitv 58fd8a6
%define webd %{_var}/www %define webd %{_var}/www
%define gopath $(pwd)/go %define gopath $(pwd)/go
%define domain echoip.dsteiner.ch %define domain echoip.daniel-steiner.org
%define protocol https %define protocol https
%define port 443 %define port 443
@@ -30,7 +30,7 @@ Requires: geoipupdate-cron
Requires: GeoIP Requires: GeoIP
%description %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 %prep
%setup -q -n %{name}-%{version}.%{gitv} %setup -q -n %{name}-%{version}.%{gitv}
@@ -116,6 +116,12 @@ fi
%dir %attr(-,%{name},%{name}) %{_rundir}/%{name} %dir %attr(-,%{name},%{name}) %{_rundir}/%{name}
%changelog %changelog
* Fri May 11 2021 Daniel Steiner <daniel.steiner@greenmail.ch>
- First build on Fedora 34.
* Sat Oct 31 2019 Daniel Steiner <daniel.steiner@greenmail.ch>
- First build on Fedora 33.
* Sun Jan 20 2019 Daniel Steiner <daniel.steiner@greenmail.ch> * Sun Jan 20 2019 Daniel Steiner <daniel.steiner@greenmail.ch>
- All options are now in sysconfig file. - All options are now in sysconfig file.

View File

@@ -82,6 +82,9 @@ getent passwd gitea > /dev/null || \
%changelog %changelog
* Fri May 21 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 34.
* Mon May 10 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org> * Mon May 10 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Update to version 1.14.2. - Update to version 1.14.2.

View File

@@ -88,6 +88,9 @@ autoreconf -fiv
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%changelog %changelog
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
- First build for Fedora 33.
* Fri Aug 28 2020 Daniel Steiner <daniel.steiner@dsteiner.ch> * Fri Aug 28 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
- mmdb enabled for new GeoLite2 dBs. - mmdb enabled for new GeoLite2 dBs.
- First, initial version for Fedora 32 (1.4.1) - First, initial version for Fedora 32 (1.4.1)

View File

@@ -14,7 +14,7 @@
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc %global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
Name: mod_auth_openidc Name: mod_auth_openidc
Version: 2.4.7 Version: 2.4.8.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server 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 %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
%changelog %changelog
* Fri May 21 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.8.2.
* Wed Apr 28 2021 Daniel Steiner <daniel.steiner@dsteiner.ch> * Wed Apr 28 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 2.4.7. - Update to 2.4.7.

View File

@@ -66,17 +66,22 @@ fi
%config %{_sysconfdir}/httpd/conf.modules.d/10-tile.conf %config %{_sysconfdir}/httpd/conf.modules.d/10-tile.conf
%{_bindir}/render* %{_bindir}/render*
%{_libdir}/httpd/modules/%{name}.so %{_libdir}/httpd/modules/%{name}.so
%{_libdir}/libiniparser*
%{_mandir}/man1/* %{_mandir}/man1/*
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Fri Jul 23 2020 Daniel Steiner <daniel.steiner@dsteiner.ch> * Fri May 21 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 34.
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 33.
* Thu Jul 23 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Patch for duplicated variables definition added, this compiles now on Fedora 32 and gcc 10. - Patch for duplicated variables definition added, this compiles now on Fedora 32 and gcc 10.
* Sat Nov 9 2019 Daniel Steiner <daniel.steiner@dsteiner.ch> * Sat Nov 9 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Fix for modules config path. - Fix for modules config path.
* Fri Nov 8 2019 Daniel Steiner <daniel.steiner@dsteiner.ch> * Fri Nov 8 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 31 httpd-2.4.41. - First build on Fedora 31 httpd-2.4.41.

View File

@@ -569,6 +569,9 @@ fi
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog %changelog
* Fri May 21 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- First build on Fedora 34.
* Sat May 1 2021 Daniel Steiner <daniel.steiner@dsteiner.ch> * Sat May 1 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Updated to mainline version 1.20.0. - Updated to mainline version 1.20.0.

View File

@@ -39,6 +39,12 @@ install -Dpm 644 docs/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %{python3_sitelib}/%{name}-%{version}-py*.egg-info/
%changelog %changelog
* Fri May 21 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
- First build on Fedora 34.
* Sat Jan 11 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
- First build on Fedora 33.
* Sat Jan 11 2020 Daniel Steiner <daniel.steiner@dsteiner.ch> * Sat Jan 11 2020 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Initial build - Initial build

View File

@@ -159,6 +159,12 @@ fi
%{_datadir}/nagios/html/%{name} %{_datadir}/nagios/html/%{name}
%changelog %changelog
* Fri May 21 2021 Daniel Steiner <dsteiner@redhat.com> - 0.6.27-2-gitff7cd69
- Build for Fedora 34.
* Sat Oct 31 2020 Daniel Steiner <dsteiner@redhat.com> - 0.6.27-2-gitff7cd69
- Build for Fedora 33.
* Fri Aug 7 2018 Daniel Steiner <dsteiner@redhat.com> - 0.6.27-2-gitff7cd69 * Fri Aug 7 2018 Daniel Steiner <dsteiner@redhat.com> - 0.6.27-2-gitff7cd69
- Patch for Kohana magic_quotes problem. - Patch for Kohana magic_quotes problem.

View File

@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri May 21 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 34.
* Sun Mar 7 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org> * Sun Mar 7 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Initial version. - Initial version.

View File

@@ -4,7 +4,7 @@ Release: 3%{?dist}
Summary: A beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh Summary: A beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh
License: MIT 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 Source0: powerline_shell.tar.gz
%define debug_package %{nil} %define debug_package %{nil}
@@ -57,12 +57,18 @@ The generated prompts are designed to resemble powerline, but otherwise this pro
%changelog %changelog
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@dsteiner.ch> * Fri May 21 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Built for Fedora 34.
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Built for Fedora 33.
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Dependency added for pythonX-setuptools rpm. - Dependency added for pythonX-setuptools rpm.
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@dsteiner.ch> * Sun Feb 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Dependency added for pythonX-argparse rpm. - Dependency added for pythonX-argparse rpm.
* Sat Feb 2 2019 Daniel Steiner <daniel.steiner@dsteiner.ch> * Sat Feb 2 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build. - First build.

View File

@@ -1,6 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%global oname argparse %global oname argparse
%define __python /usr/bin/python3
Summary: Optparse inspired command line parser for Python Summary: Optparse inspired command line parser for Python
Name: python3-argparse Name: python3-argparse
@@ -55,9 +56,15 @@ rm -rf %{buildroot}%{python3_sitelib}/__pycache__
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Sat May 2 2020 Daniel Steiner <daniel.steiner@dsteiner.ch> * Fri May 21 2021 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 34.
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 33.
* Sat May 2 2020 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build on Fedora 32. - First build on Fedora 32.
* Sun Feb 3 2019 Daniel Steiner <daniel.steiner@dsteiner.ch> * Sun Feb 3 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- First build, it's required by powerline_shell package. - First build, it's required by powerline_shell package.

View File

@@ -35,6 +35,12 @@ make %{?_smp_mflags}
%changelog %changelog
* Fri May 21 2021 Daniel Steiner <daniel.steiner@dsteiner.org>
- First build on Fedora 34.
* Sat Oct 31 2020 Daniel Steiner <daniel.steiner@dsteiner.org>
- First build on Fedora 33.
* Thu Apr 9 2020 Daniel Steiner <daniel.steiner@dsteiner.org> * Thu Apr 9 2020 Daniel Steiner <daniel.steiner@dsteiner.org>
- Initial version for CentOS 8 (0.4.1). - Initial version for CentOS 8 (0.4.1).