From 7398ae04d0d8f51722ba2f9cf16c7ef18a5aab66 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 24 Dec 2019 14:54:21 +0800 Subject: [PATCH] modify --- iptraf-ng.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iptraf-ng.spec b/iptraf-ng.spec index 4572ffb..e787c48 100644 --- a/iptraf-ng.spec +++ b/iptraf-ng.spec @@ -51,7 +51,7 @@ CFLAGS="-g -O2 -Wall -W -std=gnu99 -Werror=format-security %{optflags}" \ # Delete files that are not in HTML or PNG format in Documentation. find Documentation -type f ! -name "*.html" \ -type f ! -name "*.png" \ - -type f ! -name "." \ + | grep -v '/stylesheet' \ | xargs rm -f install -D -m 0644 -p %{SOURCE1} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} @@ -74,5 +74,8 @@ install -d -m 0755 %{buildroot}/run/%{name}/ %{_mandir}/man8/*.8.gz %changelog +* Tue Dec 24 2019 openEuler Buildteam - 1.1.4-22 +- Fixes an issue where gif images were deleted by mistake + * Fri Aug 30 2019 openEuler Buildteam - 1.1.4-21 - Package init -- Gitee