<86>Feb 22 08:33:46 userdel[2414888]: delete user 'rooter'
<86>Feb 22 08:33:46 userdel[2414888]: removed group 'rooter' owned by 'rooter'
<86>Feb 22 08:33:46 userdel[2414888]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 22 08:33:46 groupadd[2414898]: group added to /etc/group: name=rooter, GID=1292
<86>Feb 22 08:33:46 groupadd[2414898]: group added to /etc/gshadow: name=rooter
<86>Feb 22 08:33:46 groupadd[2414898]: new group: name=rooter, GID=1292
<86>Feb 22 08:33:46 useradd[2414908]: new user: name=rooter, UID=1292, GID=1292, home=/root, shell=/bin/bash, from=none
<86>Feb 22 08:33:46 userdel[2414918]: delete user 'builder'
<86>Feb 22 08:33:46 userdel[2414918]: removed group 'builder' owned by 'builder'
<86>Feb 22 08:33:46 userdel[2414918]: removed shadow group 'builder' owned by 'builder'
<86>Feb 22 08:33:46 groupadd[2414926]: group added to /etc/group: name=builder, GID=1293
<86>Feb 22 08:33:46 groupadd[2414926]: group added to /etc/gshadow: name=builder
<86>Feb 22 08:33:46 groupadd[2414926]: new group: name=builder, GID=1293
<86>Feb 22 08:33:46 useradd[2414934]: new user: name=builder, UID=1293, GID=1293, home=/usr/src, shell=/bin/bash, from=none
warning: user aris does not exist - using root
warning: group aris does not exist - using root
warning: user aris does not exist - using root
warning: group aris does not exist - using root
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/libfreeaptx-0.1.1-alt1.nosrc.rpm (w1.gzdio)
Installing libfreeaptx-0.1.1-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.62656
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libfreeaptx-0.1.1
+ echo 'Source #0 (libfreeaptx-0.1.1.tar.gz):'
Source #0 (libfreeaptx-0.1.1.tar.gz):
+ /usr/bin/gzip -dc /usr/src/RPM/SOURCES/libfreeaptx-0.1.1.tar.gz
+ /bin/tar -xf -
+ cd libfreeaptx-0.1.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ sed -i '/^LDFLAGS = -s/d' Makefile
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.62656
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libfreeaptx-0.1.1
+ make CC=gcc 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto' default
make: Entering directory '/usr/src/RPM/BUILD/libfreeaptx-0.1.1'
gcc -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto   -I. -shared -fPIC -Wl,-soname,libfreeaptx.so.0 -o libfreeaptx.so.0.1.1 freeaptx.c
ln -sf libfreeaptx.so.0.1.1 libfreeaptx.so.0
ln -sf libfreeaptx.so.0 libfreeaptx.so
gcc -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto  -I. -c -o freeaptxenc.o freeaptxenc.c
gcc -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto  -o freeaptxenc freeaptxenc.o libfreeaptx.so
gcc -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto  -I. -c -o freeaptxdec.o freeaptxdec.c
gcc -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto  -o freeaptxdec freeaptxdec.o libfreeaptx.so
make: Leaving directory '/usr/src/RPM/BUILD/libfreeaptx-0.1.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.82853
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libfreeaptx-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libfreeaptx-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd libfreeaptx-0.1.1
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/libfreeaptx-buildroot PREFIX=/usr LIBDIR=lib
make: Entering directory '/usr/src/RPM/BUILD/libfreeaptx-0.1.1'
mkdir -p /usr/src/tmp/libfreeaptx-buildroot/usr/lib
cp -a libfreeaptx.so.0.1.1 libfreeaptx.so.0 libfreeaptx.so /usr/src/tmp/libfreeaptx-buildroot/usr/lib
mkdir -p /usr/src/tmp/libfreeaptx-buildroot/usr/bin
cp -a freeaptxenc freeaptxdec /usr/src/tmp/libfreeaptx-buildroot/usr/bin
mkdir -p /usr/src/tmp/libfreeaptx-buildroot/usr/include
cp -a freeaptx.h /usr/src/tmp/libfreeaptx-buildroot/usr/include
mkdir -p /usr/src/tmp/libfreeaptx-buildroot/usr/lib/pkgconfig
printf 'prefix=%s\nexec_prefix=${prefix}\nlibdir=${exec_prefix}/%s\nincludedir=${prefix}/%s\n\n' /usr lib include > /usr/src/tmp/libfreeaptx-buildroot/usr/lib/pkgconfig/libfreeaptx.pc
printf 'Name: lib%s\nDescription: Open Source aptX codec library\nVersion: %u.%u.%u\n' freeaptx 0 1 1 >> /usr/src/tmp/libfreeaptx-buildroot/usr/lib/pkgconfig/libfreeaptx.pc
printf 'Libs: -L${libdir} -l%s\nCflags: -I${includedir}\n' freeaptx >> /usr/src/tmp/libfreeaptx-buildroot/usr/lib/pkgconfig/libfreeaptx.pc
make: Leaving directory '/usr/src/RPM/BUILD/libfreeaptx-0.1.1'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libfreeaptx-buildroot (auto)
mode of './usr/lib/libfreeaptx.so.0.1.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libfreeaptx-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
/usr/lib/pkgconfig/libfreeaptx.pc: Cflags: '-I${includedir}' --> ''
/usr/lib/pkgconfig/libfreeaptx.pc: Libs: '-L${libdir} -lfreeaptx' --> '-lfreeaptx'
Checking contents of files in /usr/src/tmp/libfreeaptx-buildroot/ (default)
Compressing files in /usr/src/tmp/libfreeaptx-buildroot (auto)
Adjusting library links in /usr/src/tmp/libfreeaptx-buildroot
./usr/lib: (from <cmdline>:0)
	libfreeaptx.so.0 -> libfreeaptx.so.0.1.1
