<86>Apr 16 08:56:04 userdel[1077657]: delete user 'rooter'
<86>Apr 16 08:56:04 userdel[1077657]: removed group 'rooter' owned by 'rooter'
<86>Apr 16 08:56:04 userdel[1077657]: removed shadow group 'rooter' owned by 'rooter'
<86>Apr 16 08:56:04 groupadd[1077662]: group added to /etc/group: name=rooter, GID=645
<86>Apr 16 08:56:04 groupadd[1077662]: group added to /etc/gshadow: name=rooter
<86>Apr 16 08:56:04 groupadd[1077662]: new group: name=rooter, GID=645
<86>Apr 16 08:56:04 useradd[1077666]: new user: name=rooter, UID=645, GID=645, home=/root, shell=/bin/bash
<86>Apr 16 08:56:04 userdel[1077672]: delete user 'builder'
<86>Apr 16 08:56:04 userdel[1077672]: removed group 'builder' owned by 'builder'
<86>Apr 16 08:56:04 userdel[1077672]: removed shadow group 'builder' owned by 'builder'
<86>Apr 16 08:56:04 groupadd[1077677]: group added to /etc/group: name=builder, GID=646
<86>Apr 16 08:56:04 groupadd[1077677]: group added to /etc/gshadow: name=builder
<86>Apr 16 08:56:04 groupadd[1077677]: new group: name=builder, GID=646
<86>Apr 16 08:56:04 useradd[1077681]: new user: name=builder, UID=646, GID=646, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/libjsw-1.5.6-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
warning: user igor does not exist - using root
warning: group igor does not exist - using root
<13>Apr 16 08:56:06 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+262033.600.7.2 1607340230 installed
<13>Apr 16 08:56:06 rpmi: libstdc++10-devel-10.2.1-alt3 sisyphus+267829.100.1.1 1615808579 installed
<13>Apr 16 08:56:07 rpmi: gcc10-c++-10.2.1-alt3 sisyphus+267829.100.1.1 1615808579 installed
<13>Apr 16 08:56:07 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607516810 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/libjsw-1.5.6-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing libjsw-1.5.6-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9740
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libjsw-1.5.6
+ echo 'Source #0 (libjsw-1.5.6.tar.bz2):'
Source #0 (libjsw-1.5.6.tar.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/libjsw-1.5.6.tar.bz2
+ /bin/tar -xf -
+ cd libjsw-1.5.6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (libjsw-gcc4.patch):'
Patch #0 (libjsw-gcc4.patch):
+ /usr/bin/patch -p0
patching file libjsw/forcefeedback.c
patching file libjsw/Makefile.Linux
patching file jscalibrator/Makefile.Linux
+ DIRS='jscalibrator libjsw'
+ for DIR in $DIRS
+ subst 's|^PREFIX = /usr|PREFIX = \$(RPM_BUILD_ROOT)/usr|g' jscalibrator/Makefile
+ subst 's|^CFLAGS = [^\\]*|CFLAGS = \$(RPM_OPT_FLAGS) -fPIC|g' jscalibrator/Makefile.Linux
+ for DIR in $DIRS
+ subst 's|^PREFIX = /usr|PREFIX = \$(RPM_BUILD_ROOT)/usr|g' libjsw/Makefile
+ subst 's|^CFLAGS = [^\\]*|CFLAGS = \$(RPM_OPT_FLAGS) -fPIC|g' libjsw/Makefile.Linux
+ subst 's|^LIB_DIRS =|LIB_DIRS = -L../libjsw|g' jscalibrator/Makefile
+ subst 's|<jsw.h>|"../include/jsw.h"|' jscalibrator/jc.c jscalibrator/jc.h jscalibrator/jccalib.c jscalibrator/jccb.c jscalibrator/jcdraw.c jscalibrator/jcfile.c jscalibrator/jchelp.c jscalibrator/jcjsprops.c jscalibrator/jcjsprops.h jscalibrator/jcwidgets.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.9740
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libjsw-1.5.6
+ cd libjsw
+ make -f Makefile.Linux
make: Entering directory '/usr/src/RPM/BUILD/libjsw-1.5.6/libjsw'
Building library "libjsw.so.1.5.6"...
Compiling module axisio.o
Compiling module attributes.o
Compiling module buttonio.o
Compiling module calibrationfio.o
Compiling module forcefeedback.o
Compiling module main.o
Compiling module utils.o
Compiling module fio.o
<command-line>: warning: "__cplusplus" redefined
<built-in>: note: this is the location of the previous definition
Compiling module disk.o
<command-line>: warning: "__cplusplus" redefined
<built-in>: note: this is the location of the previous definition
disk.cpp: In function 'char* PrefixPaths(const char*, const char*)':
disk.cpp:977:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
  977 |   return("/");
      |             ^
