libsemanage-devel-static-3.1-150400.3.4.2<>,[f*ucp9|y=X$e'b&Wd6qOҵ$Ԣ0?S\/2LZȗIQrt~YNj z=Ndd_?o Ln{Ix"GO\P:alAZz.@<W6v,0<,RZ>;?d , d:L b     !&LP(28<9:FGHIXY\ ]^b*cdYe^falcutvxzClibsemanage-devel-static3.1150400.3.4.2Static archives for SELinux's policy management libraryThe libsemanage-devel-static package contains the static libraries needed for developing applications that manipulate binary policies.f*ucs390zp37>jSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://github.com/SELinuxProject/selinux/wiki/Releaseslinuxs390x>jf*ub8bd87305f313a21c685ef620e0bba121ffeadb27258250f0195d809fccfc289erootrootlibsemanage-3.1-150400.3.4.2.src.rpmlibsemanage-devel-staticlibsemanage-devel-static(s390-64)    libsemanage-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3_!d__ @^@^n@^@^@^^F] u@\+@[%@[%@[@Z%Z XN@Ws@W~W-@Wkukuk@suse.comjsegitz@suse.comjsegitz@suse.comjsegitz@suse.compmonrealgonzalez@suse.comdimstar@opensuse.orgjsegitz@suse.dejsegitz@suse.demliska@suse.czjsegitz@suse.comjengelh@inai.dejsegitz@suse.compmonrealgonzalez@suse.comrgoldwyn@suse.comjsegitz@suse.comdimstar@opensuse.orgjengelh@inai.dejsegitz@novell.comjsegitz@novell.comi@marguerite.su- Add /var/lib/selinux- Remove libsemanage-update-map-file.patch to prevent checkers from declining the submission. Keeping the snippet in the spec file in case we try to enable LTO again- Update to version 3.1 * Improved manpage * fsync final files before rename- Disabled LTO again. This breaks e.g. shadow and also other packages in security:SELinux- Fix build with LTO: [bsc#1133102] * Enable LTO (Link Time Optimization) and build with -ffat-lto-objects * Update map file to include new symbols and remove wildcards - Add libsemanage-update-map-file.patch- Drop suse_path.patch: replace it with a grep/sed logic replacing /usr/libexec in all files with the correct value for all distros (taking into account that openSUSE is in progress of migrating from /usr/lib to /usr/libexec).- Apply suse_path.patch only for older distributions. Newer use libexec- Update to version 3.0 * Add support for DCCP and SCTP protocols * include internal header to use the hidden function prototypes * mark all exported function "extern" * optionally optimize policy on rebuild Refreshed suse_path.patch- Disable LTO due to symbol versioning (boo#1138812).- Update to version 2.9 * Always set errno to 0 before calling getpwent() * Include user name in ROLE_REMOVE audit events * genhomedircon - improve handling large groups * improve semanage_migrate_store import failure * reset umask before creating directories * set selinux policy root around calls to selinux_boolean_sub * use previous seuser when getting the previous name- Use more %make_install.- Adjusted source urls (bsc#1115052)- update to version 2.8 * semanage fcontext -l now also lists home directory entries from file_contexts.homedirs. * libsemanage no longer deletes the tmp directory if there is an error while committing the policy transaction, so that any temporary files can be further inspected for debugging purposes (e.g. to examine a particular line of the generated CIL module). The tmp directory will be deleted upon the next transaction, so no manual removal is needed. * When overriding PREFIX, BINDIR, SBINDIR, SHLIBDIR, LIBEXECDIR, etc., DESTDIR has to be removed from the definition. For example on Arch Linux, SBINDIR="${pkgdir}/usr/bin" was changed to SBINDIR="/usr/bin". * PYSITEDIR has been renamed PYTHONLIBDIR (and its definition changed). - Clened with spec-cleaner- Update to version 2.7. Changes: * IB support * saves linked policy and skips relinking whenever possible- Update to version 2.6. Notable changes: * genhomedircon: do not suppress logging from libsepol * genhomedircon: use userprefix as the role for homedir * Fix bug preventing the installation of base modules * Use pp module name instead of filename when installing module * genhomedircon: remove hardcoded refpolicy strings * genhomedircon: add support for %group syntax * genhomedircon: generate contexts for logins mapped to the default user * Validate and compile file contexts before installing * Swap tcp and udp protocol numbers * genhomedircon: %{USERID} and %{USERNAME} support and code cleanups- Split out the Policy Store Migration tool into libsemanage-store-migrate: it is not a devel tool to start with. Additionally, it causes the -devel package to depend on python, which we want to avoid (libsemanabe being part of the core build cycle). The library suggests libsemanage-store-migrate.- Update RPM groups, trim description, combine filelist entries, ensure pkgconfig() symbols are generated.- Without bug number no submit to SLE 12 SP2 is possible, so to make sle-changelog-checker happy: bsc#988977- Added suse_path.patch to fix path to hll compiler- update version 2.5 * Do not overwrite CFLAGS in test Makefile, from Nicolas Iooss. * Fix uninitialized variable in direct_commit and direct_api * semanage_migrate_store: Load libsepol.so.1 instead of libsepol.so * Store homedir_template and users_extra in policy store * Fix null pointer dereference in semanage_module_key_destroy * Add semanage_module_extract() to extract a module as CIL or HLL * semanage_migrate_store: add -r option for migrating inside chroots * Add file_contexts and seusers to the store * Add policy binary and file_contexts.local to the store * Allow to install compressed modules without a compression extension * Do not copy contexts in semanage_migrate_store * Fix logic in bunzip for uncompressed pp files * Fix fname[] initialization in test_utilities.c * Add remove-hll semanage.conf option to remove HLL files after compilation to CIL * Fix memory leaks when parsing semanage.conf * Change bunzip to use heap instead of stack to prevent segfault on systems with small stack size - changes in 2.4 * Fix Makefile to allow LIBDIR and SHLIBDIR to be set to different directories * Fix bugs found by hardened gcc flags * Add missing manpage links to security_load_policy * Fix failing libsemanage pywrap tests * Fix deprecation warning for bison * Skip policy module relink when only setting booleans * Only try to compile file contexts if they exist * Fix memory leak when setting a custom store path * Add semodule option to set store root path in semanage.conf and the semodule command * Add semanage.conf option to set an alternative root path for policy store * Add support for High Level Language (HLL) to CIL compilers. The HLL compiler path is configurable, but should be placed in /usr/libexec/selinux/hll by default * Create a policy migration script for migrating the policy store from /etc/selinux to /var/lib/selinux * Add python3 support to the migration script * Use libcil to compile modules * Use symbolic versioning to maintain ABI compatibility for old install functions * Add a target-platform option to semanage.conf to control how policies are built * Add API to handle modules and source policies, moving module store to /var/lib/selinux * Only try to compile file contexts if they exists390zp37 17140585953.1-150400.3.4.23.1-150400.3.4.2libsemanage.a/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33236/SUSE_SLE-15-SP4_Update/56c236575103dca7ed4afd7ab067618d-libsemanage.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linuxcurrent ar archiveoXu?C(`utf-81fd7d6a3fdae7fbf683bbac92b32f1b283ed7dc84da51c227e6f6df7cea5a0d2?P7zXZ !t/V8]"k%P:=g0kWE\\X3qC&竜hXQ,_^Nc"Jf0Σp#YF_u^t 1,PMQkU$ R>Сx# 'nIIKӳx:3_X9fΙCq@ml=^&Z ? \J!3픺 }OxIDv>0}i=WPYP x&Ε{>@/ϿNV 쥑3&ZgH/ }¨ZIjcd$f #}>prmYlv] A2Ɣ$w?Xi!V-'ʸƪ2t= ٌElpv21R6ym̩V )=AhgK[?.߳Z#9a얝?w@$'!{ru+Sɍ,=KV1,ˁ/-6R>'@ E0hrq fߑoW5cS. &/cfG2˿C}"S^lj7Ṷ@0:TUq9uiR+fc0s`ẓ*Y;GK2 t*W_֯j$_ro,`Ru Ws"\/R ߁ap @xJ_J.]oAV T}V4{YQyЖlW?D֓n4!3ng` nKABU*,/zSK}vn_hoUޤeFj*9̈ӢY27 Yh0Yb+ULg `EݚxΦS^[F#H$\ wgp=P#[諓$Mv\(3,ovg6KW*!KM?pM_,2be'MC?:l @>0v-3o*`mѼ62DgUț.>DNH>sGOx+C~~dˌd2f^Nu5EFqTDN nz9(ېNj*~ P&%-!?nեqS4ww{kIԽWt9b4rY($^~d>DځxH~HCH2UyOx>"JTs9Ao$y2%m?*YUG pwC6Aʟ4ՙd\@:??q}$q-8#Eɞ򿳟с9 (2t$XHvV"ڕ K_43=Pϊ.j"zunYR0)&tu~+n/]_w),)VO'Ի@Q:*8!N@@$w NJtu# 5@ۛ)(ˍXƢ<*\B3{ N-_ \ U.^m2u6\Y1Mޗ[@xpWz蛃 Hr|Ibc?2Ꜳͩz]͊z ԪNGq@\ j`h(ۋA!4,x?`:E42_㶑)pXO約dwA'Z۸%HrbW:5NQrj[QɳKMK5>6] (J 7;Ь{ 嫵g6T[T\w@:f̲${Pp'ѧ `6 ݚe(C ܄jВGqz/ sk25=/*Q7rQ68+Ȳ^u}@Yd|a͌fG2'Zf̨Δ3p'b 8)8x$N>"! =n#$vQx6+#/׈T4w&lkHH9񠨬ȳr'+G3wa}G]+K܄~h܍8ܛ{+ H6c4daCMo#ӄ x7#qзK*zˣ |vqt6fu^Os*z%{Jƴ"ȹlNnoT^`ʐut ??L;r'c$,W[$9n4h'Y Vx[ o;MGd݉HM:fe>E)b>3{f֜|qc̋CGD^5rkh-ei4z L#bԺ$`p|w搫S×ufZ/)BsMM&CmٛSLP/VnЦzW\>:HxQU*Ӭ/L/Al+?cPi=:Ǥ̊_ ;D$Ut^!Z(1YS!Q95+>ohWvE%D^'h& Lu{7{8*u: cJPo]$1qMТF=WZޅra )*;ilkO yqNق[T>c:rC9[j3 @zO^/^lLb\ 9]ܜLCVE<Dl/nM@q\ Uiw*t%MSO TZєNk_FRE}! F~*qQy0 kBm2*LaVÊ0JV|X="*:~4%W~wI0((QR y/h9xm;xƴ=FGFBQ5Ī$U`.}9.6Z;uŏJtTEM_,23-M G_tN `sC;LgG`͸<BnppiHۡ"x&F#50\3hɱKPZUM/LI&W0ے2j@۬~VT;w\^ɐQGy.tM]֦n8GcTs V(q(4h#.;$̪%7ɬW:d9u*lut+y)(RtX@ҧ ۂ@CtlyFBw.?h1_M QZ |ˆ*nqnP=QLUl2[:ܮp}Z5Y}ZhhaGAznN~< M^kP +~Cܽΐodt>xyVn,FſVThD'ݎğ4^ O?WJDl,a)΍[}lJ C~zE-*eb(hv!sޭQ4{vh#p zdDpH2P8>>qƅxa([nB|F_WwQQIC:ׄ!F٭'c $tLcD?{NMq7ҾmS:gGZ=Vo3p-}N Ιփ @bKR[%=T2+v&n\I.ʲ {BvZ<z1[I{,TWŴ"$@8t{VEFQȦwhH告O3|gqY!e)cY _/\4% m;E0zQ~!JAdvBm1ߺ{<ў I%qР!UfG9b˅/ex' #q/ϳWUssKZ*tm,䆬53.c"A(Fsn0.>l9ؚ- px'~1ȁ>3nH4^ ś^|D=A \iL) !$\7-=nbu5Eu߬i8DABjSzvT|7߲`^M!mޑÏr#^9D3J&"3 C1T`쌫];?;( {' ٟ:vM#. Dz: EՃbySvW1E=oi>Ok8n pB&~jlyk rR΅"A4ͰdT(yW$>j-#});š|SVpF;}Tkiᢝ΃֩և,T«.7nSuuh5 9v8ǢLZDJB3M#< 'Q?fxF1zU}fvtw'ⷠ/ Wڷ U^_r~HMGp531X7ax$15|v3i2^+ғ V+Ya]EY(oC34bE RuHDp0M wI!ΖK=Rrrפ-EQ B+e|h%&ԒP{-+'ɺ \2gN#dh{14o$Xe3=O޸+77qh *oI= Zs~ աhJtFu'/3 ^4bK"<\t697QUX/[_`wfHqԭcM doEJ;!T7c=3a\?l'D"ӗl$S< qsͷ5֖"MR΂D»q餐IJF3^~OL#,g[ܘ݄=HqZ^Je|~f&޲ O97}UkKp1BtEA]5Y[i,sx}FMN+zStC0U`Y̥2ݨ"\Gwgf:"LTqןr)mBP6JZ7Lb9${SϝXpL-0L'ᝂV YEk[Rgkr5!L#g^~IcVYx5& .M -xV"L%Cwqa؎Y/xVo7@y90(R SrbW O nxhore .| Q:;眛M󯂎WItEdƅ#'_[=DW4oS $ gGꂭ2o ~2 'gNq;2Ԏ T;,[gVJmm+t* $oy Ã$‹,|۷G>Ԅ"BǓwv1̾t"]>]-STTh^Gh5^n5$>\> mLe—X^h`꘰"e+n&_T'R Yok%jGSD塑K[ JXŔ<}EH%) ѵ~կrFܿ.4Փ+dM(-ڐj%X6ֽbNf> w\NhQhL#~у]skTʶ!H Ϯ>Bdtީ PASG\`Um"z@ۥuLv>vso[cu!A? B|(J%n%1wD@ beDT m.C\Mk`CXPq+[ΐ5d\r3VU({c8Y)^1fiwSV6n# xV}-Bxw!̽2]i`vKMrg_I<0͔fj QlTV_O,|#&ЦxKVq ~l_ؾ /+A}-FWb+dnO"x?F6F /dY#!@0.Yv&#r6M*kA|ނի{ 3 W6FAJClq*jA_\"G^7T9q&;:96I!U1^-e.ZbP ?VwXOZe1<5p6'=.g&S,-{ȩ&L7~ojt0o ~ef+6@}cB7OdPEE,0q)(aK^fwZ:, M@ӂ=UE"yxh^4ڲC#l*Da!IK6%T$į<~}:bi_Uj N?&naMBb* C Q2ah?ux Kw;L_+x%ϩx Xp֩:; JR8l7 \Il~r8Q{OSjy9)NxIa9~D02=Sl_Sⲩ loXB^ IN1O S-OsDZ}ES`Ri/T{ r9I߉ʶ13mfSv6XSJO(i^K&n~ cu_pMiRK#:=EBNMX?Nse͸Fz#(2ʈ:ЏQSȘG}`۷&@|^ΧH[`qYFDz r#en%g7 vLZ HgB~⛸$0N8giuL]5 MIunA^9<~ /htw&l0;~WMLDW#wEc-bհq*o`:0' ݰc$l\bC8gF%A:É?yl~nJV8&s'l#.yJRksQnE9wOعk\wZWt与/H:%^O &ߡlWMZhl){<\ LB Sk gNfTpD1 >*=:t.x&,hބl=ɖ J<}/hZph%m J4["7Ζ$",J4-{KlaKY?`tF[.-)^C}7eLKHBISr1R`* [3諈5J)#x W= G)K"G;o'X]Z@d3,]}dri.'1_^2'r{\~-'1#e|9Ea?7h[# ?φ'N-@s*cxMHcKΎ%;u+,˲(-OMTRD@ sh}%t\DZ4UB-rppل "J,ӛg9?/!4#…?a#s۝3u8VhZ59+2|"_XϜόdjD:J%u$w( Q(=eݤ.մMR趁jSd$j^ +>I c% (ʈV7jQfKaWN %73H|IbSo{ޭxJ al\_Ik&J咈H\uOpobV"f>TjSa],)9t <%%фFS- 6 _0ȁnͶ ` ̯(t:G B7ߺÍV[.I.)=3 O[cRC έ^~zqFGTnbjY+rCxUem'K]NC@jhS~Py~I<ې@iۋДV ;~it à$0۶ᑸJl] |&Ck+&9Gj={`HKj8dD𷗋S8}|,eU:ԄS ddl r[^o~8|sM˹ص7cTMb :Hi/yjDB@(ŵC.i/SX%WF"ܒRZ3dєQKoCҹ9U7&aN(o^<|(_j'nZ_/Vsh0~ؐYwDhwN2w-$g5BQ\#f8Sq:G`0dhz$`hB}a!!` :;fh/[G @(J&~l (oXIZ/ 4#=OhZPpCwguYm}"H۞‡G.6 BņK"?ځ[`퍸oaҠ$ThD7RWtsX=;j4=3,N|$ץnr3"< yPeo[_ȅA( ,~\,A?yʥnEL_P@K@h'N?qjImƑ,ڒ6V }`O_Į>goFlb}1K5:C`Pg,I 0'd ~E7{̛{H񢰥D"`PDsZER펛.XZoAYGVŹbD@{~isTimfR6o-s'}˚o`9+Z6T @ tY},|:*s:/ǗSXUGʔrGD{ou7y/۶拡_ AXS57#EQ3j [Yt%*S!Tݦ.lw 8F< eOto387Fs}Ju֚R vxoVK1^}|"ua+yW&IHbX#ݱD Q lMLpiLqR޼5Cdd{f:Mm 8.WuԨj+}eV.er.H-ߌp6jH%&cO#nT6pǽRAprl OZ(9)4䂘9fׄ%@#Ts(yM-9l_Ly#-tZ/y`X{\Z|52AӪ@@C6q~IzΦq|`0ptY__B΄I|BY$hqc gf>W TZ|dH Ŏ!Re;!p% Ǥf'#EhD} ekTX7PO׭i(%v(ù?Gz/PjG^Biqt,ԽrPyK~~ &et7ڿ|%rd~p؆΂ppX>aeCE\ἡ\Ьc#ӡNKp!8c6uWU n~[ !Wgl!DJ&K \k½m y&c"`kr:x 6({]zϢ1ZC!]o yMdH,K$h26'@6z$"{_l2scMHS:xߧx/ޮYbD HeƴƵ|p8E: ;iNǶۑgS90cWqtivNH ]JL*$_ ֟(k1ش]7%D8)=)dt̤GVU)ڦ AoxZD4qƤZa̍)ח˨kfj-kE4 5Es) dmo&T;,3a{C.HtS߫XT$m<}V#`U:F@ؔ?cdMjV Υ&߉\ NܗN:Mo#]c DIqU2!މ@&}03B -B=0HD"g8ҳqbvoYBF}Jaq:Tq-h'`}YT>=X{妜Iӥ]/5J =~$fCEDf*E-gn<i^:E:Ol Lм):)+)_G­ShL8,F%~mE*Ȇ׹d7aH{;-&뢛8> k."~ ٵ,DX ,SK*9,E\5ѫS1j5  mFowF#bFxPSdT#d14Y甔-N[*@us;iL!#e'컶RXC|`sܺWO44rĞ(>, mqϛFQg&eül4d,GFEJJېxz*5D$gLTR~v+] ]lcm3~[2?XTa"6t߃v^y`%z>ɆWmEʝD?F:@Ǘ\L,3yՐw>" sy bEQ𾴵OWWQWU~@sf9X@iI [ k@|VnWvsm y+aES I;G?])O~W8-T/XۄD-Oej&/1Uw@݃+0`ȞT%xy#4&4.^%~2oA^Fr6{0H>6QѪP$z| i;o|`=Q1 .\>Om,9ЎLJrUg YZ