<86>Dec 19 04:46:47 userdel[3170390]: delete user 'rooter' <86>Dec 19 04:46:48 groupadd[3170416]: group added to /etc/group: name=rooter, GID=1826 <86>Dec 19 04:46:48 groupadd[3170416]: group added to /etc/gshadow: name=rooter <86>Dec 19 04:46:48 groupadd[3170416]: new group: name=rooter, GID=1826 <86>Dec 19 04:46:48 useradd[3170441]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash, from=none <86>Dec 19 04:46:48 userdel[3170473]: delete user 'builder' <86>Dec 19 04:46:48 groupadd[3170497]: group added to /etc/group: name=builder, GID=1827 <86>Dec 19 04:46:48 groupadd[3170497]: group added to /etc/gshadow: name=builder <86>Dec 19 04:46:48 groupadd[3170497]: new group: name=builder, GID=1827 <86>Dec 19 04:46:48 useradd[3170529]: new user: name=builder, UID=1827, GID=1827, home=/usr/src, shell=/bin/bash, from=none <13>Dec 19 04:46:53 rpmi: libdb6.1_tcl-6.1.19-alt9 sisyphus+341085.100.1.1 1708361194 installed <13>Dec 19 04:46:53 rpmi: libdb6.1-6.1.19-alt9 sisyphus+341085.100.1.1 1708361194 installed <13>Dec 19 04:46:53 rpmi: libdb6.1-devel-6.1.19-alt9 sisyphus+341085.100.1.1 1708361194 installed <13>Dec 19 04:46:53 rpmi: libdb6.1_tcl-devel-6.1.19-alt9 sisyphus+341085.100.1.1 1708361194 installed <13>Dec 19 04:46:53 rpmi: autoconf-archive-2024.10.16-alt1 sisyphus+360704.100.1.1 1729860896 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/rulex-3.8.5-alt2.nosrc.rpm (w1.gzdio) Installing rulex-3.8.5-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.46305 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf rulex-3.8.5 + echo 'Source #0 (rulex-3.8.5.tar):' Source #0 (rulex-3.8.5.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/rulex-3.8.5.tar + cd rulex-3.8.5 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.46305 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rulex-3.8.5 + autoreconf -ifs libtoolize-default: putting auxiliary files in '.'. libtoolize-default: linking file './config.guess' libtoolize-default: linking file './config.sub' libtoolize-default: linking file './install-sh' libtoolize-default: linking file './ltmain.sh' libtoolize-default: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize-default: linking file 'm4/libtool.m4' libtoolize-default: linking file 'm4/ltoptions.m4' libtoolize-default: linking file 'm4/ltsugar.m4' libtoolize-default: linking file 'm4/ltversion.m4' libtoolize-default: linking file 'm4/lt~obsolete.m4' configure.ac:9: installing './compile' configure.ac:8: installing './missing' src/Makefile.am: installing './depcomp' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + configure_runstatedir_flags= + grep -qF runstatedir=DIR ./configure + configure_runstatedir_flags=--runstatedir=/var/run + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --runstatedir=/var/run --without-included-gettext --disable-static configure: WARNING: unrecognized options: --without-included-gettext checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to enable C11 features... none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... yes checking dependency style of x86_64-alt-linux-gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by x86_64-alt-linux-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-alt-linux-gnu file names to x86_64-alt-linux-gnu format... func_convert_file_noop checking how to convert x86_64-alt-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-alt-linux-file... no checking for file... file checking for x86_64-alt-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-alt-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-alt-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-alt-linux-strip... no checking for strip... strip checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from x86_64-alt-linux-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for x86_64-alt-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-alt-linux-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-alt-linux-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-alt-linux-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-alt-linux-gcc static flag -static works... no checking if x86_64-alt-linux-gcc supports -c -o file.o... yes checking if x86_64-alt-linux-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-alt-linux-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for x86_64-alt-linux-gcc... (cached) x86_64-alt-linux-gcc checking whether the compiler supports GNU C... (cached) yes checking whether x86_64-alt-linux-gcc accepts -g... (cached) yes checking for x86_64-alt-linux-gcc option to enable C11 features... (cached) none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-alt-linux-gcc... (cached) none checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking linker version script flag... --version-script checking if version scripts can use complex wildcards... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for stdio.h... (cached) yes checking for fcntl.h... yes checking for limits.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for Berkeley DB >= 5.1... header db.h, library -ldb checking for locale.h... yes checking for ctype.h... yes checking for setlocale... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating manpages/Makefile config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --without-included-gettext + make -j16 db make -e -C src lexholder make[1]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"RuLex\" -DPACKAGE_TARNAME=\"rulex\" -DPACKAGE_VERSION=\"3.8.5\" -DPACKAGE_STRING=\"RuLex\ 3.8.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rulex\" -DVERSION=\"3.8.5\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DDB_HEADER=\"db.h\" -I. -g -Wall -Wno-unused-result -O2 -c -o librulexdb_la-coder.lo `test -f 'coder.c' || echo './'`coder.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"RuLex\" -DPACKAGE_TARNAME=\"rulex\" -DPACKAGE_VERSION=\"3.8.5\" "-DPACKAGE_STRING=\"RuLex 3.8.5\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rulex\" -DVERSION=\"3.8.5\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DDB_HEADER=\"db.h\" -I. -g -Wall -Wno-unused-result -O2 -c coder.c -fPIC -DPIC -o .libs/librulexdb_la-coder.o make[1]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' x86_64-alt-linux-gcc -DPACKAGE_NAME=\"RuLex\" -DPACKAGE_TARNAME=\"rulex\" -DPACKAGE_VERSION=\"3.8.5\" -DPACKAGE_STRING=\"RuLex\ 3.8.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rulex\" -DVERSION=\"3.8.5\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DDB_HEADER=\"db.h\" -I. -g -Wall -Wno-unused-result -O2 -c -o lexholder.o lexholder.c make[1]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DPACKAGE_NAME=\"RuLex\" -DPACKAGE_TARNAME=\"rulex\" -DPACKAGE_VERSION=\"3.8.5\" -DPACKAGE_STRING=\"RuLex\ 3.8.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rulex\" -DVERSION=\"3.8.5\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DDB_HEADER=\"db.h\" -I. -g -Wall -Wno-unused-result -O2 -c -o librulexdb_la-lexdb.lo `test -f 'lexdb.c' || echo './'`lexdb.c libtool: compile: x86_64-alt-linux-gcc -DPACKAGE_NAME=\"RuLex\" -DPACKAGE_TARNAME=\"rulex\" -DPACKAGE_VERSION=\"3.8.5\" "-DPACKAGE_STRING=\"RuLex 3.8.5\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rulex\" -DVERSION=\"3.8.5\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DDB_HEADER=\"db.h\" -I. -g -Wall -Wno-unused-result -O2 -c lexdb.c -fPIC -DPIC -o .libs/librulexdb_la-lexdb.o make[1]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -g -Wall -Wno-unused-result -O2 -version-info 1:0:1 -Wl,--version-script,./rulex.vscript -o librulexdb.la -rpath /usr/lib64 librulexdb_la-coder.lo librulexdb_la-lexdb.lo -ldb libtool: link: x86_64-alt-linux-gcc -shared -fPIC -DPIC .libs/librulexdb_la-coder.o .libs/librulexdb_la-lexdb.o -ldb -g -O2 -Wl,--version-script -Wl,./rulex.vscript -Wl,-soname -Wl,librulexdb.so.0 -o .libs/librulexdb.so.0.1.0 libtool: link: (cd ".libs" && rm -f "librulexdb.so.0" && ln -s "librulexdb.so.0.1.0" "librulexdb.so.0") libtool: link: (cd ".libs" && rm -f "librulexdb.so" && ln -s "librulexdb.so.0.1.0" "librulexdb.so") libtool: link: ( cd ".libs" && rm -f "librulexdb.la" && ln -s "../librulexdb.la" "librulexdb.la" ) make[1]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' make[1]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -g -Wall -Wno-unused-result -O2 -o lexholder lexholder.o librulexdb.la libtool: link: x86_64-alt-linux-gcc -g -Wall -Wno-unused-result -O2 -o .libs/lexholder lexholder.o ./.libs/librulexdb.so make[1]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' make -e -C data all make[1]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/data' Inserting explicit dictionary: ../src/lexholder -f ./explicit.dict -X lexicon Total: 19752 records processed. 19752 records have been put into the database Inserting implicit dictionary: ../src/lexholder -f ./implicit.dict -M lexicon Total: 67096 records processed. 67096 records have been put into the database Inserting lexical classifiers: ../src/lexholder -f ./lexicon.rules -L lexicon Total: 101 records processed. 101 records have been put into the database Inserting general rules: ../src/lexholder -f ./general.rules -G lexicon Total: 85 records processed. 85 records have been put into the database Inserting prefix rules: ../src/lexholder -f ./prefix.rules -P lexicon Total: 24 records processed. 24 records have been put into the database Inserting correction rules: ../src/lexholder -f ./correction.rules -C lexicon Total: 18 records processed. 18 records have been put into the database make[1]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/data' + make -j16 lexholder make -e -C src lexholder make[1]: 'lexholder' is up to date. + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.29062 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/rulex-buildroot + : + /bin/rm -rf -- /usr/src/tmp/rulex-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd rulex-3.8.5 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/rulex-buildroot make: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5' Making install in src make[1]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' x86_64-alt-linux-gcc -DPACKAGE_NAME=\"RuLex\" -DPACKAGE_TARNAME=\"rulex\" -DPACKAGE_VERSION=\"3.8.5\" -DPACKAGE_STRING=\"RuLex\ 3.8.5\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rulex\" -DVERSION=\"3.8.5\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDIO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DDB_HEADER=\"db.h\" -I. -g -Wall -Wno-unused-result -O2 -c -o rulex.o rulex.c /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -g -Wall -Wno-unused-result -O2 -o rulex rulex.o librulexdb.la libtool: link: x86_64-alt-linux-gcc -g -Wall -Wno-unused-result -O2 -o .libs/rulex rulex.o ./.libs/librulexdb.so make[2]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' /usr/bin/mkdir -p '/usr/src/tmp/rulex-buildroot/usr/lib64' /bin/sh ../libtool --mode=install /usr/libexec/rpm-build/install -p librulexdb.la '/usr/src/tmp/rulex-buildroot/usr/lib64' libtool: install: /usr/libexec/rpm-build/install -p .libs/librulexdb.so.0.1.0 /usr/src/tmp/rulex-buildroot/usr/lib64/librulexdb.so.0.1.0 libtool: install: (cd /usr/src/tmp/rulex-buildroot/usr/lib64 && { ln -s -f librulexdb.so.0.1.0 librulexdb.so.0 || { rm -f librulexdb.so.0 && ln -s librulexdb.so.0.1.0 librulexdb.so.0; }; }) libtool: install: (cd /usr/src/tmp/rulex-buildroot/usr/lib64 && { ln -s -f librulexdb.so.0.1.0 librulexdb.so || { rm -f librulexdb.so && ln -s librulexdb.so.0.1.0 librulexdb.so; }; }) libtool: install: /usr/libexec/rpm-build/install -p .libs/librulexdb.lai /usr/src/tmp/rulex-buildroot/usr/lib64/librulexdb.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/usr/src/tmp/rulex-buildroot/usr/bin' /bin/sh ../libtool --mode=install /usr/libexec/rpm-build/install -p rulex lexholder '/usr/src/tmp/rulex-buildroot/usr/bin' libtool: warning: 'librulexdb.la' has not been installed in '/usr/lib64' libtool: install: /usr/libexec/rpm-build/install -p .libs/rulex /usr/src/tmp/rulex-buildroot/usr/bin/rulex libtool: warning: 'librulexdb.la' has not been installed in '/usr/lib64' libtool: install: /usr/libexec/rpm-build/install -p .libs/lexholder /usr/src/tmp/rulex-buildroot/usr/bin/lexholder make install-exec-hook make[3]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' cd /usr/src/tmp/rulex-buildroot/usr/bin && mv -f lexholder lexholder-ru make[3]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' /usr/bin/mkdir -p '/usr/src/tmp/rulex-buildroot/usr/include' /usr/libexec/rpm-build/install -p -m 644 lexdb.h '/usr/src/tmp/rulex-buildroot/usr/include' make[2]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/src' Making install in data make[1]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/data' make[2]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/data' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/tmp/rulex-buildroot/usr/share/freespeech' /usr/libexec/rpm-build/install -p -m 644 lexicon '/usr/src/tmp/rulex-buildroot/usr/share/freespeech' make install-data-hook make[3]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/data' cd /usr/src/tmp/rulex-buildroot/usr/share/freespeech && mv -f lexicon rulex.db make[3]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/data' make[2]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/data' make[1]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/data' Making install in manpages make[1]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/manpages' make[2]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5/manpages' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/tmp/rulex-buildroot/usr/share/man/man1' /usr/libexec/rpm-build/install -p -m 644 lexholder-ru.1 rulex.1 '/usr/src/tmp/rulex-buildroot/usr/share/man/man1' /usr/bin/mkdir -p '/usr/src/tmp/rulex-buildroot/usr/share/man/man3' /usr/libexec/rpm-build/install -p -m 644 rulexdb_classify.3 rulexdb_close.3 rulexdb_dataset_name.3 rulexdb_discard_dictionary.3 rulexdb_discard_ruleset.3 rulexdb_fetch_rule.3 rulexdb_lexbase.3 rulexdb_load_ruleset.3 rulexdb_open.3 rulexdb_remove_item.3 rulexdb_remove_rule.3 rulexdb_remove_this_item.3 rulexdb_retrieve_item.3 rulexdb_search.3 rulexdb_seq.3 rulexdb_subscribe_item.3 rulexdb_subscribe_rule.3 '/usr/src/tmp/rulex-buildroot/usr/share/man/man3' make[2]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/manpages' make[1]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5/manpages' make[1]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5' make[2]: Entering directory '/usr/src/RPM/BUILD/rulex-3.8.5' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/tmp/rulex-buildroot/usr/share/doc/rulex' /usr/libexec/rpm-build/install -p -m 644 README README.ru '/usr/src/tmp/rulex-buildroot/usr/share/doc/rulex' make[2]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5' make[1]: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5' make: Leaving directory '/usr/src/RPM/BUILD/rulex-3.8.5' + ln -s lexdb.h /usr/src/tmp/rulex-buildroot/usr/include/rulexdb.h + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/rulex-buildroot (auto) removed './usr/lib64/librulexdb.la' mode of './usr/lib64/librulexdb.so.0.1.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/rulex-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/rulex-buildroot/ (default) Compressing files in /usr/src/tmp/rulex-buildroot (auto) Adjusting library links in /usr/src/tmp/rulex-buildroot ./usr/lib64: (from :0) librulexdb.so.0 -> librulexdb.so.0.1.0 Verifying ELF objects in /usr/src/tmp/rulex-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/rulex-buildroot Processing files: librulex0-3.8.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CW3YAZ find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/rulex-buildroot/usr/lib64/librulexdb.so.0: 17 symbols, 15 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wjQoNS find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) warning: librulex0 provides another subpackage: rulex Provides: librulex = 3.8.5-alt2, rulex = 3.8.5-alt2, librulexdb.so.0()(64bit) = set:id370XarBE3YjvqJe9cgaQIiWNMXZCEZI9T6Pr, librulexdb.so.0(RULEX_0)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libdb-6.1.so()(64bit) >= set:pnWeZsmZ27, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vSLZPk Creating librulex0-debuginfo package Processing files: librulex-devel-3.8.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qXwU6a find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.05DNrS find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: rulex = 3.8.5-alt2, /usr/lib64/librulexdb.so.0.1.0, libdb6.1-devel Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GYtcwt Processing files: rulex-doc-3.8.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OW7CI1 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.avWKJk find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: rulex = 3.8.5-alt2 Processing files: rulex-utils-3.8.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.p8Eq2w find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Rwves4 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: rulex = 3.8.5-alt2, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), librulexdb.so.0()(64bit) >= set:id370XarBE3YjvqJe9cgaQIiWNMXZCEZI9T6Pr, librulexdb.so.0(RULEX_0)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gVI18l Creating rulex-utils-debuginfo package Processing files: librulex0-debuginfo-3.8.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2swZQc find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4kem1a find-requires: running scripts (debuginfo) Provides: debug64(librulexdb.so.0) Requires: librulex0 = 3.8.5-alt2, debug64(libc.so.6), debug64(libdb-6.1.so) Processing files: rulex-utils-debuginfo-3.8.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3jYGOx find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.q9dQNu find-requires: running scripts (debuginfo) Requires: rulex-utils = 3.8.5-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(librulexdb.so.0) Adding to librulex0-debuginfo a strict dependency on librulex0 Adding to rulex-utils-debuginfo a strict dependency on rulex-utils Adding to librulex-devel a strict dependency on librulex0 Adding to rulex-utils a strict dependency on librulex0 Adding to rulex-utils-debuginfo a strict dependency on librulex0-debuginfo Removing from rulex-utils-debuginfo 1 sources provided by librulex0-debuginfo warning: rulex-doc: non-strict dependency on librulex0 Removing 2 extra deps from librulex-devel due to dependency on librulex0 Removing 4 extra deps from rulex-utils due to dependency on librulex0 Removing 1 extra deps from rulex-utils-debuginfo due to dependency on librulex0-debuginfo Removing 4 extra deps from rulex-utils due to repentancy on librulex0 Removing 1 extra deps from rulex-utils-debuginfo due to repentancy on librulex0-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/librulex0-3.8.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/librulex-devel-3.8.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/noarch/rulex-doc-3.8.5-alt2.noarch.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/rulex-utils-3.8.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/librulex0-debuginfo-3.8.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/rulex-utils-debuginfo-3.8.5-alt2.x86_64.rpm (w2.lzdio) 7.88user 5.61system 0:26.28elapsed 51%CPU (0avgtext+0avgdata 38912maxresident)k 0inputs+0outputs (0major+1147913minor)pagefaults 0swaps 5.00user 3.00system 0:40.22elapsed 19%CPU (0avgtext+0avgdata 134932maxresident)k 2776inputs+0outputs (0major+195823minor)pagefaults 0swaps --- librulex0-3.8.5-alt2.x86_64.rpm.repo 2024-10-29 12:25:30.000000000 +0000 +++ librulex0-3.8.5-alt2.x86_64.rpm.hasher 2024-12-19 04:47:24.710329449 +0000 @@ -16,4 +16,4 @@ File: /usr/lib64/librulexdb.so.0 120777 root:root librulexdb.so.0.1.0 -File: /usr/lib64/librulexdb.so.0.1.0 100644 root:root 9038117e63670d7b6b884cdb16043f47 -File: /usr/share/freespeech/rulex.db 100644 root:root 2ef051da6070636f6376b3a3a1d2c87a -RPMIdentity: a1c44d2ccdd17fb542413587e8aa87334bee4530a100a3bd83d4a8cf84ea719056521759e56e97f3dc958df4af3b392b56f8c8f94847f39f6b21e6d1edc5f659 +File: /usr/lib64/librulexdb.so.0.1.0 100644 root:root 8b4e33ffe9a0431d59c9d586c521f0b4 +File: /usr/share/freespeech/rulex.db 100644 root:root efd7ed095a38cad1557a3fd5b6432c57 +RPMIdentity: db97107bd31e27302bd4a57b556c1dcd109059c43f1b971641623cc48dc3eaa6fe0d67565beef7f7a712d55056ed5378b39552cbb5d8b4626f38c2e325086c63 --- librulex0-debuginfo-3.8.5-alt2.x86_64.rpm.repo 2024-10-29 12:25:30.000000000 +0000 +++ librulex0-debuginfo-3.8.5-alt2.x86_64.rpm.hasher 2024-12-19 04:47:24.843332052 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/5f 40755 root:root -/usr/lib/debug/.build-id/5f/606e8485a2702dbf6219875dcc38ae17e3ce00 120777 root:root ../../../../lib64/librulexdb.so.0.1.0 -/usr/lib/debug/.build-id/5f/606e8485a2702dbf6219875dcc38ae17e3ce00.debug 120777 root:root ../../usr/lib64/librulexdb.so.0.1.0.debug +/usr/lib/debug/.build-id/a5 40755 root:root +/usr/lib/debug/.build-id/a5/23816b09c964571bfc3864a0603887d50b64eb 120777 root:root ../../../../lib64/librulexdb.so.0.1.0 +/usr/lib/debug/.build-id/a5/23816b09c964571bfc3864a0603887d50b64eb.debug 120777 root:root ../../usr/lib64/librulexdb.so.0.1.0.debug /usr/lib/debug/usr/lib64/librulexdb.so.0.1.0.debug 100644 root:root @@ -17,6 +17,6 @@ Provides: librulex0-debuginfo = 3.8.5-alt2:sisyphus+360444.600.3.1 -File: /usr/lib/debug/.build-id/5f 40755 root:root -File: /usr/lib/debug/.build-id/5f/606e8485a2702dbf6219875dcc38ae17e3ce00 120777 root:root ../../../../lib64/librulexdb.so.0.1.0 -File: /usr/lib/debug/.build-id/5f/606e8485a2702dbf6219875dcc38ae17e3ce00.debug 120777 root:root ../../usr/lib64/librulexdb.so.0.1.0.debug -File: /usr/lib/debug/usr/lib64/librulexdb.so.0.1.0.debug 100644 root:root 58a22704135dd6917187366d4840ba69 +File: /usr/lib/debug/.build-id/a5 40755 root:root +File: /usr/lib/debug/.build-id/a5/23816b09c964571bfc3864a0603887d50b64eb 120777 root:root ../../../../lib64/librulexdb.so.0.1.0 +File: /usr/lib/debug/.build-id/a5/23816b09c964571bfc3864a0603887d50b64eb.debug 120777 root:root ../../usr/lib64/librulexdb.so.0.1.0.debug +File: /usr/lib/debug/usr/lib64/librulexdb.so.0.1.0.debug 100644 root:root 1ed14bde3f6b958034625656c1817791 File: /usr/lib/debug/usr/lib64/librulexdb.so.0.debug 120777 root:root librulexdb.so.0.1.0.debug @@ -28,2 +28,2 @@ File: /usr/src/debug/rulex-3.8.5/src/lexdb.h 100644 root:root 19cf2b72edbda56a4cf4a98c2a76891e -RPMIdentity: b031c2c8cc5493a3f1f6c264b133707c70e4506ca12a69f96aa0e9430cb39f77ad740d1977426a1af80ea9757bcdc3d0c61c295ebff89e6bcefe65e93e461b28 +RPMIdentity: 2a3d583cbedfaa43949e349a50cebc998f9859d563ba3da8f5224ae39127ebc414ecc295f0458e56f30d291b78263d2b244508c684bef5ef8d199e704bf69a9a --- rulex-utils-3.8.5-alt2.x86_64.rpm.repo 2024-10-29 12:25:30.000000000 +0000 +++ rulex-utils-3.8.5-alt2.x86_64.rpm.hasher 2024-12-19 04:47:25.069336476 +0000 @@ -8,4 +8,4 @@ Provides: rulex-utils = 3.8.5-alt2:sisyphus+360444.600.3.1 -File: /usr/bin/lexholder-ru 100755 root:root a573cd0f8e7f244a1e5e9525660d0376 -File: /usr/bin/rulex 100755 root:root b78a95eb71cd57fa2b59e66270bf88ea -RPMIdentity: a2ee49f4fcc26c18ab6f0a89eae3e22dc215a8085d5087541c17d1e49f50077db6ffa31ff74518c579df7c6d64c73e81a5d2dc7a509d23f7de667d833173fe0f +File: /usr/bin/lexholder-ru 100755 root:root 34acde026a648a9d06629618764a11b0 +File: /usr/bin/rulex 100755 root:root 0adeee6c38b9538d79dae4eb324589e4 +RPMIdentity: b9d42208da862cf008c3109edd61e24ba2f93cfa270f5d56ff49ffacf6ab880eb8855af5ba222a3a4ba38676eb448bff07c80feee2b3e1194a62402839104df2 --- rulex-utils-debuginfo-3.8.5-alt2.x86_64.rpm.repo 2024-10-29 12:25:30.000000000 +0000 +++ rulex-utils-debuginfo-3.8.5-alt2.x86_64.rpm.hasher 2024-12-19 04:47:25.153338120 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/db 40755 root:root -/usr/lib/debug/.build-id/db/9941a0f77e09ba61e03c63d502a2ab4571ddb7 120777 root:root ../../../../bin/lexholder-ru -/usr/lib/debug/.build-id/db/9941a0f77e09ba61e03c63d502a2ab4571ddb7.debug 120777 root:root ../../usr/bin/lexholder-ru.debug -/usr/lib/debug/.build-id/e6 40755 root:root -/usr/lib/debug/.build-id/e6/8df8167c1bee6ee75d832d899317c8ac848445 120777 root:root ../../../../bin/rulex -/usr/lib/debug/.build-id/e6/8df8167c1bee6ee75d832d899317c8ac848445.debug 120777 root:root ../../usr/bin/rulex.debug +/usr/lib/debug/.build-id/2a 40755 root:root +/usr/lib/debug/.build-id/2a/6bf64616e8330a34de36a817de7143e2f474f4 120777 root:root ../../../../bin/rulex +/usr/lib/debug/.build-id/2a/6bf64616e8330a34de36a817de7143e2f474f4.debug 120777 root:root ../../usr/bin/rulex.debug +/usr/lib/debug/.build-id/96 40755 root:root +/usr/lib/debug/.build-id/96/9c84729e66775c8e1b7a6ea3cd2d7906ba87be 120777 root:root ../../../../bin/lexholder-ru +/usr/lib/debug/.build-id/96/9c84729e66775c8e1b7a6ea3cd2d7906ba87be.debug 120777 root:root ../../usr/bin/lexholder-ru.debug /usr/lib/debug/usr/bin/lexholder-ru.debug 100644 root:root @@ -17,10 +17,10 @@ Provides: rulex-utils-debuginfo = 3.8.5-alt2:sisyphus+360444.600.3.1 -File: /usr/lib/debug/.build-id/db 40755 root:root -File: /usr/lib/debug/.build-id/db/9941a0f77e09ba61e03c63d502a2ab4571ddb7 120777 root:root ../../../../bin/lexholder-ru -File: /usr/lib/debug/.build-id/db/9941a0f77e09ba61e03c63d502a2ab4571ddb7.debug 120777 root:root ../../usr/bin/lexholder-ru.debug -File: /usr/lib/debug/.build-id/e6 40755 root:root -File: /usr/lib/debug/.build-id/e6/8df8167c1bee6ee75d832d899317c8ac848445 120777 root:root ../../../../bin/rulex -File: /usr/lib/debug/.build-id/e6/8df8167c1bee6ee75d832d899317c8ac848445.debug 120777 root:root ../../usr/bin/rulex.debug -File: /usr/lib/debug/usr/bin/lexholder-ru.debug 100644 root:root 4a068f7daaa63c436b42472ec9bf9bd1 -File: /usr/lib/debug/usr/bin/rulex.debug 100644 root:root 29e1607d5f7338befcba6d367a097645 +File: /usr/lib/debug/.build-id/2a 40755 root:root +File: /usr/lib/debug/.build-id/2a/6bf64616e8330a34de36a817de7143e2f474f4 120777 root:root ../../../../bin/rulex +File: /usr/lib/debug/.build-id/2a/6bf64616e8330a34de36a817de7143e2f474f4.debug 120777 root:root ../../usr/bin/rulex.debug +File: /usr/lib/debug/.build-id/96 40755 root:root +File: /usr/lib/debug/.build-id/96/9c84729e66775c8e1b7a6ea3cd2d7906ba87be 120777 root:root ../../../../bin/lexholder-ru +File: /usr/lib/debug/.build-id/96/9c84729e66775c8e1b7a6ea3cd2d7906ba87be.debug 120777 root:root ../../usr/bin/lexholder-ru.debug +File: /usr/lib/debug/usr/bin/lexholder-ru.debug 100644 root:root fd68d8d1e2f6e30878e2ee6548df263b +File: /usr/lib/debug/usr/bin/rulex.debug 100644 root:root b5983fa24bf4ad153e32b808aac02733 File: /usr/src/debug/rulex-3.8.5 40755 root:root @@ -29,2 +29,2 @@ File: /usr/src/debug/rulex-3.8.5/src/rulex.c 100644 root:root c3efec5c4dbbd62cb6da8fd92074ddb1 -RPMIdentity: bae188c9300eb24e9756378caa0061bf662b873a9a5ca3c17f3a2c676a5ded7e2f6fb24c56ceb586b561508475958a75b0d5bd03b806f5bd7a4cc55e8bfe3249 +RPMIdentity: ccb832817f6d66d345ea6c850c31bf7a354ddb8c97a89cd5adcdb3013500ee27186ef97c71a076958a4d73be76e33c57e746e03154fd19a063100010fac07553