From 73ab95117c9ecd7bb2371f6d81f195decb79a579b8259803db55722409174ba2 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 4 Apr 2022 07:42:02 +0000 Subject: [PATCH] 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 --- texlive.changes | 5 +++++ texlive.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/texlive.changes b/texlive.changes index 628d886..1f3676d 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 30 14:44:43 UTC 2022 - Bernhard Wiedemann + +- Use gzip -n for bit-reproducible builds + ------------------------------------------------------------------- Mon Mar 28 06:47:22 UTC 2022 - Dr. Werner Fink diff --git a/texlive.spec b/texlive.spec index 54078c3..21ec300 100644 --- a/texlive.spec +++ b/texlive.spec @@ -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