Hello community, here is the log from the commit of package texlive for openSUSE:Factory checked in at 2020-02-22 18:56:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive (Old) and /work/SRC/openSUSE:Factory/.texlive.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive" Sat Feb 22 18:56:56 2020 rev:63 rq:777662 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive/texlive.changes 2020-02-06 13:07:39.072317406 +0100 +++ /work/SRC/openSUSE:Factory/.texlive.new.26092/texlive.changes 2020-02-22 18:57:07.813254856 +0100 @@ -1,0 +2,5 @@ +Thu Feb 20 06:21:10 UTC 2020 - Dr. Werner Fink <[email protected]> + +- Switch also to user mktex in fmtutil script (boo#1159740) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive.spec ++++++ --- /var/tmp/diff_new_pack.EUJLSh/_old 2020-02-22 18:57:09.581258280 +0100 +++ /var/tmp/diff_new_pack.EUJLSh/_new 2020-02-22 18:57:09.581258280 +0100 @@ -1,7 +1,7 @@ # # spec file for package texlive # -# Copyright (c) 2020 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -1440,9 +1440,6 @@ Requires(pre): %{name}-filesystem Requires(pre): /usr/bin/getent Requires(pre): /usr/sbin/groupadd -%if 0%{?suse_version} >= 1330 -Requires(pre): user(nobody) -%endif Requires(post): %{name}-filesystem Requires(post): permissions Requires: %{name}-gsftopk-bin ++++++ source.dif ++++++ --- /var/tmp/diff_new_pack.EUJLSh/_old 2020-02-22 18:57:09.661258435 +0100 +++ /var/tmp/diff_new_pack.EUJLSh/_new 2020-02-22 18:57:09.661258435 +0100 @@ -723,7 +723,7 @@ } else { + my ($uid, $gid); $tmpdir = File::Temp::tempdir(CLEANUP => 1); -+ if ($> == 0 && ($uid=getpwnam("nobody")) && ($gid=getgrnam("mktex"))) { ++ if ($> == 0 && ($uid=getpwnam("mktex")) && ($gid=getgrnam("mktex"))) { + my $cnt = chown $uid, $gid, $tmpdir; + die "could not create directory $tmpdir" if $cnt <= 0; + $cnt = chmod 0770, $tmpdir;
