Several updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Name: gitea
|
||||
Version: 1.21.10
|
||||
Version: 1.22.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Gitea is a painless self-hosted Git service.
|
||||
%define MyVersion %version
|
||||
@@ -84,6 +84,12 @@ getent passwd gitea > /dev/null || \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 7 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Update to 1.22.0.
|
||||
|
||||
* Fri Apr 19 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Update to 1.21.11.
|
||||
|
||||
* Sat Apr 13 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Update to 1.21.10.
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
Name: litmus
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 1%{?dist}
|
||||
Summary: WebDAV server compliance test suite
|
||||
License: GPLv2+
|
||||
URL: https://notroj.github.io/litmus/
|
||||
Source0: https://notroj.github.io/litmus/litmus-0.14.tar.gz
|
||||
Source0: https://notroj.github.io/litmus/%{name}-%{version}.tar.gz
|
||||
BuildRequires: gcc, automake, make
|
||||
BuildRequires: neon-devel
|
||||
|
||||
@@ -35,6 +35,9 @@ make install DESTDIR=%{buildroot}
|
||||
%doc COPYING FAQ README.md THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Fri Apr 19 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- update to 0.15
|
||||
|
||||
* Mon Jan 30 2023 Joe Orton <jorton@redhat.com> - 0.14-1
|
||||
- update to 0.14
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
Name: nginx
|
||||
Epoch: 1
|
||||
Version: 1.24.0
|
||||
Version: 1.26.0
|
||||
Release: 100%{?dist}
|
||||
|
||||
Summary: A high performance web server and reverse proxy server
|
||||
@@ -636,6 +636,9 @@ fi
|
||||
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
|
||||
|
||||
%changelog
|
||||
* Sun May 12 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Update to 1.26 version.
|
||||
|
||||
* Mon Nov 6 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||
- Stream real ip module added.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: zabbix
|
||||
Version: 6.4.13
|
||||
Version: 6.4.15
|
||||
Release: %{?alphatag:%{?alphatag}.}release1%{?dist}
|
||||
Summary: The Enterprise-class open source monitoring solution
|
||||
Group: Applications/Internet
|
||||
@@ -1360,6 +1360,12 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po
|
||||
#
|
||||
|
||||
%changelog
|
||||
* Fri May 31 2024 Zabbix Packager <daniel.steiner@dsteiner.ch>
|
||||
- Version update to 6.4.15
|
||||
|
||||
* Wed Apr 24 2024 Zabbix Packager <daniel.steiner@dsteiner.ch>
|
||||
- Version update to 6.4.14
|
||||
|
||||
* Tue Mar 26 2024 Zabbix Packager <daniel.steiner@dsteiner.ch>
|
||||
- Version update to 6.4.13
|
||||
|
||||
|
||||
Reference in New Issue
Block a user