<86>Jul 26 08:30:18 userdel[4176529]: delete user 'rooter'
<86>Jul 26 08:30:18 userdel[4176529]: removed group 'rooter' owned by 'rooter'
<86>Jul 26 08:30:18 userdel[4176529]: removed shadow group 'rooter' owned by 'rooter'
<86>Jul 26 08:30:18 groupadd[4176534]: group added to /etc/group: name=rooter, GID=555
<86>Jul 26 08:30:18 groupadd[4176534]: group added to /etc/gshadow: name=rooter
<86>Jul 26 08:30:18 groupadd[4176534]: new group: name=rooter, GID=555
<86>Jul 26 08:30:18 useradd[4176538]: new user: name=rooter, UID=555, GID=555, home=/root, shell=/bin/bash
<86>Jul 26 08:30:18 userdel[4176545]: delete user 'builder'
<86>Jul 26 08:30:18 userdel[4176545]: removed group 'builder' owned by 'builder'
<86>Jul 26 08:30:18 userdel[4176545]: removed shadow group 'builder' owned by 'builder'
<86>Jul 26 08:30:18 groupadd[4176550]: group added to /etc/group: name=builder, GID=556
<86>Jul 26 08:30:18 groupadd[4176550]: group added to /etc/gshadow: name=builder
<86>Jul 26 08:30:18 groupadd[4176550]: new group: name=builder, GID=556
<86>Jul 26 08:30:18 useradd[4176554]: new user: name=builder, UID=556, GID=556, home=/usr/src, shell=/bin/bash
<13>Jul 26 08:30:21 rpmi: desktop-file-utils-0.23-alt2 sisyphus+226879.100.1.1 1554744356 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/fslint-2.44-alt1.nosrc.rpm
Installing fslint-2.44-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.6618
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf fslint-2.44
+ echo 'Source #0 (fslint-2.44.tar.gz):'
Source #0 (fslint-2.44.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/fslint-2.44.tar.gz
+ /bin/tar -xf -
+ cd fslint-2.44
+ /bin/chmod -c -Rf u+rwX,go-w .
+ /usr/bin/subst 's|fslint_icon.png|fslint_icon|g' fslint.desktop
+ /usr/bin/perl -pi -e 's|^liblocation=.*$|liblocation="/usr/share/fslint" #RPM edit|' fslint-gui
+ /usr/bin/perl -pi -e 's|^locale_base=.*$|locale_base=None #RPM edit|' fslint-gui
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.69020
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd fslint-2.44
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.69020
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/fslint-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/fslint-buildroot
+ cd fslint-2.44
+ install -Dpm 755 fslint-gui /usr/src/tmp/fslint-buildroot/usr/bin/fslint-gui
+ install -dm 755 /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/fstool /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/supprt
+ install -dm 755 /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/supprt/rmlint
+ install -dm 755 /usr/src/tmp/fslint-buildroot/usr/share/man/man1
+ install -pm 644 fslint.glade fslint_icon.png /usr/src/tmp/fslint-buildroot/usr/share/fslint
+ install -dm 755 /usr/src/tmp/fslint-buildroot/usr/share/pixmaps
+ ln -s /usr/share/fslint/fslint_icon.png /usr/src/tmp/fslint-buildroot/usr/share/pixmaps
+ install -pm 755 fslint/findbl fslint/finded fslint/findid fslint/findnl fslint/findns fslint/findrs fslint/findsn fslint/findtf fslint/findu8 fslint/findul fslint/findup fslint/fslint fslint/zipdir /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint
+ install -pm 755 fslint/fstool/dir_size fslint/fstool/dupwaste fslint/fstool/edu fslint/fstool/lS /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/fstool
+ install -pm 644 fslint/supprt/fslver /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/supprt
+ install -pm 755 fslint/supprt/getffl fslint/supprt/getffp fslint/supprt/getfpf /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/supprt
+ install -pm 755 fslint/supprt/rmlint/fix_ws.sh fslint/supprt/rmlint/fixdup fslint/supprt/rmlint/fixdup.sh fslint/supprt/rmlint/merge_hardlinks fslint/supprt/rmlint/view_ws.sh /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/supprt/rmlint
+ cp -a man/fslint-gui.1 man/fslint.1 /usr/src/tmp/fslint-buildroot/usr/share/man/man1/
+ make -C po DESTDIR=/usr/src/tmp/fslint-buildroot LOCALEDIR=/usr/share/locale install
make: Entering directory '/usr/src/RPM/BUILD/fslint-2.44/po'
for po in *.po; do \
	lingua=`basename $po .po` ; \
	msgfmt -c -o $lingua.mo $po ; \
	mkdir -p locale/$lingua/LC_MESSAGES/ ; \
	ln -f $lingua.mo locale/$lingua/LC_MESSAGES/fslint.mo ; \
