<86>Feb 20 02:50:01 userdel[1437084]: delete user 'rooter' <86>Feb 20 02:50:01 userdel[1437084]: removed group 'rooter' owned by 'rooter' <86>Feb 20 02:50:01 userdel[1437084]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 20 02:50:01 groupadd[1437112]: group added to /etc/group: name=rooter, GID=1302 <86>Feb 20 02:50:01 groupadd[1437112]: group added to /etc/gshadow: name=rooter <86>Feb 20 02:50:01 groupadd[1437112]: new group: name=rooter, GID=1302 <86>Feb 20 02:50:01 useradd[1437133]: new user: name=rooter, UID=1302, GID=1302, home=/root, shell=/bin/bash <86>Feb 20 02:50:01 userdel[1437175]: delete user 'builder' <86>Feb 20 02:50:01 userdel[1437175]: removed group 'builder' owned by 'builder' <86>Feb 20 02:50:01 userdel[1437175]: removed shadow group 'builder' owned by 'builder' <86>Feb 20 02:50:01 groupadd[1437216]: group added to /etc/group: name=builder, GID=1303 <86>Feb 20 02:50:01 groupadd[1437216]: group added to /etc/gshadow: name=builder <86>Feb 20 02:50:01 groupadd[1437216]: new group: name=builder, GID=1303 <86>Feb 20 02:50:01 useradd[1437248]: new user: name=builder, UID=1303, GID=1303, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ghc8.6.4-cereal-0.5.8.1-alt1.src.rpm: license not found in '/usr/share/license' directory: BSD3 warning: Macro %hs_configure2 not found warning: Macro %hs_build not found warning: Macro %hs_install not found warning: Macro %hs_gen_filelist not found <13>Feb 20 02:50:03 rpmi: rpm-macros-ghc8.6.4-common-8.6.4-alt8.qa1 sisyphus+294086.100.1.1 1643125615 installed <13>Feb 20 02:50:03 rpmi: rpm-build-haskell-1.4.6-alt1 sisyphus+276274.200.4.1 1666627957 installed <13>Feb 20 02:50:03 rpmi: libgmp-devel-6.2.1-alt5 sisyphus+309797.200.2.1 1668090171 installed <13>Feb 20 02:50:03 rpmi: libffi-devel-1:3.4.2-alt2 sisyphus+287629.100.2.1 1634659242 installed <13>Feb 20 02:50:03 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed <13>Feb 20 02:50:03 rpmi: ghc8.6.4-common-8.6.4-alt8.qa1 sisyphus+294086.100.1.1 1643125615 installed <13>Feb 20 02:50:13 rpmi: ghc8.6.4-8.6.4-alt8.qa1 sisyphus+294086.100.1.1 1643125615 installed warning: File /usr/src/in/source/ghc8.6.4-cereal-0.5.8.1-alt1.patch is smaller than 8 bytes Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ghc8.6.4-cereal-0.5.8.1-alt1.nosrc.rpm (w1.gzdio) warning: File /usr/src/RPM/SOURCES/ghc8.6.4-cereal-0.5.8.1-alt1.patch is smaller than 8 bytes Installing ghc8.6.4-cereal-0.5.8.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93158 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ghc8.6.4-cereal-0.5.8.1 + echo 'Source #0 (ghc8.6.4-cereal-0.5.8.1.tar):' Source #0 (ghc8.6.4-cereal-0.5.8.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ghc8.6.4-cereal-0.5.8.1.tar + cd ghc8.6.4-cereal-0.5.8.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ghc8.6.4-cereal-0.5.8.1-alt1.patch):' Patch #0 (ghc8.6.4-cereal-0.5.8.1-alt1.patch): + /usr/bin/patch -p1 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93158 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ghc8.6.4-cereal-0.5.8.1 + '[' -f configure.ac -a '!' -f configure ']' + '[' -x Setup ']' + ghc-8.6.4 Setup [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) Linking Setup ... + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/ghc8.6.4-cereal-0.5.8.1 '--libsubdir=$compiler/$pkgid' '--dynlibdir=/usr/lib64/$compiler/lib' --docdir=/usr/share/doc/ghc8.6.4-cereal-0.5.8.1 --datadir=/usr/share --datasubdir=ghc8.6.4-cereal-0.5.8.1 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc Configuring cereal-0.5.8.1... Warning: The flag --disable-executable-profiling is deprecated. Please use --disable-profiling instead. + '[' -x Setup ']' + ./Setup makefile -f cabal-rpm.mk unrecognised command: makefile (try --help) + ./Setup build Preprocessing library for cereal-0.5.8.1.. Building library for cereal-0.5.8.1.. [1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o ) [2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o ) [3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.o ) [4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.o ) src/Data/Serialize.hs:291:9: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for `findNr': Patterns not matched: _ _ | 291 | findNr lo hi | ^^^^^^^^^^^^... [1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.p_o ) [2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.p_o ) [3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.p_o ) [4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.p_o ) src/Data/Serialize.hs:291:9: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for `findNr': Patterns not matched: _ _ | 291 | findNr lo hi | ^^^^^^^^^^^^... + ./Setup haddock Preprocessing library for cereal-0.5.8.1.. Running Haddock on library for cereal-0.5.8.1.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: array-0.5.3.0, base-4.12.0.0, bytestring-0.10.8.2, containers-0.6.0.1, deepseq-1.4.4.0, ghc-prim-0.5.3, integer-gmp-1.0.2.0 Haddock coverage: 94% ( 61 / 65) in 'Data.Serialize.Get' Missing documentation for: label (src/Data/Serialize/Get.hs:267) getLazyByteString (src/Data/Serialize/Get.hs:508) getShortByteString (src/Data/Serialize/Get.hs:512) getTwoOf (src/Data/Serialize/Get.hs:751) Warning: 'Put' is ambiguous. It is defined * at src/Data/Serialize/Put.hs:140:18 * at src/Data/Serialize/Put.hs:143:1 You may be able to disambiguate the identifier by qualifying it or by hiding some imports. Defaulting to 'Put' defined at src/Data/Serialize/Put.hs:140:1 75% ( 42 / 56) in 'Data.Serialize.Put' Missing documentation for: Putter (src/Data/Serialize/Put.hs:145) putBuilder (src/Data/Serialize/Put.hs:201) putShortByteString (src/Data/Serialize/Put.hs:259) putTwoOf (src/Data/Serialize/Put.hs:399) putListOf (src/Data/Serialize/Put.hs:403) putIArrayOf (src/Data/Serialize/Put.hs:409) putSeqOf (src/Data/Serialize/Put.hs:415) putTreeOf (src/Data/Serialize/Put.hs:421) putMapOf (src/Data/Serialize/Put.hs:428) putIntMapOf (src/Data/Serialize/Put.hs:432) putSetOf (src/Data/Serialize/Put.hs:436) putIntSetOf (src/Data/Serialize/Put.hs:440) putMaybeOf (src/Data/Serialize/Put.hs:444) putEitherOf (src/Data/Serialize/Put.hs:449) 100% ( 11 / 11) in 'Data.Serialize.IEEE754' Cannot find documentation for: $example 87% ( 13 / 15) in 'Data.Serialize' Missing documentation for: GSerializePut (src/Data/Serialize.hs:571) GSerializeGet (src/Data/Serialize.hs:574) Warning: Data.Serialize.Get: could not find link destinations for: Monad Type >>= >> return fail String Functor fmap <$ MonadFail fail Applicative pure <*> liftA2 *> <* Alternative empty <|> some many MonadPlus mzero mplus ByteString Either get ByteString Int empty Show showsPrec ShowS show showList Maybe Bool Word8 Int8 Int64 ShortByteString Word16 Word32 Word64 Int16 Int32 Word Ix IArray Tree Seq Ord Map IntMap Set IntSet Warning: Data.Serialize.Put: could not find link destinations for: PairS Monad Type >>= >> return fail String Functor fmap <$ Applicative pure <*> liftA2 *> <* Semigroup <> sconcat NonEmpty stimes Integral Monoid mempty mappend mconcat ByteString ByteString Builder Word8 Int8 ShortByteString Word16 Word32 Word64 Int16 Int32 Int64 Word Int Ix IArray Seq Tree Map IntMap Set IntSet Maybe Either Warning: Data.Serialize.IEEE754: could not find link destinations for: Float Double Warning: Data.Serialize: could not find link destinations for: Generic Rep Bool Char Double Float Int Int8 Int16 Int32 Int64 Integer Natural Ordering Word Word8 Word16 Word32 Word64 ByteString ByteString ShortByteString IntSet Any All Maybe Ratio Integral IntMap Seq Set Ord Tree Product Dual Sum First Last Either Array Ix Map UArray IArray String Eq V1 Type U1 K1 :+: PutSum SumSize :*: M1 GetSum Documentation created: dist/doc/html/cereal/index.html + ./Setup register --gen-pkg-config=cereal.pkg + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.21510 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ghc8.6.4-cereal-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ghc8.6.4-cereal-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ghc8.6.4-cereal-0.5.8.1 + '[' -x Setup ']' + ./Setup copy --destdir=/usr/src/tmp/ghc8.6.4-cereal-buildroot Installing library in /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/cereal-0.5.8.1 + '[' -f cereal.pkg ']' + install -m 755 cereal.pkg /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/cereal-0.5.8.1 + mkdir -p /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/package.conf.d + install -D -m 644 cereal.pkg /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/package.conf.d/cereal-0.5.8.1.conf + /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc8.6.4-cereal-buildroot /usr/lib64 /usr/lib64/ghc-8.6.4/cereal-0.5.8.1 /usr/src/RPM/BUILD/ghc8.6.4-cereal-0.5.8.1 ghc8.6.4-cereal 0.5.8.1 /usr/lib64/ghc-8.6.4/package.conf.d/cereal-0.5.8.1.conf ~/tmp/ghc8.6.4-cereal-buildroot ~/RPM/BUILD/ghc8.6.4-cereal-0.5.8.1 find: './usr/bin': No such file or directory find: './usr/share/ghc8.6.4-cereal-0.5.8.1': No such file or directory ~/RPM/BUILD/ghc8.6.4-cereal-0.5.8.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ghc8.6.4-cereal-buildroot (auto) mode of './usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ghc8.6.4-cereal-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ghc8.6.4-cereal-buildroot/ (default) Compressing files in /usr/src/tmp/ghc8.6.4-cereal-buildroot (auto) Adjusting library links in /usr/src/tmp/ghc8.6.4-cereal-buildroot ./usr/lib64: (from :0) ./usr/lib64/ghc-8.6.4/lib: (from :0) libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so -> libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so 056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so Verifying ELF objects in /usr/src/tmp/ghc8.6.4-cereal-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so: RPATH contains several entries: /usr/lib64/ghc-8.6.4/array-0.5.3.0:/usr/lib64/ghc-8.6.4/base-4.12.0.0:/usr/lib64/ghc-8.6.4/bytestring-0.10.8.2:/usr/lib64/ghc-8.6.4/containers-0.6.0.1:/usr/lib64/ghc-8.6.4/deepseq-1.4.4.0:/usr/lib64/ghc-8.6.4/ghc-prim-0.5.3:/usr/lib64/ghc-8.6.4/integer-gmp-1.0.2.0:/usr/lib64/ghc-8.6.4/rts Processing files: ghc8.6.4-cereal-0.5.8.1-alt1 warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/LICENSE warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Get.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Get.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-IEEE754.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-IEEE754.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Put.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Put.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/cereal.haddock warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/cereal.haddock warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/haddock-bundle.min.js warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/haddock-bundle.min.js warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/meta.json warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/meta.json warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/minus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/minus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/ocean.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/ocean.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/plus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/plus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/quick-jump.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/quick-jump.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/synopsis.png warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/synopsis.png Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aza62P find-provides: running scripts (debuginfo,haskell,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so: 1238 symbols, 21 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rGUH4C find-requires: running scripts (cpp,debuginfo,files,haskell,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) lib.req: WARNING: /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so: overlinked libraries: /lib64/libm.so.6 /usr/lib64/ghc-8.6.4/deepseq-1.4.4.0/libHSdeepseq-1.4.4.0-ghc8.6.4.so Provides: ghc8.6.4(cereal) = 0.5.8.1, ghc8.6.4(cereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7), libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so()(64bit) = set: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 Requires: /usr/lib64/ghc-8.6.4/array-0.5.3.0/libHSarray-0.5.3.0-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/base-4.12.0.0/libHSbase-4.12.0.0-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/bytestring-0.10.8.2/libHSbytestring-0.10.8.2-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/containers-0.6.0.1/libHScontainers-0.6.0.1-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/deepseq-1.4.4.0/libHSdeepseq-1.4.4.0-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/ghc-prim-0.5.3/libHSghc-prim-0.5.3-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/integer-gmp-1.0.2.0/libHSinteger-gmp-1.0.2.0-ghc8.6.4.so, ghc8.6.4(array) = 0.5.3.0, ghc8.6.4(array-0.5.3.0), ghc8.6.4(base) = 4.12.0.0, ghc8.6.4(base-4.12.0.0), ghc8.6.4(bytestring) = 0.10.8.2, ghc8.6.4(bytestring-0.10.8.2), ghc8.6.4(containers) = 0.6.0.1, ghc8.6.4(containers-0.6.0.1), ghc8.6.4(ghc-prim) = 0.5.3, ghc8.6.4(ghc-prim-0.5.3), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libgmp.so.10()(64bit) >= set:mlbu80, libm.so.6()(64bit), 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.g12Hl2 Wrote: /usr/src/RPM/RPMS/x86_64/ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm (w2.lzdio) 21.02user 4.02system 0:28.74elapsed 87%CPU (0avgtext+0avgdata 497312maxresident)k 0inputs+0outputs (0major+1536704minor)pagefaults 0swaps /.out/ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: BSD3 2.21user 1.36system 0:45.64elapsed 7%CPU (0avgtext+0avgdata 111124maxresident)k 0inputs+0outputs (32664major+158935minor)pagefaults 0swaps --- ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm.repo 2021-07-15 00:33:35.000000000 +0000 +++ ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm.hasher 2023-02-20 02:50:44.334496281 +0000 @@ -70,19 +70,19 @@ File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize 40755 root:root -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.dyn_hi 100644 root:root 36d3d0352be7c8556c3aa9c053d9f3e5 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.hi 100644 root:root 99d763e4a4b522f8e9ff01b584a4afd5 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.p_hi 100644 root:root 29e62f55837967af5586e42f4be4f292 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.dyn_hi 100644 root:root 9befd34532c67ae455aeab8f4042c967 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.hi 100644 root:root 806f4b737088544616e28115e3e09d20 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.p_hi 100644 root:root 2734de7e6e1d3a55ab7b94261ac9c68d -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.dyn_hi 100644 root:root 754c5915a4bd18436602b0d1cfa2a9a0 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.hi 100644 root:root a24bbeb002963ba9da34a47f91321a09 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.p_hi 100644 root:root 74eef54dae4b5dcd466c872bb5aa261c -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.dyn_hi 100644 root:root 8952293e1559aea5011571bbdbac2dd8 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.hi 100644 root:root 35349e88d272cf508a2e3231675b098c -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.p_hi 100644 root:root 3c84c432dce7cf65fe9e2859a4488a0d -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/HScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7.o 100644 root:root c85b970fc3c10010866cb67a120c9789 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.dyn_hi 100644 root:root b994e0f63d450a24f4d6d7774a0821e7 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.hi 100644 root:root 53c0bfd9a7cf3320e774a649704c61b4 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.p_hi 100644 root:root e10abf70d0ddf1da0b57b89e715c4e28 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.dyn_hi 100644 root:root e6520aafa7e2df682d8aba716ffee269 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.hi 100644 root:root c5e7ede318bb66999c679f7ad1899bb3 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.p_hi 100644 root:root d8a50bc0eecc8e5572d372bb86cc0208 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.dyn_hi 100644 root:root 174f23067bf33041dc1a2d0f43cd9402 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.hi 100644 root:root cce65e36610609099f2e854d8dee27b8 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.p_hi 100644 root:root c938e40e17c3d5c1d6bf4d2173c7182b +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.dyn_hi 100644 root:root 82b321587846b8191d53f470579c9e12 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.hi 100644 root:root 23221d63fcb85efa3150920508dc3693 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.p_hi 100644 root:root 20a203a71d7a163b518c096080c2d984 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/HScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7.o 100644 root:root 2080f88d23cb8941c6e75c21cc3e5cde File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/cereal.pkg 100755 root:root d8a6bd463786a1c94e9974caf494d291 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7.a 100644 root:root 48c1c852e43a57691a80e104f9aa8ba9 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7_p.a 100644 root:root 3ec9b2231230f7f9782ffdc2dea68ed4 -File: /usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so 100644 root:root aadc38be53c2fb671161c6dfdab374e6 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7.a 100644 root:root d09cb6e5bc8f9f16a6b0758d82d05a4b +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7_p.a 100644 root:root 5f6a22c0887f174a567b9c3c0472b8c2 +File: /usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so 100644 root:root ad3f10f356683ce1f6385f4fafb8d625 File: /usr/lib64/ghc-8.6.4/package.conf.d/cereal-0.5.8.1.conf 100644 root:root d8a6bd463786a1c94e9974caf494d291 @@ -106,2 +106,2 @@ File: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/synopsis.png 100644 root:root f7936844cc05316ed73f6bf1d2e75434 -RPMIdentity: 3a77064e5a7bce1ff890256a155a2bd4d9c81429e3bfb9bf9c962e408e334dbb46cea7bf875146348bf28c35b78dd40a541c0662af664e78d9158ef5320f68e8 +RPMIdentity: 1deb54c37c936e1f486c9e136945962e808635cc3fe0f699c50573bf632749cad5ea9e0a48222b6b682a0a84ed7795510f6f98a07333a97bf60dff271cb83a5c