<86>Aug 21 10:03:04 userdel[2518118]: delete user 'rooter' <86>Aug 21 10:03:04 userdel[2518118]: removed group 'rooter' owned by 'rooter' <86>Aug 21 10:03:04 userdel[2518118]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 21 10:03:04 groupadd[2518141]: group added to /etc/group: name=rooter, GID=648 <86>Aug 21 10:03:04 groupadd[2518141]: group added to /etc/gshadow: name=rooter <86>Aug 21 10:03:04 groupadd[2518141]: new group: name=rooter, GID=648 <86>Aug 21 10:03:04 useradd[2518154]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash <86>Aug 21 10:03:04 userdel[2518169]: delete user 'builder' <86>Aug 21 10:03:04 userdel[2518169]: removed group 'builder' owned by 'builder' <86>Aug 21 10:03:04 userdel[2518169]: removed shadow group 'builder' owned by 'builder' <86>Aug 21 10:03:04 groupadd[2518182]: group added to /etc/group: name=builder, GID=649 <86>Aug 21 10:03:04 groupadd[2518182]: group added to /etc/gshadow: name=builder <86>Aug 21 10:03:04 groupadd[2518182]: new group: name=builder, GID=649 <86>Aug 21 10:03:04 useradd[2518189]: new user: name=builder, UID=649, GID=649, 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.23354 + 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.23354 + 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 -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 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 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 -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 -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.062234 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' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34298 + 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.HhnrZn 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.0eGNYo 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.DhaZnr 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.WYvP2o 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.j4ey8n 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.kfD4Rp 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.PrEk1p 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.Xl7Tro 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.ejlq9o 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.Yc1Snq 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.kgwyJn find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JtJK3n 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) 3.43user 2.55system 0:13.79elapsed 43%CPU (0avgtext+0avgdata 24056maxresident)k 0inputs+0outputs (0major+329166minor)pagefaults 0swaps 6.53user 8.39system 0:21.63elapsed 68%CPU (0avgtext+0avgdata 24056maxresident)k 0inputs+0outputs (0major+539962minor)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-08-21 10:03:21.209938828 +0000 @@ -17,5 +17,5 @@ File: /usr/lib/drmhelper 40710 root:drmpriv -File: /usr/lib/drmhelper/drmhelper 104710 root:drmpriv 72e404f228cb8304a00566fe01b395f1 +File: /usr/lib/drmhelper/drmhelper 104710 root:drmpriv 6cc6e334406f9e9d6f48ebe0c4f68a55 File: /usr/lib/libdrmhelper.so.0 120777 root:root libdrmhelper.so.1.3.0 -File: /usr/lib/libdrmhelper.so.1.3.0 100644 root:root eb4b8bd6ad3fd057002ef94fa011e47c -RPMIdentity: 862f0c37ca0dcac6770bd448b8c063bd9abcb50c96a2854658e979507306f56f45c4308ead1ab4de11ebb021e0fbaa323bad7cbe8df9b4036d0fcb255f99cd41 +File: /usr/lib/libdrmhelper.so.1.3.0 100644 root:root 2881eb3d091420ab0df58bf4d5837d29 +RPMIdentity: d2cd91e1e19c861865e86b8d9097dab224ac04cb8d8c9ee2fd2fb19427f8bf05d283dfc8edc06311b9301a2de1a2bb06ff285070bc30702b7e632693e92544fd --- 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-08-21 10:03:21.369933124 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/24 40755 root:root -/usr/lib/debug/.build-id/24/d479a12936af5ccb9f5c26e61587f29b86d8ca 120777 root:root ../../../libdrmhelper.so.1.3.0 -/usr/lib/debug/.build-id/24/d479a12936af5ccb9f5c26e61587f29b86d8ca.debug 120777 root:root ../../usr/lib/libdrmhelper.so.1.3.0.debug -/usr/lib/debug/.build-id/d3 40755 root:root -/usr/lib/debug/.build-id/d3/cc7d804d066eab5930860633a2c4caf52a0b10 120777 root:root ../../../drmhelper/drmhelper -/usr/lib/debug/.build-id/d3/cc7d804d066eab5930860633a2c4caf52a0b10.debug 120777 root:root ../../usr/lib/drmhelper/drmhelper.debug +/usr/lib/debug/.build-id/04 40755 root:root +/usr/lib/debug/.build-id/04/7ed10919e9194279608ea945708695f7134066 120777 root:root ../../../libdrmhelper.so.1.3.0 +/usr/lib/debug/.build-id/04/7ed10919e9194279608ea945708695f7134066.debug 120777 root:root ../../usr/lib/libdrmhelper.so.1.3.0.debug +/usr/lib/debug/.build-id/bc 40755 root:root +/usr/lib/debug/.build-id/bc/39e44af2dea5284265dbdbcf9ff92e7aea3a26 120777 root:root ../../../drmhelper/drmhelper +/usr/lib/debug/.build-id/bc/39e44af2dea5284265dbdbcf9ff92e7aea3a26.debug 120777 root:root ../../usr/lib/drmhelper/drmhelper.debug /usr/lib/debug/usr/lib/drmhelper 40755 root:root @@ -21,12 +21,12 @@ Provides: libdrmhelper-debuginfo = 1.3.0-alt1:sisyphus+250705.100.1.1 -File: /usr/lib/debug/.build-id/24 40755 root:root -File: /usr/lib/debug/.build-id/24/d479a12936af5ccb9f5c26e61587f29b86d8ca 120777 root:root ../../../libdrmhelper.so.1.3.0 -File: /usr/lib/debug/.build-id/24/d479a12936af5ccb9f5c26e61587f29b86d8ca.debug 120777 root:root ../../usr/lib/libdrmhelper.so.1.3.0.debug -File: /usr/lib/debug/.build-id/d3 40755 root:root -File: /usr/lib/debug/.build-id/d3/cc7d804d066eab5930860633a2c4caf52a0b10 120777 root:root ../../../drmhelper/drmhelper -File: /usr/lib/debug/.build-id/d3/cc7d804d066eab5930860633a2c4caf52a0b10.debug 120777 root:root ../../usr/lib/drmhelper/drmhelper.debug +File: /usr/lib/debug/.build-id/04 40755 root:root +File: /usr/lib/debug/.build-id/04/7ed10919e9194279608ea945708695f7134066 120777 root:root ../../../libdrmhelper.so.1.3.0 +File: /usr/lib/debug/.build-id/04/7ed10919e9194279608ea945708695f7134066.debug 120777 root:root ../../usr/lib/libdrmhelper.so.1.3.0.debug +File: /usr/lib/debug/.build-id/bc 40755 root:root +File: /usr/lib/debug/.build-id/bc/39e44af2dea5284265dbdbcf9ff92e7aea3a26 120777 root:root ../../../drmhelper/drmhelper +File: /usr/lib/debug/.build-id/bc/39e44af2dea5284265dbdbcf9ff92e7aea3a26.debug 120777 root:root ../../usr/lib/drmhelper/drmhelper.debug File: /usr/lib/debug/usr/lib/drmhelper 40755 root:root -File: /usr/lib/debug/usr/lib/drmhelper/drmhelper.debug 100644 root:root d6e262299a637c329905c8d852e47a2c +File: /usr/lib/debug/usr/lib/drmhelper/drmhelper.debug 100644 root:root 46067ba753111cd490307ed24127296a File: /usr/lib/debug/usr/lib/libdrmhelper.so.0.debug 120777 root:root libdrmhelper.so.1.3.0.debug -File: /usr/lib/debug/usr/lib/libdrmhelper.so.1.3.0.debug 100644 root:root 721c6e32bb7257d400c0b9adf27a09bc +File: /usr/lib/debug/usr/lib/libdrmhelper.so.1.3.0.debug 100644 root:root 4c44d4c620c537902e6050d4275f5e85 File: /usr/src/debug/libdrmhelper-1.3.0 40755 root:root @@ -36,2 +36,2 @@ File: /usr/src/debug/libdrmhelper-1.3.0/libdrmhelper.c 100644 root:root b222acc420c8905ebcafcdc5be2ff4e2 -RPMIdentity: 6efecc6b8a58b0504f145959c749a7fffe002ca214873ac18bab59327c4744c77c18c735aadd2c70bf9024cfbdb73463510129f8437656c47e7eff719c30290a +RPMIdentity: d38797044a8da449b528d5bef8df72562021b15f10b31faa4d7559614d666f12362180ab2fe1826afdf69480a5daebe6bccbcedddd8b71326dbbd6f683e872bb --- 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-08-21 10:03:22.191903821 +0000 @@ -5,3 +5,3 @@ Provides: libdrmhelper-devel-static = 1.3.0-alt1:sisyphus+250705.100.1.1 -File: /usr/lib/libdrmhelper.a 100644 root:root c2a7ff05d748a4b93a65b89c74f13625 -RPMIdentity: 0efa2addfd6913adde0ce74b87b5a76b74d2cf501cef94f47765625bd167480f258b4ee972fea452b557f562ee1b8b4c9f5cf55c9569b7300c087eab473e0c60 +File: /usr/lib/libdrmhelper.a 100644 root:root b3457332e319a8db550fe09c7aa5a51c +RPMIdentity: c034497982a930823b431ca3b5c7e15ec3e4d0df4df7b75dc7157bbde0336b0d8982c5845bda1964f9b6b3336373c90ca769ee74735e2a858a67b7455349a9c0