!6 Update to 1.7.2

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-04-17 06:53:01 +00:00 committed by Gitee
commit 873281b859
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 6 additions and 3 deletions

View File

@ -11,7 +11,7 @@ diff --git a/src/options.c b/src/options.c
index cea991f..9025914 100644
--- a/src/options.c
+++ b/src/options.c
@@ -288,7 +288,7 @@ cmd_help (void)
@@ -347,7 +347,7 @@
"\n\n"
, INFO_HELP_EXAMPLES, INFO_MORE_INFO, GO_WEBSITE
);

Binary file not shown.

BIN
goaccess-1.7.2.tar.gz Normal file

Binary file not shown.

View File

@ -5,8 +5,8 @@
%global build_ldflags %{build_ldflags} -flto
%endif
Name: goaccess
Version: 1.4.6
Release: 2
Version: 1.7.2
Release: 1
Summary: Real-time web log analyzer and interactive viewer
License: GPLv2+
URL: https://goaccess.io/
@ -48,6 +48,9 @@ sed -i '/-pthread/d' configure.ac
%{_mandir}/man1/%{name}.1*
%changelog
* Mon Apr 17 2023 liyanan <thistleslyn@163.com> - 1.7.2-1
- Update to 1.7.2
* Fri Oct 8 2021 baizhonggui <baizhonggui@huawei.com> - 1.4.6-2
- Fix goaccess -h/--help exit-code: 1 to 0