In file included from /usr/include/string.h:532,
                 from disk.cpp:3:
In function 'char* strncat(char*, const char*, size_t)',
    inlined from 'char* PathSubHome(const char*)' at disk.cpp:446:11:
/usr/include/bits/string_fortified.h:122:34: warning: 'char* __builtin___strncat_chk(char*, const char*, unsigned int, unsigned int)' specified bound 4096 equals destination size [-Wstringop-overflow=]
  122 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'char* strncpy(char*, const char*, size_t)',
    inlined from 'char* ChangeDirRel(const char*, const char*)' at disk.cpp:852:9:
/usr/include/bits/string_fortified.h:91:34: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
disk.cpp: In function 'char* ChangeDirRel(const char*, const char*)':
disk.cpp:80:47: note: length computed here
   80 | #define STRLEN(s) (((s) != NULL) ? (int)strlen(s) : 0)
      |                                         ~~~~~~^~~
disk.cpp:847:8: note: in expansion of macro 'STRLEN'
  847 |  len = STRLEN(s);
      |        ^~~~~~
In file included from /usr/include/string.h:532,
                 from disk.cpp:3:
In function 'char* strncpy(char*, const char*, size_t)',
    inlined from 'char* ChangeDirRel(const char*, const char*)' at disk.cpp:832:10:
/usr/include/bits/string_fortified.h:91:34: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
disk.cpp: In function 'char* ChangeDirRel(const char*, const char*)':
disk.cpp:80:47: note: length computed here
   80 | #define STRLEN(s) (((s) != NULL) ? (int)strlen(s) : 0)
      |                                         ~~~~~~^~~
disk.cpp:827:9: note: in expansion of macro 'STRLEN'
  827 |   len = STRLEN(npath);
      |         ^~~~~~
In file included from /usr/include/string.h:532,
                 from disk.cpp:3:
In function 'char* strncpy(char*, const char*, size_t)',
    inlined from 'char* ChangeDirRel(const char*, const char*)' at disk.cpp:766:10:
/usr/include/bits/string_fortified.h:91:34: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
   91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
disk.cpp: In function 'char* ChangeDirRel(const char*, const char*)':
disk.cpp:80:47: note: length computed here
   80 | #define STRLEN(s) (((s) != NULL) ? (int)strlen(s) : 0)
      |                                         ~~~~~~^~~
disk.cpp:761:9: note: in expansion of macro 'STRLEN'
  761 |   len = STRLEN(cpath);
      |         ^~~~~~
Compiling module string.o
<command-line>: warning: "__cplusplus" redefined
<built-in>: note: this is the location of the previous definition
string.cpp: In function 'void straddflag(char*, const char*, char, int)':
string.cpp:783:13: warning: variable 'flag_len' set but not used [-Wunused-but-set-variable]
  783 |  int s_len, flag_len;
      |             ^~~~~~~~
string.cpp: In function 'char* StringGetNetArgument(const char*)':
string.cpp:1508:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 1508 |      return("");
      |               ^
string.cpp:1522:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 1522 |  return("");
      |           ^
string.cpp: In function 'char* StringCurrentTimeFormat(const char*)':
string.cpp:1545:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 1545 |      return("");
      |               ^
string.cpp:1547:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 1547 |      return("");
      |               ^
string.cpp:1553:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 1553 |      return("");
      |               ^