Verifying ELF objects in /usr/src/tmp/libfreeaptx-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/libfreeaptx-buildroot
Processing files: libfreeaptx-0.1.1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.86484
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libfreeaptx-0.1.1
+ DOCDIR=/usr/src/tmp/libfreeaptx-buildroot/usr/share/doc/libfreeaptx-0.1.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/libfreeaptx-buildroot/usr/share/doc/libfreeaptx-0.1.1
+ /bin/mkdir -p /usr/src/tmp/libfreeaptx-buildroot/usr/share/doc/libfreeaptx-0.1.1
+ cp -prL README /usr/src/tmp/libfreeaptx-buildroot/usr/share/doc/libfreeaptx-0.1.1
+ chmod -R go-w /usr/src/tmp/libfreeaptx-buildroot/usr/share/doc/libfreeaptx-0.1.1
+ chmod -R a+rX /usr/src/tmp/libfreeaptx-buildroot/usr/share/doc/libfreeaptx-0.1.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wEgtp7
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/libfreeaptx-buildroot/usr/lib/libfreeaptx.so.0: 11 symbols, 14 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6krR5j
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libfreeaptx.so.0 = set:hdinEdfwqWTQbZcqaBWZB1QE1
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), 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.AQQy83
Creating libfreeaptx-debuginfo package
Processing files: libfreeaptx-tools-0.1.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jiupaM
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.oV9moC
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libfreeaptx = 0.1.1-alt1, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libfreeaptx.so.0 >= set:hdinEdfwc8LQUGFZD5gz6, 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.OmRMeF
Creating libfreeaptx-tools-debuginfo package
Processing files: libfreeaptx-devel-0.1.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.h3inkJ
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.HgtXIx
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: pkgconfig(libfreeaptx) = 0.1.1
Requires: libfreeaptx = 0.1.1-alt1, /usr/lib/libfreeaptx.so.0, /usr/lib/pkgconfig
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BMPI2d
Processing files: libfreeaptx-debuginfo-0.1.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9pchcU
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LbPAkV
find-requires: running scripts (debuginfo)
Provides: debug(libfreeaptx.so.0)
Requires: libfreeaptx = 0.1.1-alt1, debug(libc.so.6)
Processing files: libfreeaptx-tools-debuginfo-0.1.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yatYHd
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JuQum7
find-requires: running scripts (debuginfo)
Requires: libfreeaptx-tools = 0.1.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libfreeaptx.so.0)
Adding to libfreeaptx-tools a strict dependency on libfreeaptx
Adding to libfreeaptx-devel a strict dependency on libfreeaptx
Adding to libfreeaptx-debuginfo a strict dependency on libfreeaptx
Adding to libfreeaptx-tools-debuginfo a strict dependency on libfreeaptx-tools
Adding to libfreeaptx-tools-debuginfo a strict dependency on libfreeaptx-debuginfo
Removing from libfreeaptx-tools-debuginfo 1 sources provided by libfreeaptx-debuginfo
Removing 2 extra deps from libfreeaptx-tools due to dependency on libfreeaptx
Removing 1 extra deps from libfreeaptx-devel due to dependency on libfreeaptx
Removing 1 extra deps from libfreeaptx-tools-debuginfo due to dependency on libfreeaptx-debuginfo
Removing 4 extra deps from libfreeaptx-tools due to repentancy on libfreeaptx
Removing 1 extra deps from libfreeaptx-tools-debuginfo due to repentancy on libfreeaptx-debuginfo
Wrote: /usr/src/RPM/RPMS/i586/libfreeaptx-0.1.1-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libfreeaptx-tools-0.1.1-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libfreeaptx-devel-0.1.1-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libfreeaptx-debuginfo-0.1.1-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libfreeaptx-tools-debuginfo-0.1.1-alt1.i586.rpm (w2.lzdio)
2.48user 1.48system 0:16.49elapsed 24%CPU (0avgtext+0avgdata 34048maxresident)k
0inputs+0outputs (0major+394167minor)pagefaults 0swaps
0.89user 1.70system 0:23.95elapsed 10%CPU (0avgtext+0avgdata 12332maxresident)k
0inputs+0outputs (0major+95179minor)pagefaults 0swaps
--- libfreeaptx-0.1.1-alt1.i586.rpm.repo	2021-08-05 16:58:05.000000000 +0000
+++ libfreeaptx-0.1.1-alt1.i586.rpm.hasher	2025-02-22 08:34:05.800321721 +0000
@@ -12,5 +12,5 @@
 File: /usr/lib/libfreeaptx.so.0	120777	root:root		libfreeaptx.so.0.1.1