done
ca.po:7: warning: header field 'Language' missing in header
cs.po:7: warning: header field 'Language' missing in header
da.po:9: warning: header field 'Language' missing in header
de.po:5: warning: header field 'Language' missing in header
el.po:7: warning: header field 'Language' missing in header
es.po:7: warning: header field 'Language' missing in header
fi.po:7: warning: header field 'Language' missing in header
fr.po:7: warning: header field 'Language' missing in header
ga.po:7: warning: header field 'Language' missing in header
gl.po:7: warning: header field 'Language' missing in header
he.po:7: warning: header field 'Language' missing in header
hu.po:7: warning: header field 'Language' missing in header
it.po:7: warning: header field 'Language' missing in header
ms.po:7: warning: header field 'Language' missing in header
nl.po:7: warning: header field 'Language' missing in header
pl.po:6: warning: header field 'Language' missing in header
pt.po:7: warning: header field 'Language' missing in header
ro.po:8: warning: header field 'Language' missing in header
ru.po:7: warning: header field 'Language' missing in header
sr.po:6: warning: header field 'Language' missing in header
sv.po:7: warning: header field 'Language' missing in header
tr.po:7: warning: header field 'Language' missing in header
vi.po:6: warning: header field 'Language' missing in header
zh_CN.po:6: warning: header field 'Language' missing in header
for mo in *.mo; do \
	lingua=`basename $mo .mo`; \
	ginstall -D --mode=644 $lingua.mo /usr/src/tmp/fslint-buildroot//usr/share/locale/$lingua/LC_MESSAGES/fslint.mo ; \