Linking modules...   180K libjsw.so.1.5.6
Build done.
To install, type "su" (to gain root privileges) and then type "make install".
make: Leaving directory '/usr/src/RPM/BUILD/libjsw-1.5.6/libjsw'
+ cd -
/usr/src/RPM/BUILD/libjsw-1.5.6
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.74395
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libjsw-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libjsw-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd libjsw-1.5.6
+ cd libjsw
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/libjsw-buildroot/usr exec_prefix=/usr/src/tmp/libjsw-buildroot/usr bindir=/usr/src/tmp/libjsw-buildroot/usr/bin sbindir=/usr/src/tmp/libjsw-buildroot/usr/sbin sysconfdir=/usr/src/tmp/libjsw-buildroot/etc datadir=/usr/src/tmp/libjsw-buildroot/usr/share includedir=/usr/src/tmp/libjsw-buildroot/usr/include libdir=/usr/src/tmp/libjsw-buildroot/usr/lib libexecdir=/usr/src/tmp/libjsw-buildroot/usr/lib localstatedir=/usr/src/tmp/libjsw-buildroot/var/lib sharedstatedir=/usr/src/tmp/libjsw-buildroot/var/lib mandir=/usr/src/tmp/libjsw-buildroot/usr/share/man infodir=/usr/src/tmp/libjsw-buildroot/usr/share/info install JSW_MAN_DIR=/usr/src/tmp/libjsw-buildroot/usr/share/man/man3 JSW_LIB_DIR=/usr/src/tmp/libjsw-buildroot/usr/lib
make: Entering directory '/usr/src/RPM/BUILD/libjsw-1.5.6/libjsw'
Installing "libjsw"...
Installing libjsw.so.1.5.6 -> /usr/src/tmp/libjsw-buildroot/usr/lib
WARNING: strip is called in %install by 'install -s' (ignored)
Installing jsw.h -> /usr/src/tmp/libjsw-buildroot/usr/include
Installing manual pages -> /usr/src/tmp/libjsw-buildroot/usr/share/man/man3
make: ldconfig: No such file or directory
make: [Makefile:188: postinstall] Error 127 (ignored)
Install done.
-------------------------------------------------------------------------
Library libjsw installed in:
 
        /usr/src/tmp/libjsw-buildroot/usr/lib
 
Header files are installed in:
 
        /usr/src/tmp/libjsw-buildroot/usr/include
 
Manual pages installed in:
 
        /usr/src/tmp/libjsw-buildroot/usr/share/man/man3
 
To link your programs to this library add -ljsw to the compiler
command.
 
To learn about the libjsw api, type "man JSIntro"
 
IMPORTANT: Read README if upgrading from version 1.4.x to 1.5.x!!
 
make: Leaving directory '/usr/src/RPM/BUILD/libjsw-1.5.6/libjsw'
+ cd -
/usr/src/RPM/BUILD/libjsw-1.5.6
+ rm -f /usr/src/tmp/libjsw-buildroot/usr/share/man/man1/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libjsw-buildroot (auto)
mode of './usr/lib/libjsw.so.1.5.6' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libjsw-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/libjsw-buildroot/ (default)
Compressing files in /usr/src/tmp/libjsw-buildroot (auto)
Adjusting library links in /usr/src/tmp/libjsw-buildroot
./usr/lib: (from <cmdline>:0)
	libjsw.so.1.5.6 -> libjsw.so.1.5.6
Verifying ELF objects in /usr/src/tmp/libjsw-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib/libjsw.so.1.5.6: uses non-LFS functions: __fxstat __lxstat __xstat fcntl fopen open readdir
Hardlinking identical .pyc and .pyo files
Processing files: libjsw-1.5.6-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.82667
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libjsw-1.5.6
+ DOCDIR=/usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6
+ export DOCDIR
+ rm -rf /usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6
+ /bin/mkdir -p /usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6
+ cp -prL AUTHORS LICENSE README jswdemos /usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6
+ chmod -R go-w /usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6
+ chmod -R a+rX /usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.toG1pe
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/libjsw-buildroot/usr/lib/libjsw.so.1.5.6: 95 symbols, 17 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CaIhOd
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libjsw.so, libjsw.so.1.5.6 = set:kdZC6I2eXDj3kCHgV3ZwSlyb5VI9tSnxGMdBeZiGMlTheVRfrAOzc6JZizX17INM4lBWYBZkcSGZJ4uc1uaHGqZ1vCZutZqXYJE0Z9NFfO1ohsT2sUYPSAsgSHwlG1GlfAwyOGZ8Rvp5q7tp9bkh0XEclF9cZ7tn6t4OJ90v0nykGkMZkCp5JSb9iIJW2DZlZC12
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S4PAsd
Creating libjsw-debuginfo package
Processing files: libjsw-devel-1.5.6-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.r75F9b
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.897Mbf
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libjsw = 1.5.6, glibc-kernheaders-generic
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rZNywe
Processing files: libjsw-debuginfo-1.5.6-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tteNuc
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dL6Fpe
find-requires: running scripts (debuginfo)
Provides: debug(libjsw.so.1.5.6)
Requires: libjsw = 1.5.6-alt1.qa1, debug(libc.so.6)
Adding to libjsw-devel a strict dependency on libjsw
Wrote: /usr/src/RPM/RPMS/i586/libjsw-1.5.6-alt1.qa1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libjsw-devel-1.5.6-alt1.qa1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libjsw-debuginfo-1.5.6-alt1.qa1.i586.rpm (w2.lzdio)
4.95user 1.11system 0:12.97elapsed 46%CPU (0avgtext+0avgdata 29612maxresident)k
0inputs+0outputs (0major+331457minor)pagefaults 0swaps
/.out/libjsw-1.5.6-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/libjsw-devel-1.5.6-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/libjsw-debuginfo-1.5.6-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
9.65user 3.60system 0:20.26elapsed 65%CPU (0avgtext+0avgdata 109712maxresident)k
0inputs+0outputs (0major+636901minor)pagefaults 0swaps
--- libjsw-1.5.6-alt1.qa1.i586.rpm.repo	2010-11-25 12:57:39.000000000 +0000
+++ libjsw-1.5.6-alt1.qa1.i586.rpm.hasher	2021-04-16 08:56:22.486727608 +0000
@@ -17,2 +17,3 @@
 Requires: libc.so.6(GLIBC_2.1.3)  