-File: /usr/lib/libfreeaptx.so.0.1.1	100644	root:root	a557b31f99b1027580af1d2d4f190653	
+File: /usr/lib/libfreeaptx.so.0.1.1	100644	root:root	b702f99834f427571fda6c39fb856e96	
 File: /usr/share/doc/libfreeaptx-0.1.1	40755	root:root		
 File: /usr/share/doc/libfreeaptx-0.1.1/README	100644	root:root	69d697048ee66a266065aaca80b6c99b	
-RPMIdentity: 530dc1e55b00795e7c115cd060c20f164462516e20d4b7a854e83ddd1f0e88207eb64e463c2f1023703976e5d56e802ce1ccc07e4a5cf12c1108950dced0234c
+RPMIdentity: 057ff2fc8029f1709153a2ea688a4bf366866b2916b1b788bdfdae791a7871839f3a9aca736ba3dc438c43a0f4bcdd21ee78151feb56aeaacfd2954d6e2d32d5
--- libfreeaptx-debuginfo-0.1.1-alt1.i586.rpm.repo	2021-08-05 16:58:05.000000000 +0000
+++ libfreeaptx-debuginfo-0.1.1-alt1.i586.rpm.hasher	2025-02-22 08:34:05.893321336 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/11	40755	root:root	
-/usr/lib/debug/.build-id/11/ff6bb50b38e6660e1599ed53f1d17ab6a3ddb8	120777	root:root	../../../libfreeaptx.so.0.1.1
-/usr/lib/debug/.build-id/11/ff6bb50b38e6660e1599ed53f1d17ab6a3ddb8.debug	120777	root:root	../../usr/lib/libfreeaptx.so.0.1.1.debug
+/usr/lib/debug/.build-id/1a	40755	root:root	
+/usr/lib/debug/.build-id/1a/c4d5b4cce7b0d7b94bf44fd5601125a3a1d201	120777	root:root	../../../libfreeaptx.so.0.1.1
+/usr/lib/debug/.build-id/1a/c4d5b4cce7b0d7b94bf44fd5601125a3a1d201.debug	120777	root:root	../../usr/lib/libfreeaptx.so.0.1.1.debug
 /usr/lib/debug/usr/lib/libfreeaptx.so.0.1.1.debug	100644	root:root	
@@ -13,6 +13,6 @@
 Provides: libfreeaptx-debuginfo = 0.1.1-alt1:sisyphus+282022.100.1.1
