!1 Fixes an issue where images were deleted by mistake.

Merge pull request !1 from openeuler-net/lwdev
This commit is contained in:
openeuler-ci-bot 2019-12-25 10:22:03 +08:00 committed by Gitee
commit 4d018e3406

View File

@ -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 <buildteam@openeuler.org> - 1.1.4-22
- Fixes an issue where gif images were deleted by mistake
* Fri Aug 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.4-21
- Package init