<86>Oct 6 12:18:39 userdel[2703279]: delete user 'rooter' <86>Oct 6 12:18:39 userdel[2703279]: removed group 'rooter' owned by 'rooter' <86>Oct 6 12:18:39 userdel[2703279]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 6 12:18:39 groupadd[2703299]: group added to /etc/group: name=rooter, GID=1820 <86>Oct 6 12:18:39 groupadd[2703299]: group added to /etc/gshadow: name=rooter <86>Oct 6 12:18:39 groupadd[2703299]: new group: name=rooter, GID=1820 <86>Oct 6 12:18:39 useradd[2703315]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash <86>Oct 6 12:18:39 userdel[2703338]: delete user 'builder' <86>Oct 6 12:18:39 userdel[2703338]: removed group 'builder' owned by 'builder' <86>Oct 6 12:18:39 userdel[2703338]: removed shadow group 'builder' owned by 'builder' <86>Oct 6 12:18:39 groupadd[2703360]: group added to /etc/group: name=builder, GID=1821 <86>Oct 6 12:18:39 groupadd[2703360]: group added to /etc/gshadow: name=builder <86>Oct 6 12:18:39 groupadd[2703360]: new group: name=builder, GID=1821 <86>Oct 6 12:18:39 useradd[2703376]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash <13>Oct 6 12:18:42 rpmi: libdvdread8-6.1.1-alt3 p9+263775.100.2.1 1608736295 installed <13>Oct 6 12:18:42 rpmi: libdvdread-devel-6.1.1-alt3 p9+263775.100.2.1 1608736295 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/dvdbackup-0.4.2-alt3.nosrc.rpm (w1.gzdio) Installing dvdbackup-0.4.2-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.92787 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf dvdbackup-0.4.2 + echo 'Source #0 (dvdbackup-0.4.2.tar):' Source #0 (dvdbackup-0.4.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/dvdbackup-0.4.2.tar + cd dvdbackup-0.4.2 + echo 'Source #1 (dvdbackup_0.4.2-4.debian.tar.gz):' Source #1 (dvdbackup_0.4.2-4.debian.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/dvdbackup_0.4.2-4.debian.tar.gz + /bin/tar -xf - + /bin/chmod -c -Rf u+rwX,go-w . ++ cat debian/patches/series + for patch in `cat debian/patches/series` + patch -p1 patching file configure.ac + for patch in `cat debian/patches/series` + patch -p1 patching file src/dvdbackup.c patching file src/main.c + for patch in `cat debian/patches/series` + patch -p1 patching file src/dvdbackup.c + cp -at . -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.92787 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dvdbackup-0.4.2 + 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 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 --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: --disable-silent-rules, --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 NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for style of include used by make... GNU 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 dependency style of x86_64-alt-linux-gcc... none checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-alt-linux-gcc option to accept ISO C99... none needed checking whether ln -s works... yes checking for DVDOpen in -ldvdread... yes checking for DVDFileStat in -ldvdread... yes checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 dvdread/dvd_reader.h usability... yes checking dvdread/dvd_reader.h presence... yes checking for dvdread/dvd_reader.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for mkdir... yes checking for setlocale... yes checking for strstr... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating config.h config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-silent-rules, --without-included-gettext + make -j16 make all-recursive Making all in man make[2]: Nothing to be done for 'all'. Making all in po Making all in src make[2]: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/src' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pipe -frecord-gcc-switches -Wall -g -O2 -pedantic -Wextra -c main.c make[2]: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/src' make[2]: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/src' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -pipe -frecord-gcc-switches -Wall -g -O2 -pedantic -Wextra -c dvdbackup.c dvdbackup.c: In function 'DVDWriteCells': dvdbackup.c:172:22: warning: unused parameter 'title_set_info' [-Wunused-parameter] title_set_info_t * title_set_info, titles_info_t * titles_info, ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ dvdbackup.c: In function 'DVDMirrorTitleX': dvdbackup.c:1094:26: warning: '%02i' directive writing between 2 and 10 bytes into a region of size 9 [-Wformat-overflow=] sprintf(filename, "VTS_%02i_0.VOB", title_set); ^~~~ dvdbackup.c:1094:21: note: directive argument in the range [1, 2147483647] sprintf(filename, "VTS_%02i_0.VOB", title_set); ^~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from dvdbackup.c:32: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 13 and 21 bytes into a destination of size 13 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:968:26: warning: '%02i' directive writing between 2 and 10 bytes into a region of size 9 [-Wformat-overflow=] sprintf(filename, "VTS_%02i_%1i.VOB", title_set, vob); ^~~~ dvdbackup.c:968:21: note: directive argument in the range [1, 2147483647] sprintf(filename, "VTS_%02i_%1i.VOB", title_set, vob); ^~~~~~~~~~~~~~~~~~ dvdbackup.c:968:21: note: directive argument in the range [1, 2147483647] In file included from /usr/include/stdio.h:862, from dvdbackup.c:32: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 13 and 30 bytes into a destination of size 13 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/src' make[2]: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/src' x86_64-alt-linux-gcc -DLOCALEDIR=\"/usr/share/locale\" -pipe -frecord-gcc-switches -Wall -g -O2 -pedantic -Wextra -o dvdbackup main.o dvdbackup.o -ldvdread make[2]: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.82102 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/dvdbackup-buildroot + : + /bin/rm -rf -- /usr/src/tmp/dvdbackup-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd dvdbackup-0.4.2 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/dvdbackup-buildroot make: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2' Making install in man make[1]: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/man' make[2]: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/man' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/src/tmp/dvdbackup-buildroot/usr/share/man/man1" /usr/libexec/rpm-build/install -p -m 644 dvdbackup.1 '/usr/src/tmp/dvdbackup-buildroot/usr/share/man/man1' make[2]: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/man' make[1]: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/man' Making install in po make[1]: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/po' /bin/mkdir -p /usr/src/tmp/dvdbackup-buildroot/usr/share installing da.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/da/LC_MESSAGES/dvdbackup.mo installing de.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/de/LC_MESSAGES/dvdbackup.mo installing en@quot.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/en@quot/LC_MESSAGES/dvdbackup.mo installing en@boldquot.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/en@boldquot/LC_MESSAGES/dvdbackup.mo installing en_GB.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/en_GB/LC_MESSAGES/dvdbackup.mo installing es.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/es/LC_MESSAGES/dvdbackup.mo installing et.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/et/LC_MESSAGES/dvdbackup.mo installing fr.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/fr/LC_MESSAGES/dvdbackup.mo installing gl.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/gl/LC_MESSAGES/dvdbackup.mo installing it.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/it/LC_MESSAGES/dvdbackup.mo installing nb.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/nb/LC_MESSAGES/dvdbackup.mo installing pt.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/pt/LC_MESSAGES/dvdbackup.mo installing ru.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/ru/LC_MESSAGES/dvdbackup.mo installing sk.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/sk/LC_MESSAGES/dvdbackup.mo installing tr.gmo as /usr/src/tmp/dvdbackup-buildroot/usr/share/locale/tr/LC_MESSAGES/dvdbackup.mo if test "dvdbackup" = "gettext-tools"; then \ /bin/mkdir -p /usr/src/tmp/dvdbackup-buildroot/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/libexec/rpm-build/install -p -m 644 ./$file \ /usr/src/tmp/dvdbackup-buildroot/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /usr/src/tmp/dvdbackup-buildroot/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/po' Making install in src make[1]: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/src' make[2]: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/src' test -z "/usr/bin" || /bin/mkdir -p "/usr/src/tmp/dvdbackup-buildroot/usr/bin" /usr/libexec/rpm-build/install -p dvdbackup '/usr/src/tmp/dvdbackup-buildroot/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2/src' make[1]: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2' make[2]: Entering directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2' make[2]: Nothing to be done for 'install-exec-am'. test -z "/usr/share/doc/dvdbackup" || /bin/mkdir -p "/usr/src/tmp/dvdbackup-buildroot/usr/share/doc/dvdbackup" /usr/libexec/rpm-build/install -p -m 644 NEWS README '/usr/src/tmp/dvdbackup-buildroot/usr/share/doc/dvdbackup' make[2]: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2' make[1]: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2' make: Leaving directory '/usr/src/RPM/BUILD/dvdbackup-0.4.2' + /usr/lib/rpm/find-lang dvdbackup + rm -rf /usr/src/tmp/dvdbackup-buildroot/usr/share/doc/dvdbackup + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/dvdbackup-buildroot (auto) Verifying and fixing files in /usr/src/tmp/dvdbackup-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/dvdbackup-buildroot/ (default) Compressing files in /usr/src/tmp/dvdbackup-buildroot (auto) Verifying ELF objects in /usr/src/tmp/dvdbackup-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: dvdbackup-0.4.2-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.19794 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd dvdbackup-0.4.2 + DOCDIR=/usr/src/tmp/dvdbackup-buildroot/usr/share/doc/dvdbackup-0.4.2 + export DOCDIR + rm -rf /usr/src/tmp/dvdbackup-buildroot/usr/share/doc/dvdbackup-0.4.2 + /bin/mkdir -p /usr/src/tmp/dvdbackup-buildroot/usr/share/doc/dvdbackup-0.4.2 + cp -prL README INSTALL /usr/src/tmp/dvdbackup-buildroot/usr/share/doc/dvdbackup-0.4.2 + chmod -R go-w /usr/src/tmp/dvdbackup-buildroot/usr/share/doc/dvdbackup-0.4.2 + chmod -R a+rX /usr/src/tmp/dvdbackup-buildroot/usr/share/doc/dvdbackup-0.4.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.l4vmHv 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.KTqUFA find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /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.4)(64bit), libdvdread.so.8()(64bit) >= set:jfpvdQOEJhmUJMZqUbjMpGH8sJPh, 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.TYmV7I Creating dvdbackup-debuginfo package Processing files: dvdbackup-debuginfo-0.4.2-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UHSr3U find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZsJmra find-requires: running scripts (debuginfo) Requires: dvdbackup = 0.4.2-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libdvdread.so.8) Adding to dvdbackup-debuginfo a strict dependency on dvdbackup Wrote: /usr/src/RPM/RPMS/x86_64/dvdbackup-0.4.2-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/dvdbackup-debuginfo-0.4.2-alt3.x86_64.rpm (w2.lzdio) 2.45user 2.86system 0:10.16elapsed 52%CPU (0avgtext+0avgdata 43748maxresident)k 0inputs+0outputs (0major+575072minor)pagefaults 0swaps 2.87user 2.13system 0:18.00elapsed 27%CPU (0avgtext+0avgdata 135380maxresident)k 144inputs+0outputs (0major+210847minor)pagefaults 0swaps --- dvdbackup-0.4.2-alt3.x86_64.rpm.repo 2020-06-15 18:20:51.000000000 +0000 +++ dvdbackup-0.4.2-alt3.x86_64.rpm.hasher 2024-10-06 12:18:55.134315589 +0000 @@ -30,3 +30,3 @@ Provides: dvdbackup = 0.4.2-alt3:p9+247371.113340.170.1 -File: /usr/bin/dvdbackup 100755 root:root c98e302962e97a479d90d46dbcf7e011 +File: /usr/bin/dvdbackup 100755 root:root d44774bb61e1e8ed43acfb40ce54cc2a File: /usr/share/doc/dvdbackup-0.4.2 40755 root:root @@ -50,2 +50,2 @@ File: /usr/share/man/man1/dvdbackup.1.xz 100644 root:root 43aded886923c384a73804191ae84611 -RPMIdentity: 7665b4e8e2c635dc9b404e19f1adff9757af1fa7642f28f60bc71ccd015c131d225b32dc1a2a617a04efd4aefa7c02fa635466d12cac4b27143742906212f71d +RPMIdentity: 9b44bf78bfe6ce3f2548a77548ac42fe4e650f54551b3d629c1fe9a586be7f41080439973f66d2b0db57ce4c619391efbe2a053b47413ec17b027d8ee2727701 --- dvdbackup-debuginfo-0.4.2-alt3.x86_64.rpm.repo 2020-06-15 18:20:50.000000000 +0000 +++ dvdbackup-debuginfo-0.4.2-alt3.x86_64.rpm.hasher 2024-10-06 12:18:55.296318171 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/50 40755 root:root -/usr/lib/debug/.build-id/50/3b75df19bb5a667d9f14831869738c9e2131d0 120777 root:root ../../../../bin/dvdbackup -/usr/lib/debug/.build-id/50/3b75df19bb5a667d9f14831869738c9e2131d0.debug 120777 root:root ../../usr/bin/dvdbackup.debug +/usr/lib/debug/.build-id/af 40755 root:root +/usr/lib/debug/.build-id/af/0221d3076a44c917a85ec2451dafd270ed4bdd 120777 root:root ../../../../bin/dvdbackup +/usr/lib/debug/.build-id/af/0221d3076a44c917a85ec2451dafd270ed4bdd.debug 120777 root:root ../../usr/bin/dvdbackup.debug /usr/lib/debug/usr/bin/dvdbackup.debug 100644 root:root @@ -15,6 +15,6 @@ Provides: dvdbackup-debuginfo = 0.4.2-alt3:p9+247371.113340.170.1 -File: /usr/lib/debug/.build-id/50 40755 root:root -File: /usr/lib/debug/.build-id/50/3b75df19bb5a667d9f14831869738c9e2131d0 120777 root:root ../../../../bin/dvdbackup -File: /usr/lib/debug/.build-id/50/3b75df19bb5a667d9f14831869738c9e2131d0.debug 120777 root:root ../../usr/bin/dvdbackup.debug -File: /usr/lib/debug/usr/bin/dvdbackup.debug 100644 root:root fda76fabf6dc59fd2396f0dec01aef4b +File: /usr/lib/debug/.build-id/af 40755 root:root +File: /usr/lib/debug/.build-id/af/0221d3076a44c917a85ec2451dafd270ed4bdd 120777 root:root ../../../../bin/dvdbackup +File: /usr/lib/debug/.build-id/af/0221d3076a44c917a85ec2451dafd270ed4bdd.debug 120777 root:root ../../usr/bin/dvdbackup.debug +File: /usr/lib/debug/usr/bin/dvdbackup.debug 100644 root:root d699f51e7cc254c491957a22f4755bd9 File: /usr/src/debug/dvdbackup-0.4.2 40755 root:root @@ -24,2 +24,2 @@ File: /usr/src/debug/dvdbackup-0.4.2/src/main.c 100644 root:root 0e8450818ca73c64091425db214d4e02 -RPMIdentity: 11a10f9ca0440ffe812205ae1761c7f52d908594a1f9ee46a88d3e67718a14ea7abe5eb27d88d89a55f224d778d261018f4f009e1860d200f1463d9d1bedeba6 +RPMIdentity: 116ec7d39a33dbee9cd5ad4672bf9f0adaa1a76bda93f1bb8337e0783d09859640f4aab85f513cf2b2c7eead30daee5b376836a5ad9f344e1923370a19833a67