-File: /usr/lib/debug/.build-id/11	40755	root:root		
-File: /usr/lib/debug/.build-id/11/ff6bb50b38e6660e1599ed53f1d17ab6a3ddb8	120777	root:root		../../../libfreeaptx.so.0.1.1
-File: /usr/lib/debug/.build-id/11/ff6bb50b38e6660e1599ed53f1d17ab6a3ddb8.debug	120777	root:root		../../usr/lib/libfreeaptx.so.0.1.1.debug
-File: /usr/lib/debug/usr/lib/libfreeaptx.so.0.1.1.debug	100644	root:root	a798176499b78b17ec0bf5f67ec9dde4	
+File: /usr/lib/debug/.build-id/1a	40755	root:root		
+File: /usr/lib/debug/.build-id/1a/c4d5b4cce7b0d7b94bf44fd5601125a3a1d201	120777	root:root		../../../libfreeaptx.so.0.1.1
+File: /usr/lib/debug/.build-id/1a/c4d5b4cce7b0d7b94bf44fd5601125a3a1d201.debug	120777	root:root		../../usr/lib/libfreeaptx.so.0.1.1.debug
+File: /usr/lib/debug/usr/lib/libfreeaptx.so.0.1.1.debug	100644	root:root	6922d93eefe184a5533cb1f1979f7abf	
 File: /usr/lib/debug/usr/lib/libfreeaptx.so.0.debug	120777	root:root		libfreeaptx.so.0.1.1.debug
@@ -21,2 +21,2 @@
 File: /usr/src/debug/libfreeaptx-0.1.1/freeaptx.h	100644	root:root	64c900f9edaef28bdac2dcf43896c303	
-RPMIdentity: 46c2ab704a0702d06c1d2164d444cb57b135b11168ec09380fcbc04b37ed1801989a8fef4cae32c37b0fac44b2dbc8fa1da02239b2b00eb4fa250e4b3869b676
+RPMIdentity: 6fdaf3086a9e51a4ac31441f188c706f6a79438c374d7001fbea9591b1a4d1be116b783d1c64ecf8e2c1d0905672af4006105c6b14c512cdd8d37984443096a0
--- libfreeaptx-tools-0.1.1-alt1.i586.rpm.repo	2021-08-05 16:58:05.000000000 +0000
+++ libfreeaptx-tools-0.1.1-alt1.i586.rpm.hasher	2025-02-22 08:34:06.082320552 +0000
@@ -4,2 +4,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libfreeaptx = 0.1.1-alt1:sisyphus+282022.100.1.1
@@ -7,4 +8,4 @@
 Provides: libfreeaptx-tools = 0.1.1-alt1:sisyphus+282022.100.1.1
-File: /usr/bin/freeaptxdec	100755	root:root	8e003e06654db73596b11329a5c011ec	
-File: /usr/bin/freeaptxenc	100755	root:root	6e2f2cd7ccb49f0596be34046319a3e6	
-RPMIdentity: 347096196cf1b55ae06b140064b72412b48c89980f8fe726042732f0becb634cf1f57d71d04418332489f953465593219e45d4111f1d7ee93cd7ab23b367c0de
+File: /usr/bin/freeaptxdec	100755	root:root	133a9a07c850cd2e685f7a11a861911c	
+File: /usr/bin/freeaptxenc	100755	root:root	b65fb098141abee6278b4f56ec2bd0e2	
+RPMIdentity: 94f6b01adac74a241e1694f4fb2e4b17e4b2b8777aaa61b9c26fadc4edf3d5ba5141c9163c510b5cde308718065ba490332f9ba36e9871bf2fbbc269cdd204a1
--- libfreeaptx-tools-debuginfo-0.1.1-alt1.i586.rpm.repo	2021-08-05 16:58:05.000000000 +0000
+++ libfreeaptx-tools-debuginfo-0.1.1-alt1.i586.rpm.hasher	2025-02-22 08:34:06.176320162 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/55	40755	root:root	
-/usr/lib/debug/.build-id/55/598b0c712d22d24be1919efdf63081f101f3d9	120777	root:root	../../../../bin/freeaptxenc
-/usr/lib/debug/.build-id/55/598b0c712d22d24be1919efdf63081f101f3d9.debug	120777	root:root	../../usr/bin/freeaptxenc.debug
-/usr/lib/debug/.build-id/f7	40755	root:root	
-/usr/lib/debug/.build-id/f7/2f24ba66a631c6b547039cd325c1f782994684	120777	root:root	../../../../bin/freeaptxdec
-/usr/lib/debug/.build-id/f7/2f24ba66a631c6b547039cd325c1f782994684.debug	120777	root:root	../../usr/bin/freeaptxdec.debug
+/usr/lib/debug/.build-id/04	40755	root:root	
+/usr/lib/debug/.build-id/04/ab3806406dc6d9824430178b65d3201a50b0a2	120777	root:root	../../../../bin/freeaptxdec
+/usr/lib/debug/.build-id/04/ab3806406dc6d9824430178b65d3201a50b0a2.debug	120777	root:root	../../usr/bin/freeaptxdec.debug
+/usr/lib/debug/.build-id/75	40755	root:root	
+/usr/lib/debug/.build-id/75/39ea237878e042b7c82c40f7809ff1c2b0425b	120777	root:root	../../../../bin/freeaptxenc
+/usr/lib/debug/.build-id/75/39ea237878e042b7c82c40f7809ff1c2b0425b.debug	120777	root:root	../../usr/bin/freeaptxenc.debug
 /usr/lib/debug/usr/bin/freeaptxdec.debug	100644	root:root	
