Accepting request 492632 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/492632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=98
This commit is contained in:
Dominique Leuenberger 2017-05-06 16:25:05 +00:00 committed by Git OBS Bridge
parent ffec47260a
commit 15d5bd65c7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 29 20:03:38 UTC 2017 - bwiedemann@suse.com
- call gzip -n to make build fully reproducible
-------------------------------------------------------------------
Mon Feb 20 09:52:38 UTC 2017 - astieger@suse.com

View File

@ -246,7 +246,7 @@ cp doc/examples/*.{c,h} %{buildroot}%{_docdir}/libgnutls-devel/examples/
# PNG files are replaced with the compressed files and that breaks
# deduplication, this is workaround
find %{buildroot}%{_datadir} -name '*.png' -exec gzip -9 {} +
find %{buildroot}%{_datadir} -name '*.png' -exec gzip -n -9 {} +
%fdupes -s %{buildroot}%{_datadir}
%find_lang libgnutls --all-name