done
make: Leaving directory '/usr/src/RPM/BUILD/fslint-2.44/po'
+ desktop-file-install --vendor author --dir /usr/src/tmp/fslint-buildroot/usr/share/applications --mode 644 fslint.desktop
+ /usr/lib/rpm/find-lang fslint
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/fslint-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/fslint-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/fslint-buildroot/ (default)
Compressing files in /usr/src/tmp/fslint-buildroot (auto)
removed '/usr/src/tmp/fslint-buildroot/usr/share/man/man1/fslint.1'
'/usr/src/tmp/fslint-buildroot/usr/share/man/man1/fslint.1.xz' -> 'fslint-gui.1.xz'
Verifying ELF objects in /usr/src/tmp/fslint-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: fslint-2.44-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.56542
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd fslint-2.44
+ DOCDIR=/usr/src/tmp/fslint-buildroot/usr/share/doc/fslint-2.44
+ export DOCDIR
+ rm -rf /usr/src/tmp/fslint-buildroot/usr/share/doc/fslint-2.44
+ /bin/mkdir -p /usr/src/tmp/fslint-buildroot/usr/share/doc/fslint-2.44
+ cp -prL doc/FAQ doc/NEWS doc/README doc/TODO /usr/src/tmp/fslint-buildroot/usr/share/doc/fslint-2.44
+ chmod -R go-w /usr/src/tmp/fslint-buildroot/usr/share/doc/fslint-2.44
+ chmod -R a+rX /usr/src/tmp/fslint-buildroot/usr/share/doc/fslint-2.44
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fTnfQe
find-provides: absolute symbolic link /usr/src/tmp/fslint-buildroot/usr/share/pixmaps/fslint_icon.png -> /usr/share/fslint/fslint_icon.png is not going to provide anything
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zsmz3H
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
python.req: /usr/src/tmp/fslint-buildroot/usr/bin/fslint-gui: skipping sys
python.req: /usr/src/tmp/fslint-buildroot/usr/bin/fslint-gui: skipping errno
/usr/lib/rpm/python.req.py: /usr/src/tmp/fslint-buildroot/usr/bin/fslint-gui: line=40 IGNORE (for REQ=slight and deep=8) module=fslint
python.req: /usr/src/tmp/fslint-buildroot/usr/bin/fslint-gui: skipping signal
/usr/lib/rpm/python.req.py: /usr/src/tmp/fslint-buildroot/usr/bin/fslint-gui: line=1457 IGNORE (for REQ=slight and deep=15) module=urllib
/usr/lib/rpm/python.req.py: /usr/src/tmp/fslint-buildroot/usr/bin/fslint-gui: line=1572 IGNORE (for REQ=slight and deep=11) module=fnmatch
/usr/lib/rpm/python.req.py: /usr/src/tmp/fslint-buildroot/usr/bin/fslint-gui: line=1587 IGNORE (for REQ=slight and deep=15) module=operator
python.req: /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/fstool/dupwaste: skipping sys
python.req: /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/supprt/rmlint/fixdup: skipping sys
python.req: /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/supprt/rmlint/fixdup: skipping errno
python.req: /usr/src/tmp/fslint-buildroot/usr/share/fslint/fslint/supprt/rmlint/merge_hardlinks: skipping sys
find-requires: FINDPACKAGE-COMMANDS: Version cat check_uniq cmp cp cpio cut du find grep iconv ln mkdir mv python rm rmdir sed sort tr uniq xargs
Requires: python >= 2.0, cpio, python-module-pygtk, python-module-pygtk-libglade, /bin/bash, /bin/sh, /usr/bin/env, coreutils, diffutils, findutils, grep, iconv, python-base, python2.7(gettext), python2.7(gtk), python2.7(locale), python2.7(pipes), python2.7(tempfile), sed
Processing files: fslint-gnome-2.44-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.K9xsXE
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xj17O9
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: cat xdg-open
Requires: fslint, /bin/sh, coreutils, xdg-utils
Adding to fslint-gnome a strict dependency on fslint
Removing 2 extra deps from fslint-gnome due to repentancy on fslint
Wrote: /usr/src/RPM/RPMS/noarch/fslint-2.44-alt1.noarch.rpm
Wrote: /usr/src/RPM/RPMS/noarch/fslint-gnome-2.44-alt1.noarch.rpm
9.71user 4.95system 0:16.46elapsed 89%CPU (0avgtext+0avgdata 16936maxresident)k
0inputs+0outputs (0major+713321minor)pagefaults 0swaps
15.44user 9.97system 0:26.34elapsed 96%CPU (0avgtext+0avgdata 116888maxresident)k
0inputs+0outputs (0major+994661minor)pagefaults 0swaps
--- fslint-2.44-alt1.noarch.rpm.repo	2014-07-13 05:06:47.000000000 +0000
+++ fslint-2.44-alt1.noarch.rpm.hasher	2020-07-26 08:30:41.694627589 +0000
@@ -63,4 +63,4 @@
 /usr/share/locale/zh_CN/LC_MESSAGES/fslint.mo	100644	
-/usr/share/man/man1/fslint-gui.1.gz	100644	
-/usr/share/man/man1/fslint.1.gz	120777	fslint-gui.1.gz
+/usr/share/man/man1/fslint-gui.1.xz	100644	
+/usr/share/man/man1/fslint.1.xz	120777	fslint-gui.1.xz
 /usr/share/pixmaps/fslint_icon.png	120777	/usr/share/fslint/fslint_icon.png