suse-build-key-12.0-13.1>t  DH`pX:ݸ/=„uf4mb&?gsf55E͠ڀ<HHChDc`ӚA}~Xyy+c4A3<%k-2afR_jʁV1%oiЫ+^:@ !oKB@Wi,I"&1;Q6rh+ :pSAx$#1`m ke]E=@U*G&w0$]>{re]cp%n&$ȑ]2d318e656fb14bd32f192183c34cc7969890dae6?MX:ݸ/=„$D~<6bB2D U)a(|'.dafBlܲ1 f1l!S2qݶG^f0BUV5WK6GWU|f<%Q.y Uln8bB+y.Y3wiyfz 7:.FrW_};=]ɐ,  IKֱ6B?2d  U 3<E ^nt{   L   f            D      8  \  ( 8 9 ( : >FG H IT XdYl\x ] ^bcde flz"Csuse-build-key12.013.1The public gpg key for rpm package signature verificationThis package contains the gpg keys that are used to sign the SUSE rpm packages. The keys installed here are not actually used by anything. rpm/zypper use the keys in the rpm db instead.X:lamb59*openSUSE Leap 42.3openSUSEGPL-2.0+http://bugs.opensuse.orgSystem/Packageslinuxnoarchif [ ! -f usr/lib/rpm/gnupg/pubring.gpg ]; then touch usr/lib/rpm/gnupg/pubring.gpg fi echo -n "importing SuSE build key to rpm keyring... " TF=`mktemp /tmp/gpg.XXXXXX` if [ -z "$TF" ]; then echo "suse-build-key::post: cannot make temporary file. Fatal error." exit 20 fi if [ -z "$HOME" ]; then HOME=/root export HOME fi if [ ! -d "$HOME" ]; then mkdir "$HOME" fi gpg -q --batch --no-options < /dev/null > /dev/null 2>&1 || true # no kidding... gpg won't initialize correctly without being called twice. gpg < /dev/null > /dev/null 2>&1 || true gpg < /dev/null > /dev/null 2>&1 || true gpg -q --batch --no-options --no-default-keyring --no-permission-warning \ --keyring usr/lib/rpm/gnupg/suse-build-key.gpg --export -a > $TF a="$?" gpg -q --batch --no-options --no-default-keyring --no-permission-warning \ --keyring usr/lib/rpm/gnupg/pubring.gpg --import < $TF b="$?" rm -f "$TF" if [ "$a" = 0 -a "$b" = 0 ]; then echo "done." else echo "importing the key from the file usr/lib/rpm/gnupg/suse-build-key.gpg" echo "returned an error. This should not happen. It may not be possible" echo "to properly verify the authenticity of rpm packages from SuSE sources." echo "The keyring containing the SuSE rpm package signing key can be found" echo "in the root directory of the first CD (DVD) of your SuSE product." exit -1 fi ### import suse package build key to roots gpg keyring if test -f root/.gnupg/pubring.gpg ; then chroot . usr/bin/gpg --export --armor --no-default-keyring \ --keyring usr/lib/rpm/gnupg/suse-build-key.gpg build@suse.de \ | chroot . usr/bin/gpg --import || true if ! chroot . usr/bin/gpg --list-keys build@suse.de >/dev/null 2>&1 ; then echo "gpg import for build@suse.de failed, please import manually" >&2 fi else cp usr/lib/rpm/gnupg/suse-build-key.gpg root/.gnupg/pubring.gpg fi chmod 600 root/.gnupg/pubring.gpgm bAA큤A큤X:X:X:X:X:X:X:X:X:X:X:X:X:dc1156f5a40c7f529c19d820da17d991486630b803db9ae8bc66c2644ba9d8424c9b8a450a537d56e3cc951487f9ea56d41d8cd98f00b204e9800998ecf8427ed41d8cd98f00b204e9800998ecf8427ecd3f1f2528f1d8d8cdf1a59378619b2e18d35a246abfa29f8fd45efe44428b774ae3c66398f03b6bebcc25342b92e6d102e5f6f94e4a7b0316a86b2363ce94b7d21f83ec96c5da431904fd520eeb978c@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsuse-build-key-12.0-13.1.src.rpmbuild-keysuse-build-key    gpgsh-utilsgpgfileutilsmktemp/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.11.2XGT->@R@R@RΏ@Q \P@PNMBK @meissner@suse.commeissner@suse.commeissner@suse.commeissner@suse.commeissner@suse.comro@suse.dero@suse.dero@suse.dero@suse.dero@suse.dero@suse.de- extend the build@suse.de product key. (bsc#1014151) pub 2048R/39DB7C82 2013-01-31 [expires: 2020-12-06] uid SuSE Package Signing Key - renamed security_at_suse_de.asc to security_at_suse_de_old.asc - security_at_suse_de.asc: new 4096 bit RSA key. pub 4096R/317CD502 2014-10-02 SUSE Security Team bnc#899509- create suse-build-key.gpg during build. - Remove old keys from keyring. (fate#314767) Keys currently inside the RPM trusted keyring: - pub 2048R/39DB7C82 SuSE Package Signing Key - pub 2048R/50A3DD1C SuSE Package Signing Key (reserve key) - Various keys are moved to the documentation area (/usr/share/doc/packages/suse-build-key) - build-at-suse-sle11.asc: the old SUSE Linux Enterprise 11 key. if SUSE Linux Enterprise 11 packages need to be verified on a SUSE Linux Enterprise 12 system. - suse_ptf_key.asc: The suse ptf key. For verification of provided PTFs. - security_at_suse_de.asc: Use only for email encryption and verification purposes when contacting our security contact address security@suse.de- reverted to contain the fullkeyring build SLE12 Alpha. - also list the old sle11 build@suse.de key temporary- Merged over logic from openSUSE-build-key. - Got rid of default importing into roots keyring. - Removed some old keys. - Clarify that security@suse.de is a email only key - PTF key is supplied also as %doc, to not be default imported. - Keys currently inside: - pub 2048R/39DB7C82 SuSE Package Signing Key - pub 2048R/50A3DD1C SuSE Package Signing Key (reserve key) - pub 1024D/B37B98A9 SUSE PTF Signing Key - pub 2048R/3D25D3D9 SuSE Security Team - added future signing key for SLES (fate#314767) (bnc#801055) using 2048 bit rsa key- added reserve key for SLES (fate#312896) 50A3DD1C SuSE Package Signing Key (reserve key) valid until (2017-01-13)- export keys to single files in /usr/lib/rpm/gnupg/keys- reduced key list. remaining keys: 307E3D54 SuSE Package Signing Key 3D25D3D9 SuSE Security Team 9C800ACA SuSE Package Signing Key B37B98A9 SUSE PTF Signing Key - if we have to set $HOME, we also have to export the variable (bnc#665912)- updated keys: (bnc#600157,bnc#599167) - 307E3D54 build@suse.de "SuSE Package Signing Key" (2014-05-03) - 9C800ACA build@suse.de "SuSE Package Signing Key" (2014-05-03) - B37B98A9 support@suse.com "SUSE PTF Signing Key" (2014-05-03) - 7E2E3B05 novell-provo-build@novell.com "Novell Provo Build" (2014-05-06) - added keys: - 1D061A62 support@novell.com "build@novell.com (Novell Linux Products)" (2014-05-06)/bin/shlamb59 1489779413 12.0-13.1gnupgdumpsigskeysgpg-pubkey-39db7c82-5847eb1f.ascgpg-pubkey-50a3dd1c-50f35137.ascpubring.gpgpubring.gpg~suse-build-key.gpgsuse-build-keybuild-at-suse-sle11.ascsecurity_at_suse_de.ascsecurity_at_suse_de_old.ascsuse_ptf_key.asc/usr/lib/rpm//usr/lib/rpm/gnupg//usr/lib/rpm/gnupg/keys//usr/share/doc/packages//usr/share/doc/packages/suse-build-key/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/642994ec8a6ad9ca23e1711529705071-suse-build-keycpiolzma5noarch-suse-linux/>fP2Ӿ6v?] crt:bLLD ͊$T f;N v%k]I,&\Y&Ie: `d (4`%Y"{CA>4Ds԰,'OBb% =Jovh}O(+[ei[ͤ^ӯ=^[>`Xʥ隴%$.|(6ۗ6ηBPIJN?F 7XiG(&j1C)`I`E8Œ*~l?9Q64={h Ubf2ٶ֜O3:2qMhTҗ%Ȳ6ƏVw` hq֫&f2;]jU%F5Pӫeb'D<)ދp5,H3`E+::a޺7`&%`DB޽n", 3\N>UkZ$# u(m_N.N" &o>ʌcȷio VB#--\nD>yCQm%yO@ ${n 5&;3ޚ4ooeF-k?PՉ+EBkcН. as)0ti/i@bY;5YڏFS]h$ w > rB9WГeYJd!Sk/aeg>=MpvC2p-] @4)=L x0#:`IT%=ٍr la a#q|Jar)'LGVw50(})HYY'XERH_GjĤ V @*([ ]Y‘9)AI긨eJ0@ @?AFjw/ue4оq9K:\RS,w/ g/^37} , G2ļ ;8(Y0jFrFGԌ~p #@CUyJ>39uObk^y0 Յ)!.G0~7y(GĜYd`6MEmT- @5 ;@^aVt,E!M_^W孭`n=K*)LPhgv>X5ytڕFݪɎ~ α饻徙04Dk`jnM%ױp^XcL񬗖e`rEFkBjPbk ZD7YLL)Ho:5-X$O~llzj+yʽ7z9޺FjcmYOb]Zϳ2 2)2J 0Ak{~T)v,m/n.G4n~UR*x2X2/V^bQs%h遇C{/6{ƞѹдoRV.b[`g3O]N*-Z]EZ:Ż:")`?O% xф=Ux*Y8QQc>6Ì`͓C񏅚PnO 8!.^8s  Dkb Ka 9LNX^RY`HņVVAP˰l5662nςԔ.~Bz2L<7˒6@@NRW0Q9!wE}˱:KGS Ǟ,}ktU˸jGcԬƽ;ygėɝ6RH4?V21X=z(^*HdzBs̲ ou.̅y S@c$# ӽDxսRHfJ×4!rStTS+(Q@,x." ^8(:>nALOfNdXJ0\6M]{ ig_;|sp Fmr N,.Us 2-4&MInʃR)iό7p9O+ȫ,kFnae} F\cx]s~p!ޑu1 /qDa#o[I-E`(Kf ki~eqH"+ :r >g( rX!=3f 0:شbك.D]0+3yEM9N6Yה{Ȋ $}Z tȷm\hʬ,ږN\tU/Y,o|;>n Dk;Q V{``|8Խ. !*)}ss򂝍;c5v̽L]+wN+~6YW"1 ឤJ[_9ߖY~ ׶sM84%SfWx[i^VW٩r,UNFcKh\uP[^(,aUw40]T\o{?A%j$ E EiݝI$՚h{`~ "?9>9"N 0JWHfJL`KhWo\JBW>#6 _`Yq " ;;EF7d?hgP 5{'XֶOB\JGM?9“q6l@6{>yEx'ŗ 3OqC2jv "KQS|6^6ARVvv8Pd֚z:L#'!#| PB:ȟ ^ڇJȣۃ29y8.N`ÇuEU" 4fX]:HeLr>$b*ݞ>~`0~!e{~ g귲6ykS;`p ֦Me q SΗ؎':Ǽ_qnxwtJT|'$ o迱˘ +'=oc0;OB;ԩRb{/a5uN 48. b\D?&J9pg,' { NӪ~[4$z5M`W:j{pjv2 yM|/C[WMԗ_ 12QcbNHw'|E}%}do%2JTKYR_hH@lLadDVZxQB DN%/TZ(}d!l-D 0WdS1PL2'-w%^|xtt$E׾ݍЄO_Ū 9nG^Z_H^nR<(9\E}Y_甅gjsK5m*Oo=rD2j]D棪ZFf -h.!AVhX5Y~foBɊhcb&UVrJa_?.YcFM_$/2~L`7`9uk*47{Pp{ k^e ^&c@lϋd \sb R*oy MM9”G||Lq0GY(s28jdN,Ydms]匙<dWg|F ɰuTa"^܇nCR. ތN_tn5aIѧ~I):.Z|1b;RQI{ieYӧU:Ӻ1I&ڛ0;].`=r*Ʃhٹlx| $ (?/#oѱ[۩BXSy OڔnK#wb/oΈ'7buH-6+e_;xPr^^B~hc4js.;SUſ_EGުms>^ 󸱑YM<'GtaAvQkv/!\8'5|+x\~;Q@:s$6p!%9mhNCVN.h n6ӽ$V݌"_:-TՆi__r%d伓+N;i\V4@T@k=$8ڊd8}vقIjCfc@Ou:g_~_eQǬ Zy҅(G'<&LkmszF\Jh7 5Lk+_ /! ?岠9VNEsXg I;Hs_urY9v߯u-5#dyɪI:qwQlAm"Qcfs񜍋*~V zk49M%GUNof[i !@*?TuX{K֤WԆ|D ojodK2`(+u@p)8riW ч[\' )'P.xxd2_bF(@=elԦok_}G:10(cya:!7_;һly`>C_n-1vB_^pc)a,xAɚYIhmm%^CH(oE@B>O1'xc"DVH4[Cfz*a qs2!S^h#MG}$r*oN8=[,(S @~k.oa%}oI[w'tx_ SMLܹ/W9<0cEGWz7^ϩHIwI<ɦ{Jb>V߭PZniN|!r4"Kx s{"cwbڳB5_a9s㜷Bi*a. 6(q)P-jRLr)!}ӏh:]d ux`^5<cP'A#&Q'XNm}(_veM(k}y%dz}w}IzC >j~XWZ740a8ApIF19Up:́c})1лgdFE4g>ؿEźvl@+ `A2htǺH"W%LgL|vG!G(.BV BKi:,,T?)  ԩa8CݦQ6aEZg1t:ddeiy{\mf!^Z\xu!i5zlюTc'ȺE=N: EbM 藇 S.*-KG{?t8/|&iUh)Wذj>=CmNz%̸š3Vxq }]v ءeD xs7(K"KhwJ$<+/?_7C{GO4*b΋ e^!7mHyx$xj VJeӦ@ezJ`e U!,$ yŢ}mR%,o.X'Ҭ:ܪJ oFH!\wp g4j9ʴVp\8=tL̵tWHYcǞWj(x7(W+LG.bl5o=ʣiڇg)89/-pGN6OJf?c3wR{<|/ V\JSmStoG~ XyQ^3%V\(Tgs(O"IpS-k$ X&Lg|7fKbzuJ^_3UsoxwP&sl}q|a~ñ ?K3;G&`-TDz*A->]z@>Y)BzC]<(Rܕh}|:p S!,?RswӒ8ao3U^{XY& ߆d=W:E&Q! T \GS