Accepting request 966045 from home:bmwiedemann:branches:Publishing:TeXLive

Use gzip -n for bit-reproducible builds

OBS-URL: https://build.opensuse.org/request/show/966045
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=405
This commit is contained in:
Dr. Werner Fink 2022-04-04 07:42:02 +00:00 committed by Git OBS Bridge
parent c066389961
commit 73ab95117c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 30 14:44:43 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
- Use gzip -n for bit-reproducible builds
-------------------------------------------------------------------
Mon Mar 28 06:47:22 UTC 2022 - Dr. Werner Fink <werner@suse.de>

View File

@ -4275,7 +4275,7 @@ popd
%perl_gen_filelist
pushd blib
install -m 0644 bindoc/biber.1 %{buildroot}%{_mandir}/man1/
gzip %{buildroot}%{_mandir}/man1/biber.1
gzip -n %{buildroot}%{_mandir}/man1/biber.1
popd
sed -ri '\@/usr/(share|bin)/.*@d' texlive.files
popd