+Requires: libc.so.6(GLIBC_2.28)  
 Requires: libc.so.6(GLIBC_2.3.4)  
error: open of /archive/repo/sisyphus/task/_263/270024/files/i586/RPMS/libjsw-debuginfo-1.5.6-alt1.qa1.i586.rpm failed: No such file or directory
--- libjsw-devel-1.5.6-alt1.qa1.i586.rpm.repo	2010-11-25 12:57:39.000000000 +0000
+++ libjsw-devel-1.5.6-alt1.qa1.i586.rpm.hasher	2021-04-16 08:56:22.525727317 +0000
@@ -1,19 +1,21 @@
 /usr/include/jsw.h	100644	
-/usr/share/man/man3/JSClose.3.gz	100644	
-/usr/share/man/man3/JSDriverQueryVersion.3.gz	100644	
-/usr/share/man/man3/JSDriverVersion.3.gz	100644	
-/usr/share/man/man3/JSFreeAttributesList.3.gz	100644	
-/usr/share/man/man3/JSGetAttributesList.3.gz	100644	
-/usr/share/man/man3/JSGetAxisCoeff.3.gz	100644	
-/usr/share/man/man3/JSGetAxisCoeffNZ.3.gz	100644	
-/usr/share/man/man3/JSGetButtonState.3.gz	100644	
-/usr/share/man/man3/JSInit.3.gz	100644	
-/usr/share/man/man3/JSIntro.3.gz	100644	
-/usr/share/man/man3/JSIsAxisAllocated.3.gz	100644	
-/usr/share/man/man3/JSIsButtonAllocated.3.gz	100644	
-/usr/share/man/man3/JSLoadCalibrationUNIX.3.gz	100644	
-/usr/share/man/man3/JSLoadDeviceNamesUNIX.3.gz	100644	
-/usr/share/man/man3/JSResetAllAxisTolorance.3.gz	100644	
-/usr/share/man/man3/JSUpdate.3.gz	100644	
+/usr/share/man/man3/JSClose.3.xz	100644	
+/usr/share/man/man3/JSDriverQueryVersion.3.xz	100644	
+/usr/share/man/man3/JSDriverVersion.3.xz	100644	
+/usr/share/man/man3/JSFreeAttributesList.3.xz	100644	
+/usr/share/man/man3/JSGetAttributesList.3.xz	100644	
+/usr/share/man/man3/JSGetAxisCoeff.3.xz	100644	
+/usr/share/man/man3/JSGetAxisCoeffNZ.3.xz	100644	
+/usr/share/man/man3/JSGetButtonState.3.xz	100644	
+/usr/share/man/man3/JSInit.3.xz	100644	
+/usr/share/man/man3/JSIntro.3.xz	100644	
+/usr/share/man/man3/JSIsAxisAllocated.3.xz	100644	
+/usr/share/man/man3/JSIsButtonAllocated.3.xz	100644	
+/usr/share/man/man3/JSLoadCalibrationUNIX.3.xz	100644	
+/usr/share/man/man3/JSLoadDeviceNamesUNIX.3.xz	100644	
+/usr/share/man/man3/JSResetAllAxisTolorance.3.xz	100644	
+/usr/share/man/man3/JSUpdate.3.xz	100644	
 Requires: libjsw = 1.5.6
+Requires: glibc-kernheaders-generic  
+Requires: libjsw = 1.5.6-alt1.qa1
 Requires: rpmlib(PayloadIsLzma)