ipset-service-6.38-3.el7_6>t  DH`p\$ƨirI%z.cߚ8d겶1e*o&k'6g߅PJa5›L=WS½ņYT*#؀3e "z՜,_F%8UΒKv̛7Z%gTőYwO4;dqB]\ hߌ҂!7FTI_kؽM7JG#,u{P=N'ٓcۭ*K< A=- ,o7[e52Fh5VNRbe*^M:X3 h3!;{څx5m(z6 ,UZWwt%Z/V-ufMUkU~`t:yUWjI/֗]ؙ:e/`APnT8ra@w肋(=U-G*fFviy-$]c#T {q=1*;p4;33232237a8e481746b809eae0b0a06e036f297895)\$ƨtcum8$~&W7s]dll'it%\h.0LT!2i=,8Y W1&tce,8 jϸů*4\ w?9F:NӀc:Ws8;V 1sz }J`;4 `` WwEl*}Hu5JZ(KE˶~0uXY؇-_ހ5Fg5q;тS5x!5H3t*~ Xw)Lh쬻|*ZstWr? \1"[u245S+DT0,"tL8`R&R -`7^ʡ0)~p(DyG\E.x6M6x:Zr FDwQ y^$bh@;J/D~+*#ke~,ࣕϕ.6&&! IB[)D?d  6  )/6'    4 ; D`D(_)f* 4+ P, l- t8 |9 : >p?x@DGHIXY\]^[bdefltu v(wxyCipset-service6.383.el7_6ipset service for ipsetsThis package provides the service ipset that is split out of the base package since it is not active by default.[x86-01.bsys.centos.orgCentOSGPLv2CentOS BuildSystem Unspecifiedhttp://ipset.netfilter.org/linuxnoarch if [ $1 -eq 1 ] ; then # Initial installation systemctl preset ipset.service >/dev/null 2>&1 || : fiif [[ $1 -eq 0 && -n $(lsmod | grep "^xt_set ") ]]; then rmmod xt_set 2>/dev/null [[ $? -ne 0 ]] && echo Current iptables configuration requires ipsets && exit 1 fi if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable ipset.service > /dev/null 2>&1 || : systemctl stop ipset.service > /dev/null 2>&1 || : fi systemctl daemon-reload >/dev/null 2>&1 || : if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart ipset.service >/dev/null 2>&1 || : fi:AA[[[[[[[da11f4d544712bff526d87564d01ea65847e29838d555bc6554034cb6d4aa3a90ba10f2af92ac405022bb88401195d5cd6c3a7bf52d54c510a3f9d70f22e5d5de8b5fd4513bb62eb6916dd4cdd75ded790f4f21c9fc0c4579e7b2456909852b0842aff5d7f8105d0bf92b8f97a884e86be8080c31f9285c1b1b4988e463f6603Qrootrootrootrootrootrootrootrootrootrootrootrootrootrootipset-6.38-3.el7_6.src.rpmconfig(ipset-service)ipset-service@ @    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(ipset-service)ipsetiptables-servicesrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)systemdsystemdsystemdrpmlib(PayloadIsXz)6.38-3.el7_66.38-3.el7_63.0.4-14.6.0-14.0-15.2-14.11.3# Before 6.38-1, ipset.start-stop keeps a backup of previously saved sets, but # doesn't touch the /etc/sysconfig/ipset.d/.saved flag. Remove the backup on # upgrade, so that we use the current version of saved sets rm -f /etc/sysconfig/ipset.save || : exit 0# Up to 6.29-1, ipset.start-stop uses a single data file for f in /etc/sysconfig/ipset.d/*; do [ "${f}" = "/etc/sysconfig/ipset.d/*" ] && break cat ${f} >> /etc/sysconfig/ipset || : done exit 0ipset-serviceipset-service6.38-1.el7_66.38-1.el7_6[@[3|@ZԐ@XWQWs@RUR&RkR QQPb@Pb@Pw@PO/ONs:@Np@Stefano Brivio - 6.38-3Stefano Brivio - 6.38-2Stefano Brivio - 6.38-1Thomas Woerner - 6.29-1Thomas Woerner - 6.19-6Thomas Woerner - 6.19-5Daniel Mach - 6.19-4Thomas Woerner - 6.19-3Daniel Mach - 6.19-2Mathieu Bridon - 6.19Fedora Release Engineering - 6.16.1-3Fedora Release Engineering - 6.16.1-2Mathieu Bridon - 6.16.1-1Mathieu Bridon - 6.14-1Mathieu Bridon - 6.13-1Fedora Release Engineering - 6.11-2Mathieu Bridon - 6.11-1Fedora Release Engineering - 6.9.1-3Mathieu Bridon - 6.9.1-2Mathieu Bridon - 6.9.1-1- Fix loading of sets with dependencies on other sets (RHBZ#1646666)- Fix upgrade and downgrade triggers in specfile (RHBZ#1594722)- Rebase to 6.38 (RHBZ#1557600): - hash:ipmac type support added to ipset, userspace part (Tomasz Chilinski) - Refactor /etc/sysconfig/ipset.start-stop - Fixes: - IPSet Service Monolithic Operation (RHBZ#1440741) - "systemctl start ipset" doesn't handle existing ipset's having counters (RHBZ#1502212)- Rebase to 6.29 (RHBZ#1351299) - Fixes: - Backport ipset capability to run in namespaces (RHBZ#1226051) - Fix service save with empty ipset list and existing ipset save file (RHBZ#1377621) - Fix internal error at printing to output buffer (RHBZ#1395865)- Use /etc/sysconfig/ipset-config in service as EnvironmentFile (RHBZ#1136257) - Use /etc/sysconfig/ipset for data as in RHEL-6 (RHBZ#1136257) - No save on reload, but legacy save action (RHBZ#1136257)- New service sub package to provide the ipset service (RHBZ#1136257) Service and start-stop script from F-24 - Fixed ipset package summary (RHBZ#1195171) Spec file derived from F-24- Mass rebuild 2014-01-24- fixed failed rmdiff testing (RHBZ#884500)- Mass rebuild 2013-12-27- New upstream release.- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- New upstream release. - Fix a requirement.- New upstream release. - Fix scriptlets, ldconfig is needed for the libs subpackage, not the main one.- New upstream release. - Split out the library in its own subpackage.- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- New upstream release. - Removed our patch, it has been integrated upstream. As such, we also don't need to re-run autoreconf any more.- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- Some fixes based on Pierre-Yves' review feedback.- Initial packaging./bin/sh/bin/sh/bin/sh/bin/sh/bin/sh6.38-3.el7_66.38-3.el7_6ipsetipset-configipset.serviceipsetsaveipsetipset.start-stop/etc/sysconfig//usr/lib/systemd/system//usr/libexec/initscripts/legacy-actions//usr/libexec/initscripts/legacy-actions/ipset//usr/libexec//usr/libexec/ipset/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tablescpioxz2i686-redhat-linux-gnucannot open (No such file or directory)ASCII textdirectoryBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableRR?7zXZ !#," ]] b2 lNs ^ Q":b wtrGqQ4a^ x H9 E-dwh 0dѸTaB;Rf~e e3d/YvϮ+|V N'TH$^l{e3N6/-!ZťYD.[2s jWq'Hǡs15LqK"/K*>|BkN|)PA:$'T]Q=߯dCF}xe#;-@xYuqn%Ʈ|{8%0vk:kILLǟzVn Y -{iu'l6Q1͠19֨ _(`;Lv-ŹzkAz}ṷS|,q:kpCqV &EDWvq\v9E.Dw*tc m%CPl,>nD)q/s|eQ>7@|MBQ$I9Q|趎+C'qāSĀSyw*5t~lR.d@ImTl&u$Qfq%FkόNޡz$,w ҉l8dzt2l`sToVzD+G?%xN5 9c/ګ5kUgu&8[I=d NVdiXp3s~2My45Q&@bV> X(W]Zt Y`I%$Oy^]N'+W0R;s_e6.csZI2j3>n asXs-"S~"`<+>p'vK[_C3D;zf7wtWՌL:6KYy8ԟj$Q^"^tSExZU"wZε/Y$sk~6;@.igF1"~D9*yd0CH L'rQ?<oa1&66&zp[bdpsȕ% !)"BS; -FB%`d|O_+s2:$1Y0P1Xfl^N9fh:Fq,Eƹ-Et7 Z;h9:w->OyWW.lt4"4'Ykyw8γs þY 8Sx /V5%)yiT բZ?wq5_9RXjVU~`9?v42z,n'd_01g yj$2nG|^4/;U-d9,2 [e[$M&v }I/!#Ѽ-؎]d! YXDin%/b@k[Ⱦ"u?9v cB$L[+Ĕم;PMQ~-Y*IMG@?BŔL%DG=VXI|_>Wރ[_sh'>NYIjҊ?_KWur㊂`3C?btd&V/+%.0/i=p0U7+egf@]1zAx _ $ 0j%اqmTƗ2#8%Zdo/#c?9*/T x՝A?'J<֓cnI-Ը>F2y,!iym\?ӓ(׎9r ȍJ_\x6#"-;cGs98-L!ظѷ{yAu(E3Oͱ:4 sCMvϓ}DSr!d$tPX `NwWH7nD;R7wllQ,2)x ѽBЎ8u+s>ͪ3AD a`.mNf*I qYʷͮ  xXpFkmLۿ ڕp0r7#ۥT*n44t ">jD DʼnQxG^<{$K$DtZ5;}tUCĢdVYkrYBx"H8r~\!;p%%;bVGxmqFB͚ix-?FM8sKPݑq;!! ߪ~ߌrll'!5a>ql!x`&94*~tsҬVr wRDJud%e-O33b`v'dLTc<}JWP[Tgv]U~pTGx}Ǩg֬)<޼OA$=}Q؃[*"vv*&oTƓurӭ|ǛV )Jkk 4{W^LlԮ۞mHdMH;8]\I}uG'f۵׎~LFpŠ]mEs:C 4Ӄedv&*8:N5z. t}-CT F4c6iICa~ HfvowO;6 QA]6_4OJ+`Kn1|+KGlEy~ O>`">ڦ>"pvE?C YZ