<86>Nov  5 09:47:46 userdel[261539]: delete user 'rooter'
<86>Nov  5 09:47:46 userdel[261539]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov  5 09:47:46 groupadd[261570]: group added to /etc/group: name=rooter, GID=1841
<86>Nov  5 09:47:46 groupadd[261570]: group added to /etc/gshadow: name=rooter
<86>Nov  5 09:47:46 groupadd[261570]: new group: name=rooter, GID=1841
<86>Nov  5 09:47:46 useradd[261591]: new user: name=rooter, UID=1841, GID=1841, home=/root, shell=/bin/bash
<86>Nov  5 09:47:46 userdel[261604]: delete user 'builder'
<86>Nov  5 09:47:46 userdel[261604]: removed group 'builder' owned by 'builder'
<86>Nov  5 09:47:46 userdel[261604]: removed shadow group 'builder' owned by 'builder'
<86>Nov  5 09:47:46 groupadd[261623]: group added to /etc/group: name=builder, GID=1842
<86>Nov  5 09:47:46 groupadd[261623]: group added to /etc/gshadow: name=builder
<86>Nov  5 09:47:46 groupadd[261623]: new group: name=builder, GID=1842
<86>Nov  5 09:47:46 useradd[261641]: new user: name=builder, UID=1842, GID=1842, home=/usr/src, shell=/bin/bash
<13>Nov  5 09:47:51 rpmi: libselinux-devel-1:3.1-alt1 p9+257413.200.9.1 1610355512 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/libaltselinux-0.1.0-alt1.nosrc.rpm (w1.gzdio)
Installing libaltselinux-0.1.0-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.54067
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libaltselinux-0.1.0
+ echo 'Source #0 (libaltselinux-0.1.0.tar):'
Source #0 (libaltselinux-0.1.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/libaltselinux-0.1.0.tar
+ cd libaltselinux-0.1.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.20842
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libaltselinux-0.1.0
+ autoreconf -fisv
autoreconf-default: Entering directory `.'
autoreconf-default: configure.ac: not using Gettext
autoreconf-default: running: aclocal --force 
autoreconf-default: configure.ac: tracing
autoreconf-default: running: libtoolize --force --install
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: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize-default: and rerunning libtoolize-default and aclocal.
libtoolize-default: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf-default: configure.ac: not using Intltool
autoreconf-default: configure.ac: not using gtk-doc
autoreconf-default: running: /usr/bin/autoconf-2.60 --force
autoreconf-default: running: /usr/bin/autoheader-2.60 --force
autoreconf-default: running: automake --add-missing --force-missing
configure.ac:6: installing './ar-lib'
configure.ac:6: installing './compile'
configure.ac:2: installing './missing'
src/Makefile.am: installing './depcomp'
autoreconf-default: Leaving directory `.'
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2'
++ 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 find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ xargs -ri dirname -- '{}'
+ sort -u
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ ./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 --without-included-gettext
configure: WARNING: unrecognized options: --without-included-gettext
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
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 we are using the GNU C compiler... yes
checking whether x86_64-alt-linux-gcc accepts -g... yes
checking for x86_64-alt-linux-gcc option to accept ISO C89... 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 x86_64-alt-linux-ar... no
checking for x86_64-alt-linux-lib... no
checking for x86_64-alt-linux-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for x86_64-alt-linux-gcc... (cached) x86_64-alt-linux-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-alt-linux-gcc accepts -g... (cached) yes
checking for x86_64-alt-linux-gcc option to accept ISO C89... (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 build system type... x86_64-alt-linux-gnu
checking host system type... x86_64-alt-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /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-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... 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... /bin/dd
checking how to truncate binary pipes... /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 how to run the C preprocessor... x86_64-alt-linux-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.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... 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 config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --without-included-gettext
+ make -j16
make  all-recursive
Making all in src
make[2]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..     -pipe -frecord-gcc-switches -Wall -g -O2 -c -o altselinux.lo altselinux.c
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -c altselinux.c  -fPIC -DPIC -o .libs/altselinux.o
libtool: compile:  x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -c altselinux.c -o altselinux.o >/dev/null 2>&1
make[2]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-alt-linux-gcc  -pipe -frecord-gcc-switches -Wall -g -O2   -o libaltselinux.la -rpath /usr/lib64 altselinux.lo -lselinux 
libtool: link: x86_64-alt-linux-gcc -shared  -fPIC -DPIC  .libs/altselinux.o   -lselinux  -g -O2   -Wl,-soname -Wl,libaltselinux.so.0 -o .libs/libaltselinux.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libaltselinux.so.0" && ln -s "libaltselinux.so.0.0.0" "libaltselinux.so.0")
libtool: link: (cd ".libs" && rm -f "libaltselinux.so" && ln -s "libaltselinux.so.0.0.0" "libaltselinux.so")
libtool: link: ar cr .libs/libaltselinux.a  altselinux.o
libtool: link: ranlib .libs/libaltselinux.a
libtool: link: ( cd ".libs" && rm -f "libaltselinux.la" && ln -s "../libaltselinux.la" "libaltselinux.la" )
make[2]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.28113
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libaltselinux-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libaltselinux-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd libaltselinux-0.1.0
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/libaltselinux-buildroot
make: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
Making install in src
make[1]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
 /bin/mkdir -p '/usr/src/tmp/libaltselinux-buildroot/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/libexec/rpm-build/install -p   libaltselinux.la '/usr/src/tmp/libaltselinux-buildroot/usr/lib64'
libtool: install: /usr/libexec/rpm-build/install -p .libs/libaltselinux.so.0.0.0 /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.so.0.0.0
libtool: install: (cd /usr/src/tmp/libaltselinux-buildroot/usr/lib64 && { ln -s -f libaltselinux.so.0.0.0 libaltselinux.so.0 || { rm -f libaltselinux.so.0 && ln -s libaltselinux.so.0.0.0 libaltselinux.so.0; }; })
libtool: install: (cd /usr/src/tmp/libaltselinux-buildroot/usr/lib64 && { ln -s -f libaltselinux.so.0.0.0 libaltselinux.so || { rm -f libaltselinux.so && ln -s libaltselinux.so.0.0.0 libaltselinux.so; }; })
libtool: install: /usr/libexec/rpm-build/install -p .libs/libaltselinux.lai /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.la
libtool: install: /usr/libexec/rpm-build/install -p .libs/libaltselinux.a /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.a
libtool: install: chmod 644 /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.a
libtool: install: ranlib /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.a
libtool: warning: remember to run 'libtool --finish /usr/lib64'
 /bin/mkdir -p '/usr/src/tmp/libaltselinux-buildroot/usr/include'
 /usr/libexec/rpm-build/install -p -m 644 altselinux.h '/usr/src/tmp/libaltselinux-buildroot/usr/include'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
make[2]: Entering directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
make: Leaving directory '/usr/src/RPM/BUILD/libaltselinux-0.1.0'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libaltselinux-buildroot (auto)
removed './usr/lib64/libaltselinux.la'
mode of './usr/lib64/libaltselinux.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libaltselinux-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/libaltselinux-buildroot/ (default)
Compressing files in /usr/src/tmp/libaltselinux-buildroot (auto)
Adjusting library links in /usr/src/tmp/libaltselinux-buildroot
./usr/lib64:
	libaltselinux.so.0 -> libaltselinux.so.0.0.0
Verifying ELF objects in /usr/src/tmp/libaltselinux-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: libaltselinux-0.1.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.656wKz
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/libaltselinux-buildroot/usr/lib64/libaltselinux.so.0: 6 symbols, 13 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KtbcR3
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libaltselinux.so.0()(64bit) = set:gdlQowSaq5dSZE
Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libselinux.so.1()(64bit) >= set:li9ZhY8OBmp1GL4lyRi, libselinux.so.1(LIBSELINUX_1.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.Yx24RE
Creating libaltselinux-debuginfo package
Processing files: libaltselinux-devel-0.1.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qNcpLj
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.UlWgA2
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libaltselinux = 0.1.0-alt1, /usr/lib64/libaltselinux.so.0.0.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uJmdlP
Processing files: libaltselinux-debuginfo-0.1.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cPSBWF
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cMtUkA
find-requires: running scripts (debuginfo)
Provides: debug64(libaltselinux.so.0)
Requires: libaltselinux = 0.1.0-alt1, debug64(libc.so.6), debug64(libselinux.so.1)
Removing 1 extra deps from libaltselinux-devel due to dependency on libaltselinux
warning: Installed (but unpackaged) file(s) found:
    /usr/lib64/libaltselinux.a
Wrote: /usr/src/RPM/RPMS/x86_64/libaltselinux-0.1.0-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libaltselinux-devel-0.1.0-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libaltselinux-debuginfo-0.1.0-alt1.x86_64.rpm (w2.lzdio)
7.36user 4.82system 0:28.09elapsed 43%CPU (0avgtext+0avgdata 26756maxresident)k
0inputs+0outputs (0major+835938minor)pagefaults 0swaps
5.31user 2.05system 0:40.67elapsed 18%CPU (0avgtext+0avgdata 134560maxresident)k
0inputs+0outputs (0major+206057minor)pagefaults 0swaps
--- libaltselinux-0.1.0-alt1.x86_64.rpm.repo	2014-02-19 14:07:06.000000000 +0000
+++ libaltselinux-0.1.0-alt1.x86_64.rpm.hasher	2023-11-05 09:48:24.772849874 +0000
@@ -9,2 +9,3 @@
 Requires: rpmlib(SetVersions)  
+Requires: libselinux.so.1(LIBSELINUX_1.0)(64bit)  
 Requires: rtld(GNU_HASH)  
@@ -14,3 +15,3 @@
 File: /usr/lib64/libaltselinux.so.0	120777	root:root		libaltselinux.so.0.0.0
-File: /usr/lib64/libaltselinux.so.0.0.0	100644	root:root	2f4352f16338fb35ea1a4797c6b20708	
-RPMIdentity: 1be14d51dd495b0bd4f3adae5f5c363130b96efc01c51bd39fe466518844350b3e9415207271a9db40c48188b65b71ad3a4122e869efcfba889268b34e2b43c2
+File: /usr/lib64/libaltselinux.so.0.0.0	100644	root:root	12e0817655aa062557d6e6f7db806024	
+RPMIdentity: 4d4689ada55264e60018011308ca70ac1470bde5c5e789691799a4c9dc00d0129209ef508ea2ca355a09dbe07f19649bf88fff889b4a277c083879920bddbca8
--- libaltselinux-debuginfo-0.1.0-alt1.x86_64.rpm.repo	2014-02-19 14:07:06.000000000 +0000
+++ libaltselinux-debuginfo-0.1.0-alt1.x86_64.rpm.hasher	2023-11-05 09:48:25.020853160 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/19	40755	root:root	
-/usr/lib/debug/.build-id/19/01c24f9f3ae2adc02fdaa161f569c0d9696d55	120777	root:root	../../../../lib64/libaltselinux.so.0.0.0
-/usr/lib/debug/.build-id/19/01c24f9f3ae2adc02fdaa161f569c0d9696d55.debug	120777	root:root	../../usr/lib64/libaltselinux.so.0.0.0.debug
+/usr/lib/debug/.build-id/b2	40755	root:root	
+/usr/lib/debug/.build-id/b2/5466f0890ee964680e7a10c258b3eb80435d72	120777	root:root	../../../../lib64/libaltselinux.so.0.0.0
+/usr/lib/debug/.build-id/b2/5466f0890ee964680e7a10c258b3eb80435d72.debug	120777	root:root	../../usr/lib64/libaltselinux.so.0.0.0.debug
 /usr/lib/debug/usr/lib64/libaltselinux.so.0.0.0.debug	100644	root:root	
@@ -14,6 +14,6 @@
 Provides: libaltselinux-debuginfo = 0.1.0-alt1
-File: /usr/lib/debug/.build-id/19	40755	root:root		
-File: /usr/lib/debug/.build-id/19/01c24f9f3ae2adc02fdaa161f569c0d9696d55	120777	root:root		../../../../lib64/libaltselinux.so.0.0.0
-File: /usr/lib/debug/.build-id/19/01c24f9f3ae2adc02fdaa161f569c0d9696d55.debug	120777	root:root		../../usr/lib64/libaltselinux.so.0.0.0.debug
-File: /usr/lib/debug/usr/lib64/libaltselinux.so.0.0.0.debug	100644	root:root	e59a7f570008fb1908b2535fb573c0c8	
+File: /usr/lib/debug/.build-id/b2	40755	root:root		
+File: /usr/lib/debug/.build-id/b2/5466f0890ee964680e7a10c258b3eb80435d72	120777	root:root		../../../../lib64/libaltselinux.so.0.0.0
+File: /usr/lib/debug/.build-id/b2/5466f0890ee964680e7a10c258b3eb80435d72.debug	120777	root:root		../../usr/lib64/libaltselinux.so.0.0.0.debug
+File: /usr/lib/debug/usr/lib64/libaltselinux.so.0.0.0.debug	100644	root:root	c758ff12d6d767050b0d8e602b4f036a	
 File: /usr/lib/debug/usr/lib64/libaltselinux.so.0.debug	120777	root:root		libaltselinux.so.0.0.0.debug
@@ -22,2 +22,2 @@
 File: /usr/src/debug/libaltselinux-0.1.0/src/altselinux.c	100644	root:root	297926c9287991a3206816137e5741eb	
-RPMIdentity: b52ef6184b0273d365d3114021cdaf85b2ebb77f34cc22dcbb905bf7dfb0ac28920dbd1df03fc1843fe8dfebb5c25c89e5605330bc7d91afc73af176e26e5e80
+RPMIdentity: 6e497be1891df4e39748efd7e89472bd72612043d34bbc6d10beb6ca9e7899f86e62db8bd6d40f184ab8bbe6a0a74c06cf8ab94f0af6777a9364a9f3f76323aa
--- libaltselinux-devel-0.1.0-alt1.x86_64.rpm.repo	2014-02-19 14:07:06.000000000 +0000
+++ libaltselinux-devel-0.1.0-alt1.x86_64.rpm.hasher	2023-11-05 09:48:25.333857308 +0000
@@ -7,2 +7,2 @@
 File: /usr/lib64/libaltselinux.so	120777	root:root		libaltselinux.so.0.0.0
-RPMIdentity: 82435c8d395892bd234c32f71d005304af09055c07b341685d804a414f5590f354374164640f45b1a681eeaf8384bfdb6830e15e1f504110dfa37a33a860949f
+RPMIdentity: 6b43815805f2863015ee0e2002d52d6b979028a963e8f40f3103e0320372a83e5bff159d2250bc4aaf066dbd32f45b7d30640049a5a674a9df1d26c138b7781d