<86>May 4 03:00:08 userdel[862133]: delete user 'rooter' <86>May 4 03:00:08 userdel[862133]: removed group 'rooter' owned by 'rooter' <86>May 4 03:00:08 userdel[862133]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 03:00:08 groupadd[862191]: group added to /etc/group: name=rooter, GID=1817 <86>May 4 03:00:08 groupadd[862191]: group added to /etc/gshadow: name=rooter <86>May 4 03:00:08 groupadd[862191]: new group: name=rooter, GID=1817 <86>May 4 03:00:08 useradd[862226]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash, from=none <86>May 4 03:00:08 userdel[862273]: delete user 'builder' <86>May 4 03:00:08 userdel[862273]: removed group 'builder' owned by 'builder' <86>May 4 03:00:08 userdel[862273]: removed shadow group 'builder' owned by 'builder' <86>May 4 03:00:08 groupadd[862307]: group added to /etc/group: name=builder, GID=1818 <86>May 4 03:00:08 groupadd[862307]: group added to /etc/gshadow: name=builder <86>May 4 03:00:08 groupadd[862307]: new group: name=builder, GID=1818 <86>May 4 03:00:08 useradd[862345]: new user: name=builder, UID=1818, GID=1818, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/pete-2.1.0-alt2.1.src.rpm: bad symbols in the license tag: / <13>May 4 03:00:12 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>May 4 03:00:12 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 03:00:13 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 03:00:13 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687267966 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/pete-2.1.0-alt2.1.nosrc.rpm (w1.gzdio) Installing pete-2.1.0-alt2.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88792 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pete-2.1.0 + echo 'Source #0 (pete-2.1.0.tar.gz):' Source #0 (pete-2.1.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/pete-2.1.0.tar.gz + /bin/tar -xf - + cd pete-2.1.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.88792 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pete-2.1.0 + export PETEARCH=LINUXEGCS + PETEARCH=LINUXEGCS + make -j16 make: Entering directory '/usr/src/RPM/BUILD/pete-2.1.0' make -Csrc/Tools make[1]: Entering directory '/usr/src/RPM/BUILD/pete-2.1.0/src/Tools' g++ -o MakeOperators -I/usr/src/RPM/BUILD/pete-2.1.0/src -ftemplate-depth-40 -fpermissive MakeOperators.cpp \ Options.cpp PAssert.cpp PeteOps.cpp Join.cpp In file included from MakeOperators.cpp:35: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h: In instantiation of 'void UnaryBoolOp::print(OSTR&, const OPDEF&) const [with OSTR = std::basic_ostream; OPDEF = OperatorDescriptor]': /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintList.h:68:20: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = UnaryBoolOp; LIST1 = std::vector]' MakeOperators.cpp:322:14: required from here /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h:160:32: warning: 'joinWithComma' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] 160 | string args = joinWithComma("class T", opdef.argDef()); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintFunctions.h:71, from MakeOperators.cpp:36: /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::string joinWithComma(const std::string&, const std::string&, const std::string&)' declared here, later in the translation unit 47 | extern string joinWithComma(const string& a,const string& b, | ^~~~~~~~~~~~~ /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h: In instantiation of 'void BinaryBoolOp::print(OSTR&, const OPDEF&) const [with OSTR = std::basic_ostream; OPDEF = OperatorDescriptor]': /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintList.h:68:20: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryBoolOp; LIST1 = std::vector]' MakeOperators.cpp:326:14: required from here /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h:290:32: warning: 'joinWithComma' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] 290 | string args = joinWithComma("class T1, class T2", | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 291 | opdef.argDef()); | ~~~~~~~~~~~~~~~ /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::string joinWithComma(const std::string&, const std::string&, const std::string&)' declared here, later in the translation unit 47 | extern string joinWithComma(const string& a,const string& b, | ^~~~~~~~~~~~~ /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h: In instantiation of 'void BinaryLeftOp::print(OSTR&, const OPDEF&) const [with OSTR = std::basic_ostream; OPDEF = OperatorDescriptor]': /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintList.h:68:20: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryLeftOp; LIST1 = std::vector]' MakeOperators.cpp:327:14: required from here /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h:322:32: warning: 'joinWithComma' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] 322 | string args = joinWithComma("class T1, class T2", | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 323 | opdef.argDef()); | ~~~~~~~~~~~~~~~ /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::string joinWithComma(const std::string&, const std::string&, const std::string&)' declared here, later in the translation unit 47 | extern string joinWithComma(const string& a,const string& b, | ^~~~~~~~~~~~~ /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h: In instantiation of 'void BinaryAssignOp::print(OSTR&, const OPDEF&) const [with OSTR = std::basic_ostream; OPDEF = OperatorDescriptor]': /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintList.h:68:20: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryAssignOp; LIST1 = std::vector]' MakeOperators.cpp:329:14: required from here /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h:378:32: warning: 'joinWithComma' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] 378 | string args = joinWithComma("class T1, class T2", | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 379 | opdef.argDef()); | ~~~~~~~~~~~~~~~ /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::string joinWithComma(const std::string&, const std::string&, const std::string&)' declared here, later in the translation unit 47 | extern string joinWithComma(const string& a,const string& b, | ^~~~~~~~~~~~~ /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h: In instantiation of 'void BinaryAssignBoolOp::print(OSTR&, const OPDEF&) const [with OSTR = std::basic_ostream; OPDEF = OperatorDescriptor]': /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintList.h:68:20: required from 'void printList(OSTR&, const PROTOTYPE&, const LIST1&) [with OSTR = std::basic_ostream; PROTOTYPE = BinaryAssignBoolOp; LIST1 = std::vector]' MakeOperators.cpp:331:14: required from here /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/PrintOperators.h:435:32: warning: 'joinWithComma' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] 435 | string args = joinWithComma("class T1, class T2", | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 436 | opdef.argDef()); | ~~~~~~~~~~~~~~~ /usr/src/RPM/BUILD/pete-2.1.0/src/Tools/Join.h:47:15: note: 'std::string joinWithComma(const std::string&, const std::string&, const std::string&)' declared here, later in the translation unit 47 | extern string joinWithComma(const string& a,const string& b, | ^~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/pete-2.1.0/src/Tools' make: Leaving directory '/usr/src/RPM/BUILD/pete-2.1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.71742 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pete-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pete-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd pete-2.1.0 + export PETEDIR=/usr/src/tmp/pete-buildroot + PETEDIR=/usr/src/tmp/pete-buildroot + export PETEARCH=LINUXEGCS + PETEARCH=LINUXEGCS + make install make: Entering directory '/usr/src/RPM/BUILD/pete-2.1.0' make -Csrc/Tools make[1]: Entering directory '/usr/src/RPM/BUILD/pete-2.1.0/src/Tools' make[1]: Nothing to be done for 'default'. make[1]: Leaving directory '/usr/src/RPM/BUILD/pete-2.1.0/src/Tools' if [ ! -d /usr/src/tmp/pete-buildroot ] ; then mkdir /usr/src/tmp/pete-buildroot ; fi if [ ! -d /usr/src/tmp/pete-buildroot/src ] ; then mkdir /usr/src/tmp/pete-buildroot/src ; fi if [ ! -d /usr/src/tmp/pete-buildroot/src/PETE ] ; then mkdir /usr/src/tmp/pete-buildroot/src/PETE ; fi cp src/PETE/*.h /usr/src/tmp/pete-buildroot/src/PETE if [ ! -d /usr/src/tmp/pete-buildroot/src/Tools ] ; then mkdir /usr/src/tmp/pete-buildroot/src/Tools ; fi if [ ! -d /usr/src/tmp/pete-buildroot/linux ] ; then mkdir /usr/src/tmp/pete-buildroot/linux ; fi if [ ! -d /usr/src/tmp/pete-buildroot/linux/bin ] ; then mkdir /usr/src/tmp/pete-buildroot/linux/bin ; fi cp src/Tools/MakeOperators /usr/src/tmp/pete-buildroot/linux/bin cp -r html /usr/src/tmp/pete-buildroot make: Leaving directory '/usr/src/RPM/BUILD/pete-2.1.0' + install -d /usr/src/tmp/pete-buildroot/usr/bin + install -d /usr/src/tmp/pete-buildroot/usr/include/pete + install -d /usr/src/tmp/pete-buildroot/usr/share/doc/pete + mv /usr/src/tmp/pete-buildroot/linux/bin/MakeOperators /usr/src/tmp/pete-buildroot/usr/bin/ + mv /usr/src/tmp/pete-buildroot/src/PETE/Combiners.h /usr/src/tmp/pete-buildroot/src/PETE/CreateLeaf.h /usr/src/tmp/pete-buildroot/src/PETE/ForEach.h /usr/src/tmp/pete-buildroot/src/PETE/Functors.h /usr/src/tmp/pete-buildroot/src/PETE/OperatorTags.h /usr/src/tmp/pete-buildroot/src/PETE/PETE.h /usr/src/tmp/pete-buildroot/src/PETE/Scalar.h /usr/src/tmp/pete-buildroot/src/PETE/TreeNodes.h /usr/src/tmp/pete-buildroot/src/PETE/TypeComputations.h /usr/src/tmp/pete-buildroot/usr/include/pete/ + mv /usr/src/tmp/pete-buildroot/html/PETETutorials.pdf /usr/src/tmp/pete-buildroot/html/PeteOps.html /usr/src/tmp/pete-buildroot/html/background.html /usr/src/tmp/pete-buildroot/html/banner.gif /usr/src/tmp/pete-buildroot/html/builtin.html /usr/src/tmp/pete-buildroot/html/index.html /usr/src/tmp/pete-buildroot/html/introduction.html /usr/src/tmp/pete-buildroot/html/legal.html /usr/src/tmp/pete-buildroot/html/makeoperators.html /usr/src/tmp/pete-buildroot/html/stl.html /usr/src/tmp/pete-buildroot/html/tree.gif /usr/src/tmp/pete-buildroot/html/tut-1.html /usr/src/tmp/pete-buildroot/html/tut-2.html /usr/src/tmp/pete-buildroot/html/tut-3.html /usr/src/tmp/pete-buildroot/usr/share/doc/pete/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pete-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pete-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pete-buildroot/ (default) Compressing files in /usr/src/tmp/pete-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/pete-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/pete-buildroot Processing files: pete-2.1.0-alt2.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.71742 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pete-2.1.0 + DOCDIR=/usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + export DOCDIR + rm -rf /usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + /bin/mkdir -p /usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + cp -prL CREDITS LICENSE README /usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + chmod -R go-w /usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + chmod -R a+rX /usr/src/tmp/pete-buildroot/usr/share/doc/pete-2.1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uMrAhr 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.ZcbUQJ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.21)(64bit), libstdc++.so.6(GLIBCXX_3.4.29)(64bit), libstdc++.so.6(GLIBCXX_3.4.32)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.w0eZaK Creating pete-debuginfo package Processing files: libpete-devel-2.1.0-alt2.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OErko0 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.VGgG4P find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/pete-buildroot/usr/include/pete/PETE.h:63:10: fatal error: PETE/Scalar.h: No such file or directory 63 | #include "PETE/Scalar.h" | ^~~~~~~~~~~~~~~ compilation terminated. cpp.req: /usr/src/tmp/pete-buildroot/usr/include/pete/PETE.h: cpp failed, trying c++ mode /usr/src/tmp/pete-buildroot/usr/include/pete/PETE.h:63:10: fatal error: PETE/Scalar.h: No such file or directory 63 | #include "PETE/Scalar.h" | ^~~~~~~~~~~~~~~ compilation terminated. cpp.req: WARNING: /usr/src/tmp/pete-buildroot/usr/include/pete/PETE.h: cpp failed /usr/src/tmp/pete-buildroot/usr/include/pete/Functors.h:42:10: fatal error: iterator: No such file or directory 42 | #include | ^~~~~~~~~~ compilation terminated. cpp.req: /usr/src/tmp/pete-buildroot/usr/include/pete/Functors.h: cpp failed, trying c++ mode Requires: pete = 2.1.0-alt2.1 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zQT1Wq Processing files: libpete-devel-doc-2.1.0-alt2.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rsy95W 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.jydI27 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Processing files: pete-debuginfo-2.1.0-alt2.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.69jaur find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TuXVZp find-requires: running scripts (debuginfo) Requires: pete = 2.1.0-alt2.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libstdc++.so.6) Adding to libpete-devel a strict dependency on pete Adding to pete-debuginfo a strict dependency on pete Wrote: /usr/src/RPM/RPMS/x86_64/pete-2.1.0-alt2.1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libpete-devel-2.1.0-alt2.1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/noarch/libpete-devel-doc-2.1.0-alt2.1.noarch.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pete-debuginfo-2.1.0-alt2.1.x86_64.rpm (w2.lzdio) 2.02user 2.07system 0:12.53elapsed 32%CPU (0avgtext+0avgdata 123264maxresident)k 0inputs+0outputs (0major+348559minor)pagefaults 0swaps /.out/libpete-devel-doc-2.1.0-alt2.1.noarch.rpm: bad symbols in the license tag: / /.out/pete-2.1.0-alt2.1.x86_64.rpm: bad symbols in the license tag: / /.out/libpete-devel-2.1.0-alt2.1.x86_64.rpm: bad symbols in the license tag: / /.out/pete-debuginfo-2.1.0-alt2.1.x86_64.rpm: bad symbols in the license tag: / 3.63user 2.64system 0:23.39elapsed 26%CPU (0avgtext+0avgdata 131668maxresident)k 0inputs+0outputs (0major+206238minor)pagefaults 0swaps --- pete-2.1.0-alt2.1.x86_64.rpm.repo 2022-02-07 06:07:12.000000000 +0000 +++ pete-2.1.0-alt2.1.x86_64.rpm.hasher 2024-05-04 03:00:28.778520705 +0000 @@ -15,2 +15,3 @@ Requires: libstdc++.so.6(GLIBCXX_3.4.29)(64bit) +Requires: libstdc++.so.6(GLIBCXX_3.4.32)(64bit) Requires: rtld(GNU_HASH) @@ -18,3 +19,3 @@ Provides: pete = 2.1.0-alt2.1:sisyphus+294914.100.1.1 -File: /usr/bin/MakeOperators 100755 root:root 09abbd409a0d8723c07640bce0fed516 +File: /usr/bin/MakeOperators 100755 root:root 1c2fc4a04d40d6ebe326c6e43f1d2b59 File: /usr/share/doc/pete-2.1.0 40755 root:root @@ -23,2 +24,2 @@ File: /usr/share/doc/pete-2.1.0/README 100644 root:root b9a873f08c7db4a870dfc5b0fe8b10fc -RPMIdentity: 9dbfe0592008b796327d2e62bf1336d1e3d896fa9655290b334db086dcbd99fbc593e82baefe55ee2b9b13d745da00d2f7a82f22ea0fdbd7bb3c585e6dee2d8e +RPMIdentity: 36dc653ca8c9d782858ef08f11552692900263d86c2f54f50bf2fe58653a58cfd3cb2989e7f4b1cb22b472f22b2fb64bc5dbefe6e27d32c869f21d311e9c0f01 --- pete-debuginfo-2.1.0-alt2.1.x86_64.rpm.repo 2022-02-07 06:07:12.000000000 +0000 +++ pete-debuginfo-2.1.0-alt2.1.x86_64.rpm.hasher 2024-05-04 03:00:28.859521791 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/bf 40755 root:root -/usr/lib/debug/.build-id/bf/aa63a4b3303ef6b5e7e0b3b19f642b56eff54d 120777 root:root ../../../../bin/MakeOperators -/usr/lib/debug/.build-id/bf/aa63a4b3303ef6b5e7e0b3b19f642b56eff54d.debug 120777 root:root ../../usr/bin/MakeOperators.debug +/usr/lib/debug/.build-id/4d 40755 root:root +/usr/lib/debug/.build-id/4d/c95991d1260cd81d0115919f1411a7f27bd2b3 120777 root:root ../../../../bin/MakeOperators +/usr/lib/debug/.build-id/4d/c95991d1260cd81d0115919f1411a7f27bd2b3.debug 120777 root:root ../../usr/bin/MakeOperators.debug /usr/lib/debug/usr/bin/MakeOperators.debug 100644 root:root @@ -11,6 +11,6 @@ Provides: pete-debuginfo = 2.1.0-alt2.1:sisyphus+294914.100.1.1 -File: /usr/lib/debug/.build-id/bf 40755 root:root -File: /usr/lib/debug/.build-id/bf/aa63a4b3303ef6b5e7e0b3b19f642b56eff54d 120777 root:root ../../../../bin/MakeOperators -File: /usr/lib/debug/.build-id/bf/aa63a4b3303ef6b5e7e0b3b19f642b56eff54d.debug 120777 root:root ../../usr/bin/MakeOperators.debug -File: /usr/lib/debug/usr/bin/MakeOperators.debug 100644 root:root 3a9330389026946c95d2439d7f14d6b5 -RPMIdentity: 7280b785db7640bb6fb9881da2168465c4f92b78d290d7552c63f4ef7bdf4a10980d17769f491f4123364288a05b747d22a762df83eadda118fa8db1212a2c45 +File: /usr/lib/debug/.build-id/4d 40755 root:root +File: /usr/lib/debug/.build-id/4d/c95991d1260cd81d0115919f1411a7f27bd2b3 120777 root:root ../../../../bin/MakeOperators +File: /usr/lib/debug/.build-id/4d/c95991d1260cd81d0115919f1411a7f27bd2b3.debug 120777 root:root ../../usr/bin/MakeOperators.debug +File: /usr/lib/debug/usr/bin/MakeOperators.debug 100644 root:root de0e85915ab81830acff01b721325c11 +RPMIdentity: ec175eb362dc4456c0a6d3d97cffd4838c84a8d35921b7b22dab1908a8297f845b160f5cf6d5e4f092f5025696466f67a26a21fa29fbc7dafad2fc3fc1cd76a4