<86>Jul 12 16:39:24 userdel[2410330]: delete user 'rooter' <86>Jul 12 16:39:24 userdel[2410330]: removed group 'rooter' owned by 'rooter' <86>Jul 12 16:39:24 userdel[2410330]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 12 16:39:24 groupadd[2410343]: group added to /etc/group: name=rooter, GID=693 <86>Jul 12 16:39:24 groupadd[2410343]: group added to /etc/gshadow: name=rooter <86>Jul 12 16:39:24 groupadd[2410343]: new group: name=rooter, GID=693 <86>Jul 12 16:39:24 useradd[2410356]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash <86>Jul 12 16:39:24 userdel[2410391]: delete user 'builder' <86>Jul 12 16:39:24 userdel[2410391]: removed group 'builder' owned by 'builder' <86>Jul 12 16:39:24 userdel[2410391]: removed shadow group 'builder' owned by 'builder' <86>Jul 12 16:39:24 groupadd[2410429]: group added to /etc/group: name=builder, GID=694 <86>Jul 12 16:39:24 groupadd[2410429]: group added to /etc/gshadow: name=builder <86>Jul 12 16:39:24 groupadd[2410429]: new group: name=builder, GID=694 <86>Jul 12 16:39:24 useradd[2410452]: new user: name=builder, UID=694, GID=694, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/libdrmhelper-1.3.0-alt1.nosrc.rpm (w1.gzdio) Installing libdrmhelper-1.3.0-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.18577 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libdrmhelper-1.3.0 + echo 'Source #0 (libdrmhelper-1.3.0.tar):' Source #0 (libdrmhelper-1.3.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libdrmhelper-1.3.0.tar + cd libdrmhelper-1.3.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.18577 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libdrmhelper-1.3.0 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' libdir=/usr/lib libexecdir=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' sed \ -e 's,@VERSION\@,1.3.0,g' \ -e 's,@prefix\@,/usr,g' \ -e 's,@exec_prefix\@,/usr,g' \ -e 's,@libdir\@,/usr/lib,g' \ -e 's,@includedir\@,/usr/include,g' \ < libdrmhelper.pc.in > libdrmhelper.pc make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib/drmhelper\" -D_GNU_SOURCE -c -o drmhelper.o drmhelper.c make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib/drmhelper\" -D_GNU_SOURCE -c -fPIC libdrmhelper.c -o libdrmhelper.os make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib/drmhelper\" -D_GNU_SOURCE -c -o ipc.o ipc.c In file included from ipc.c:14: ipc.c: In function 'fds_send': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:81:4: note: in expansion of macro 'err' 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ^~~ common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:81:4: note: in expansion of macro 'err' 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ^~~ ipc.c: In function 'fds_recv': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:122:4: note: in expansion of macro 'err' 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ^~~ common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:122:4: note: in expansion of macro 'err' 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ^~~ ipc.c: In function 'xsendmsg': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:166:4: note: in expansion of macro 'err' 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:166:4: note: in expansion of macro 'err' 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ ipc.c: In function 'xrecvmsg': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:193:4: note: in expansion of macro 'err' 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:193:4: note: in expansion of macro 'err' 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib/drmhelper\" -D_GNU_SOURCE -c -fPIC ipc.c -o ipc.os In file included from ipc.c:14: ipc.c: In function 'fds_send': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:81:4: note: in expansion of macro 'err' 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ^~~ common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:81:4: note: in expansion of macro 'err' 81 | err("sendmsg: expected size %lu, got %lu", sizeof(dummy), rc); | ^~~ ipc.c: In function 'fds_recv': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:122:4: note: in expansion of macro 'err' 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ^~~ common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:122:4: note: in expansion of macro 'err' 122 | err("recvmsg: expected size %lu, got %lu", sizeof(dummy), n); | ^~~ ipc.c: In function 'xsendmsg': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:166:4: note: in expansion of macro 'err' 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:166:4: note: in expansion of macro 'err' 166 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ ipc.c: In function 'xrecvmsg': common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:193:4: note: in expansion of macro 'err' 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ common.h:42:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 42 | fprintf(stderr, "%s(%d): " format, __FILE__, __LINE__, ##arg); \ | ^~~~~~~~~~ ipc.c:193:4: note: in expansion of macro 'err' 193 | err("recvmsg: expected size %lu, got %lu", len, n); | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc drmhelper.o ipc.o -o drmhelper make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -std=gnu99 -W -Wall -Waggregate-return -Wcast-align -Wconversion -Wdisabled-optimization -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -DLIBEXECDIR=\"/usr/lib/drmhelper\" -D_GNU_SOURCE -c -o libdrmhelper.o libdrmhelper.c make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' ar rv libdrmhelper.a libdrmhelper.o ipc.o ar: creating libdrmhelper.a a - libdrmhelper.o a - ipc.o ranlib libdrmhelper.a make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' cc -shared \ -Wl,-soname,libdrmhelper.so.0,--version-script=libdrmhelper.map,-z,defs,-stats \ -lc libdrmhelper.os ipc.os -o libdrmhelper.so ld: total time in link: 0.028710 make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.18577 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libdrmhelper-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libdrmhelper-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd libdrmhelper-1.3.0 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/libdrmhelper-buildroot libdir=/usr/lib libexecdir=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' /usr/libexec/rpm-build/install -p -D -p -m2711 drmhelper /usr/src/tmp/libdrmhelper-buildroot/usr/lib/drmhelper/drmhelper /usr/libexec/rpm-build/install -p -D -p -m644 libdrmhelper.h /usr/src/tmp/libdrmhelper-buildroot/usr/include/libdrmhelper.h /usr/libexec/rpm-build/install -p -D -p -m644 libdrmhelper.pc /usr/src/tmp/libdrmhelper-buildroot/usr/lib/pkgconfig/libdrmhelper.pc /usr/libexec/rpm-build/install -p -D -p -m755 libdrmhelper.so /usr/src/tmp/libdrmhelper-buildroot/usr/lib/libdrmhelper.so.1.3.0 /usr/libexec/rpm-build/install -p -D -p -m644 libdrmhelper.a /usr/src/tmp/libdrmhelper-buildroot/usr/lib/libdrmhelper.a ln -s libdrmhelper.so.1.3.0 /usr/src/tmp/libdrmhelper-buildroot/usr/lib/libdrmhelper.so.0 ln -s libdrmhelper.so.0 /usr/src/tmp/libdrmhelper-buildroot/usr/lib/libdrmhelper.so make: Leaving directory '/usr/src/RPM/BUILD/libdrmhelper-1.3.0' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libdrmhelper-buildroot (auto) mode of './usr/lib/libdrmhelper.so.1.3.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libdrmhelper-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) /usr/lib/pkgconfig/libdrmhelper.pc: Cflags: '-I${includedir}' --> '' /usr/lib/pkgconfig/libdrmhelper.pc: Libs: '-L${libdir} -ldrmhelper' --> '-ldrmhelper' Checking contents of files in /usr/src/tmp/libdrmhelper-buildroot/ (default) Compressing files in /usr/src/tmp/libdrmhelper-buildroot (auto) Adjusting library links in /usr/src/tmp/libdrmhelper-buildroot ./usr/lib: (from :0) libdrmhelper.so.0 -> libdrmhelper.so.1.3.0 Verifying ELF objects in /usr/src/tmp/libdrmhelper-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/drmhelper/drmhelper: uses non-LFS functions: __fxstat open Processing files: libdrmhelper-1.3.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.H3JcXm find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libdrmhelper-buildroot/usr/lib/libdrmhelper.so.0: 11 symbols, 14 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2FCkwo find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oxcVkn Provides: libdrmhelper.so.0 = set:hdBmK9Zau2s6M77ycC3XLPib0, libdrmhelper.so.0(DRMHELPER_1.1) Requires: /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.4), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(pre): /bin/sh, /usr/sbin/groupadd Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DBWvin Creating libdrmhelper-debuginfo package Processing files: libdrmhelper-devel-1.3.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FXgVWl 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.b09Inq find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: pkgconfig(libdrmhelper) = 1.3.0 Requires: libdrmhelper = 1.3.0-alt1, /usr/lib/libdrmhelper.so.0, /usr/lib/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7SX7zp Processing files: libdrmhelper-devel-static-1.3.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dcFEFp 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.W5Amap find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libdrmhelper-devel = 1.3.0-alt1, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TTvlim Processing files: libdrmhelper-debuginfo-1.3.0-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CHquxp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kCF4Xm find-requires: running scripts (debuginfo) Provides: debug(libdrmhelper.so.0) Requires: libdrmhelper = 1.3.0-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to libdrmhelper-devel a strict dependency on libdrmhelper Adding to libdrmhelper-debuginfo a strict dependency on libdrmhelper Adding to libdrmhelper-devel-static a strict dependency on libdrmhelper-devel Removing 1 extra deps from libdrmhelper-devel due to dependency on libdrmhelper Wrote: /usr/src/RPM/RPMS/i586/libdrmhelper-1.3.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libdrmhelper-devel-1.3.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libdrmhelper-devel-static-1.3.0-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libdrmhelper-debuginfo-1.3.0-alt1.i586.rpm (w2.lzdio) 1.95user 1.12system 0:13.23elapsed 23%CPU (0avgtext+0avgdata 24044maxresident)k 0inputs+0outputs (0major+331329minor)pagefaults 0swaps 3.49user 4.00system 0:17.75elapsed 42%CPU (0avgtext+0avgdata 24044maxresident)k 0inputs+0outputs (0major+546522minor)pagefaults 0swaps --- libdrmhelper-1.3.0-alt1.i586.rpm.repo 2020-04-27 09:31:03.000000000 +0000 +++ libdrmhelper-1.3.0-alt1.i586.rpm.hasher 2021-07-12 16:39:39.617414017 +0000 @@ -16,2 +16,2 @@ Provides: libdrmhelper = 1.3.0-alt1:sisyphus+250705.100.1.1 -RPMIdentity: 3ec479dbb7d1b2db72cd37a1b75fcbb0 +RPMIdentity: f1f33f674f9cefe5f8245dab4669ef2d --- libdrmhelper-debuginfo-1.3.0-alt1.i586.rpm.repo 2020-04-27 09:31:03.000000000 +0000 +++ libdrmhelper-debuginfo-1.3.0-alt1.i586.rpm.hasher 2021-07-12 16:39:39.753413085 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/24 40755 -/usr/lib/debug/.build-id/24/d479a12936af5ccb9f5c26e61587f29b86d8ca 120777 ../../../libdrmhelper.so.1.3.0 -/usr/lib/debug/.build-id/24/d479a12936af5ccb9f5c26e61587f29b86d8ca.debug 120777 ../../usr/lib/libdrmhelper.so.1.3.0.debug -/usr/lib/debug/.build-id/d3 40755 -/usr/lib/debug/.build-id/d3/cc7d804d066eab5930860633a2c4caf52a0b10 120777 ../../../drmhelper/drmhelper -/usr/lib/debug/.build-id/d3/cc7d804d066eab5930860633a2c4caf52a0b10.debug 120777 ../../usr/lib/drmhelper/drmhelper.debug +/usr/lib/debug/.build-id/89 40755 +/usr/lib/debug/.build-id/89/5dbf68a5b8a335004e2ccb3f8ac62585817561 120777 ../../../libdrmhelper.so.1.3.0 +/usr/lib/debug/.build-id/89/5dbf68a5b8a335004e2ccb3f8ac62585817561.debug 120777 ../../usr/lib/libdrmhelper.so.1.3.0.debug +/usr/lib/debug/.build-id/d2 40755 +/usr/lib/debug/.build-id/d2/8a20f9f3d523b2747a0e43ce2c71118bd2dcb6 120777 ../../../drmhelper/drmhelper +/usr/lib/debug/.build-id/d2/8a20f9f3d523b2747a0e43ce2c71118bd2dcb6.debug 120777 ../../usr/lib/drmhelper/drmhelper.debug /usr/lib/debug/usr/lib/drmhelper 40755 @@ -21,2 +21,2 @@ Provides: libdrmhelper-debuginfo = 1.3.0-alt1:sisyphus+250705.100.1.1 -RPMIdentity: 573dc04254d77d6767b5176bac8d5b95 +RPMIdentity: 228668dc0005b0bf029c386d72725fa0 --- libdrmhelper-devel-static-1.3.0-alt1.i586.rpm.repo 2020-04-27 09:31:03.000000000 +0000 +++ libdrmhelper-devel-static-1.3.0-alt1.i586.rpm.hasher 2021-07-12 16:39:40.136410458 +0000 @@ -5,2 +5,2 @@ Provides: libdrmhelper-devel-static = 1.3.0-alt1:sisyphus+250705.100.1.1 -RPMIdentity: 2e04348a1f05d2004b7a2851d361bb71 +RPMIdentity: 95ad106b36d86aa97679884c5a495288