@@ -16,10 +16,10 @@
 Provides: libfreeaptx-tools-debuginfo = 0.1.1-alt1:sisyphus+282022.100.1.1
-File: /usr/lib/debug/.build-id/55	40755	root:root		
-File: /usr/lib/debug/.build-id/55/598b0c712d22d24be1919efdf63081f101f3d9	120777	root:root		../../../../bin/freeaptxenc
-File: /usr/lib/debug/.build-id/55/598b0c712d22d24be1919efdf63081f101f3d9.debug	120777	root:root		../../usr/bin/freeaptxenc.debug
-File: /usr/lib/debug/.build-id/f7	40755	root:root		
-File: /usr/lib/debug/.build-id/f7/2f24ba66a631c6b547039cd325c1f782994684	120777	root:root		../../../../bin/freeaptxdec
-File: /usr/lib/debug/.build-id/f7/2f24ba66a631c6b547039cd325c1f782994684.debug	120777	root:root		../../usr/bin/freeaptxdec.debug
-File: /usr/lib/debug/usr/bin/freeaptxdec.debug	100644	root:root	bbbb762a5e94120c2d9fb08f5010261f	
-File: /usr/lib/debug/usr/bin/freeaptxenc.debug	100644	root:root	4e2ea20a834f3c35b67291571e63ff16	
+File: /usr/lib/debug/.build-id/04	40755	root:root		
+File: /usr/lib/debug/.build-id/04/ab3806406dc6d9824430178b65d3201a50b0a2	120777	root:root		../../../../bin/freeaptxdec
+File: /usr/lib/debug/.build-id/04/ab3806406dc6d9824430178b65d3201a50b0a2.debug	120777	root:root		../../usr/bin/freeaptxdec.debug
+File: /usr/lib/debug/.build-id/75	40755	root:root		
+File: /usr/lib/debug/.build-id/75/39ea237878e042b7c82c40f7809ff1c2b0425b	120777	root:root		../../../../bin/freeaptxenc
+File: /usr/lib/debug/.build-id/75/39ea237878e042b7c82c40f7809ff1c2b0425b.debug	120777	root:root		../../usr/bin/freeaptxenc.debug
+File: /usr/lib/debug/usr/bin/freeaptxdec.debug	100644	root:root	393bd2f1285a9f63f7118e593043a35f	
+File: /usr/lib/debug/usr/bin/freeaptxenc.debug	100644	root:root	91bd8eca741e330b968436911d5641d7	
 File: /usr/src/debug/libfreeaptx-0.1.1	40755	root:root		
@@ -27,2 +27,2 @@
 File: /usr/src/debug/libfreeaptx-0.1.1/freeaptxenc.c	100644	root:root	a42ef4152930435d37b6068a18c5a21d	
-RPMIdentity: 47d66ad04cd5ac0c98f4f6fb836426b1f9784daf6a2f4263ffdf19fc8df3b67e7c47f9c170493e9f8db144ed43c5733ef7a7796290d911578015936a3788e5d7
+RPMIdentity: ce0db953cc0b9bd4d84faaa527a19b96a9f3028b2259d144107a7dbc459f345497a8d59724044a7da95a1c09759602012d7785886f9a6b71931b22c6efacdf50