rpm-build-4.10.2-2.1.1>t 4 DpQT/=„ 7|ـf?^N1Z-p`*hhٓKojhsSKUHMJNXc&ԩMP5"tXWř%@GA%nzFTJk8^^Lİ/XL%"05&إA32>U#*)__SeZ5G;]:꒼EԼfx1ٖD@mQ"!zF?2@!iQT/=„s33DJa,C($D|_GzvI9l?Z?tQDb]W|>2qb: s7Ę|:XVyR>BW(6nuͼrn"Y;7+23BIʌ BrCbE˦C 5 No>5C{n湂Y hvY vi;Ȗ:~'ߴHĈiTo7oKzT&eQ.VOw,)]2| 9B`?BPd   B  (, . 0 4 U X\af&X&&(8s9s: sF?G@ H@I@X@Y@(\@D]@H^@Qb@[c@dA#eA(fA.lA0uADvAHwBxB yB zB@Crpm-build4.10.22.1.1Tools and Scripts to create rpm packagesIf you want to build a rpm, you need this package. It provides rpmbuild and requires some packages that are usually requiredQ= 4.7 * Permit key imports on transactions where signature checking is disabled, regression of sorts introduced in 4.10.0 (RhBug:856225) * Fix RPMPROB_FILTER_FORCERELOCATE aka --badreloc, regression introduced in 4.9.0 (RhBug:828784) * Verify files from non-installed packages again, regression introduced in 4.9.0 (RhBug:826589) * Fix large (> 4GB) package support, regression introduced in 4.9.0 (RhBug:844936) * Only create the first instance of a file shared between multiple packages on install (speedup + improved verification timestamp behavior) * Report config and missinok flags too in deptype format extension * Fix relative path handling in --whatprovides query * Add --noclean and --nocheck options to rpmbuild (RhBug:756531) * Permit non-existent %ghost directories to be packaged (RhBug:839656) * Dont silence patch by default (RhBug:678000, RhBug:773503) * Accept "owner" as an alias to "user" %verify attribute (RhBug:838657) * Add "power64" arch macro for all supported PowerPC 64 processors (RhBug:818320) * Fix bogus "unclosed %if" error when %include is used in conditionals * Report starting line for unclosed %if errors in spec * Always print out package dependencies on build * Restore pre-4.10.0 fdFree() behavior, ie return the fd itself while references exist, returning NULL introduced fd leak regressions. * Remove up-streamed patches: - obsoletesdeptag.diff, fdopen_strncat.diff, powerpc-fix-platform.diff, missingok.diff- Change user_group_add macro to not invoke useradd and groupadd with -o parameter. Non-unique does not make sense when not passing -u/-g (useradd/groupadd) and fails on newer pwdutils/ shadowurils implementations. The macro does not allow for a uid/gid being passed.- buildrequire rpm-build - it's ignored otherwise- remove pwdutils and timezone from default essentials, timezone is only required by very specific test suites, the builds happen in UTC anyway - and pwdutils hides packaging bugs- insserv is not required any more- extend the list of build essentials - 4 drop candidates- glibc-locale is build essential too - too many things go wrong without locales- gawk and file are build essentials too- new patch: powerpc-fix-platform.diff fix platform detection for ppc vs ppc64 (failed on ppc64 with personality changed to ppc)- follow armv5tel architecture switch from armv5el- fix rpm leaking file descriptors of packages: patch fix-fd-leak.diff- put an end date as echo into %run_permissions %run_suseconfig %suse_update_config- disarm the additional links for debuginfos as they break our "debuginfo per subpackage" functionality.- add net-tools and util-linux as basic build requires- update to rpm-4.10.0 * get rid of a couple of patches- remove %run_suseconfig_fonts macro (openFATE#313536); new macros using fonts-config directly exist in M17N:fonts/fontpackages- add tar to the rpm build essentials- add an -r option to %lang_package (bnc#513786)- Add systemctl daemon-reload call when installing initscript (bnc#769973).- set suse_version to 1220- set armv5tel architecture (similar to armv7hl approach)- remove duplicated rb_ macros - they are in ruby- fix some more crashes on malformed header data [bnc#754281] [bnc#754284] [bnc#754285] - fix quoting in brp-python-hardlink [bnc#756087] - change env handling for supplements [bnc#741543] - fix _fix macros [bnc#728682] - fix obsoletes handling of installed packages [bnc#714724] - implement tilde support in version comparison [bnc#466994]- Update remove-translations.diff to fix a echo statement that was using -n.- Add rpm-gcc47.patch: Fix build with gcc 4.7 by correcting a strncat call and including missing headers.- Add findlang-new-help.diff: patch based on git commit 6047ddf6 to make find-lang know about the new gnome help layout. - Add findlang-new-help-fix.diff: additional fix to above patch, so that locales with a territory work too (for instance, fr_FR). - Rebase langnoc.diff on top of findlang-new-help.diff, so that we won't need to rebase it with a future release containing findlang-new-help.diff. - Update remove-translations.diff to also remove help translations for languages that are not supported by the filesystem package.- avoid error message if /usr/lib/rpm/brp-suse.d is empty- make the buildrequires more inclusive, rpm is special- push Stopgap fix for rhbz#461683 from to SUSE set_javacmd preffers JRE over JDK- check exit code of suse brp scripts and abort if false- Spec file cleanup: * Removed authors from description * Spec-cleaner- fix automatic kernel supplements (bnc#741543)- Add patch from upstream to reflect changes of perl and python fileattrs to file 5.10 magics- split rpmbuild into a package of its own, which then requires basic tools to build rpms- add a python3-rpm subspecfile- go back to lua 5.1 for now (no easy port to 5.2 possible)- define %suse_update_config as obsolete and make it a wrapper around autoreconf --force --install - show diff in %suse_update_libdir- readd desktop.attr again, moving back from update-desktop-file- readd brp-compress- do not hardcode brp check list, but call everything below /usr/lib/rpm/brp-suse.d - and move our own brp scripts to brp-check-suse- add libtool as buildrequire to avoid implicit dependency- The %configure macro should use --disable-dependency-tracking that feature makes no sense when building rpms and only generates extra I/O and uglify log files. Fedora uses it since redhat-rpm-config version 9.1.0 too.- update to rpm-4.9.1.2 * fixes some securities issues * makes two local patches obsolete - add other security checks - use ~/rpmbuild as topdir is /usr/src/packages in not writeable [bnc#658536] - bump suse_version macro- enforce armv7hl plattform by default, despite the kernel only reports armv7l via uname. - make armv7hl backward compatible to armv7l- fix architecture definition for armv5el- use -O0 for soft FPU ARM- define rpmv7hl architecture for hard fpu support- Update findlang.diff: do not mark standard gettext translation files as %doc. - Rebase langnoc.diff and remove-translations.diff appropriately after this change..- restore old debugedit behaviour for stabs, otherwise binaries with stabs in it will fail the build (e.g. vmlinux images on Power)- workaround in mono-find-requires: use >= as operator when finding .NET 1.0 dependencies, the .NET 1.5 libraries are compatible (note mono-find-requires and mono-find-provides as used by the internal dependency generator are really outdated)- Do not use -fno-strict-aliasing globally, the code already does in places where really needed.- fix defattr handling for doc files- fix problem with trailings slashes and recursive file adding- fix problem with trailing slashes on dir files- update to rpm-4.9.1 * fixed a bug in signature checking * fixed crash on rpm --import for multiple keys [bnc#704589] * got rid of a couple of patches - fixed dependency generation for suid binaries [bnc#702857]- update brp.diff to not convert /sbin/init to absolute symlink (needed for kiwi and systemd).- change sigpipe fix so that the code really reads everything from the pipe- move desktop.attr to update-desktop-files- ignore SIGPIPE when writing to dependency helpers, so that builds don't randomly abort when a helper is missing- add --assume-exec option to elfdeps, so that the dependency generator really works for libs without x-bits- do not die if the changelog section is empty [bnc#695400]- get rid of "unexpectedly shrank by one" error- remove gstreamer from fileattrs - remove unused var from magic_and_path patch- disable perl requires generation completely- split elflib from elf fileattrs so that libraries without x-bits are also scanned- allow macro undef/change while expanding the macro itself- update to rpm-4.9.0: * use internal dependency generator * pluggable autodeps generators * update to berkeleydb 4.8.30 * fixed dependency match corner cases * experimental collection implementation- rpmsort + Fix comparison function to match rpm (bnc#644515, thanks to Michael Schroeder). + Add --test option to verify result against zypper vcmp.- Don't call /sbin/conf.d/SuSEconfig.pango in %run_suseconfig_fonts: it has been removed during 11.4 development.- let %find_lang remove (with a comment) languages not supported. Supported languages are in filesystem.rpm's file list (bnc#659001)- fix depflag_strong filter, all weak deps were shown as strong (bnc#359566).- fixed two more remaining filenames with spaces issues.- handle spaces in manpage filenames (like e.g. in boost).- add script to provide sysvinit() from /etc/init.d/*- remove perl macro stuff from suse_macros o provided with perl /etc/rpm/macros.perl- fix %verify_permissions to actually only warn - introduce %set_permissions to replace %run_permissions in the future- don't call /usr/bin/Check at all anymore. superfluous- change %verify_permissions to use new system mode of chkstat- add support --with-only-C and --without-C options to find-lang.sh, add %no_lang_C macro to allow compatible builds [bnc#449847]- Enable libcap support so we can use the %caps macro in spec files to set POSIX capabilities.- add leading / where appropriate in rpm-suse_macros (bnc#625763)- Add rpm-gst-provides.patch to allow rpm to collect provides of gstreamer codecs. This will help pk-gstreamer-install to also find the codecs it is looking for.- Add pkgconfig-0.24.diff: starting with pkg-config 0.24, the - -print-requires command was upstreamed, but split in - -print-requires and --print-requires-private. We need both in pkgconfigdeps.sh, though. If accepted, the patch should get upstreamed.- make suse_version 1140- use %_smp_mflags- update changelog trim date- fix sbit removal code [bnc#610941] - sort permlist file- do not load keyring if signature checking is disabled [bnc#554552] - fix nosource/nopatch srpm tag generation- backport some fixes from upstream - add generation of python/font/pkgconfig dependencies- work around spurious tar message [bnc#558475] - fix defattr reset bug [bnc#594310] - make 'rpmconfigcheck status' exit with 4 [bnc#592269] - don't consider prereq deprecated for now- port sles11-sp1 repackage-nomd5.diff and safeugid.diff- update to rpm-4.8.0 * updated python bindings * new transaction ordering code- fix readLine segfault [bnc#582599]- add baselibs.conf as a source - add SPARC baselibs- set suse_version to 1130- do not overwrite the default fuzz factor any longer - change the payload compression to 5- add make_install macro definition for real- make lang_package(s) Noarch- do not statfs all filesystems until there is something to report - cherry pick default clean section patch from upstream - add make_install macro definition- allow ufdio payload - pack db.h include file - fix abs filelist specification [bnc#535594] - fix query return value [bnc#527191]- Fix debuginfo handling for monodevelop-debugger-gdb and monodevelop-debugger-mdb packages (bnc#535543).- set fuzz factor back to 2 for now- update to rpm-4.7.1- add description to debuginfo packages- do not strip .debug suffix during debug-link generation - do not add requires based on private ELF flags [bnc#524681] - remove requires on debuginfo from debugsource package- fix debuginfo package generation for binaries without build-id- revert SUSEBuildCnt patch - fix debuginfo package generation for build root URLs with macros- add support for SUSEBuildCnt tag- generate debuginfo packages for each sub-package with corresponding debug information- the correct value for libexecdir is exec_prefix/lib (as the comment rightfully already mentioned)- findksyms.diff: also generate provides for kernel packages.- fix typo in brp-symlink (bnc#457908)- findksyms.diff: don't check for /boot/symsets-*, generate ksym() requires if not present.- rpm-suse_macros: suse_version to 1120build27 13591411804.10.2-2.1.14.10.2-2.1.1rpmbuild/usr/bin/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/2265414b9367fa99f471f58de4b39b45-rpmcpiobzip29x86_64-suse-linuxELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0xf0b8f2b8cba2e564d66d075551ee3faeb8d39ffe, strippeddirectory RRRRRRRRRRRRsa) ֚|c?pBZh91AY&SYT}|uv`i9_mrY׻mշ)R}ՓػNt us^]Bޯgu8>G h4 &&MOd 4'444ɧL~&`52zi4 i!16Ѩ4DhijS2FDlLhFSA4SO$<FSM4iLh&d4@ d h@CB4M꟡O?DLi2i4dɍGm&e4zF2hhL4h3Q"hhj)ib )jzjf$=4H4<@h2 jPhhh Ti0 =!&zgTa2i16 iF@4i4iL #!Ѧ M&&i4dɣDɦɩd2h=M  F44h4h vG)8 pT(5ͲZ pa96w)x04&14]-vLUM@P9&+`7&H X)9 fQG,#sa;|g/*یC-қ )8ΞR>fP&,nZO!95[iR&ضȩE4Y&0x:t<=K/BvIm5+4{55h<2pۼ)~ Z % :qAzP9A 伱,&l-2st/9M{>VhLqz>tUhBiVմ:$D̀YI4Z3].M[iiaj4w%@\sA3,\R%nb![.xط:l'\@lG}k,@EX܉0)Cjy}-lP2(B%m8N6.c_@Y͕㽾Y9D0?N 3M9 w@%bךV34 $Oڻ l"@AoŲ̈́hYWvMM*!p8=v7M9>lՌ mˡyӚ­lɏs٘R!7Ljb7MfZ ծq8TZBtKqDy,Q,噢a5H޽}%h*O9_H_u> Ϩa14[:oѭna_ z_ʪ'AEM፣bjE)J#*ѽۥQ6H[]F+IY=DD 2Tѧq;_oZf7:[j W9@볛ۼ/sWw^njTUGtl,DR\"¦ !%iD=V`7H6D@*2I[6HH)j\>*4Bj\yA"!‡)JPqL").J P9H1qEp4VF0fǖ"C}{ I@S(括WX i%&"ƀRcb'ajz & poX(T5&aV6! #,8*VEv!vd\uUjZ5( `,(i$A#t~ tq@I"I66#EL pքJLфU JlI%Ƶ*XLD14XЁ^h/0„4B4SՄbHD ms0T7UR̉͠"P@{#c7uo$p \nt> z(Mh6LǾBSem Y@nnBٚ}ٝSP݇9G*hOjm@ā*Y 0BB XRXITP LhAt& kCOepvtl{LtzT8=܃,CI'%vz쮀d0 y/(e;ifP$Y灮K 3o)a1^W:]KHb>-r>?;=֐BX.( 44.D\5 ԍ hC@+cI@IHZw*PRuJ"ghZ 'Ȕpi6EP: [}1MGI2,U2ۆgz1b j䒙ZBEoÙ={Z|M֋{תp8;]_O@ίc!MOj]a[GB%#IP%.u$Xi F!ˆܱsљkٮ[<K27@ 615P oYZ\md:'G+OgFHYTQFQ11Dji"9nœ>\ߒb aR4cd.z]_fOoR˕P]RYY\z2:e1 ,QcGeHP6ް@6ILDC:yւ4Oˋ=ϝm *DLGU$pz&t*-῍F8멣N4}ԳlҪVA'}uhGq0AÎg4z1H`D.B ֙5>UNL/4GQE )@<Og]ʺu{E4i䫟o >nJq`f(D̻g!`ؠ#XRqy.vlM&@o`Oy ,C!]LWTV)$ Orl4](@94t*bQFOL2F(С9ehskP}AЅ@y)4Ɯ\77{S3ZW9CCd1 =ö&mjbBzmwf:Bpй&Y>'LIEZ[i&ޥFUd,4Ґ#8Tخ5L랋A*RU.ʑhՎTz؉JT O1nxW{g8\~_};@ 0 0 0 0 /'u]u]u]ul"OQEQEQEQ< "!2Z$)G?R&;J K&A48١=Q௡V6f=:ksLgI22fĕ|Y*𜞆W|$Lb8űB:% y 9PّyDڽ^:CA!GmKhXg*,s i ұAQ3RY3XTfDf/jRW:@!km( @6ȳUƭoB*Jʫ9(-{3!oɔq#>Os5[uSVycR<**QBCI@'p]4߶}-;GiyLw،PcL4g@\`d7oQl?SkwCÈύr^ykߟ)6wwytmD:z*GhJ>lrW/ ךVe޵jyfVS sљw6{%x\~9 2~ 8!daߑkH^SNZlN0ϒ2IɡFQ KVr9CdRm"r +y8%P.>"ҙ$g&WWfGPr>|ٰW H" 4,\ 8eթN&kK/$OWF!ćfcPїKy,` qZ Y[0EufKJqLǡs3KJKuZ:&1111biP <,@RdfզUv&K``ɣr%qCFUbq E.nw+/$sv4oX@y3-*.<ˢqM* i|]_n-"o4MVJɰ(1i * ܚx11q=4lph|LZ HP KI 8 ^%U4b-,iQUkTDhEiԳ}Jy M=Kc0a@2Sh,ak*.Х7~r;#Fz)-R)uQui#8*v}(bkUXuxM7E2 @AOP^*1B:6J?ņ'4s aאR PЈ"A5xdݟ+ABxMU"mqKQ,*'#(TÐz#x4gq;|#$ Q>'XB9>P3#%*nc)lQԁUtk\:9p5DT(za~|~sM lz@3"u]5E#U\zi- Lڌ0.tEÿ9RA).R gBe̐jEsyK5+zEpmN iY1Iwǩ)&6˶(g>R @IiT&0 \L cBȡDNJQ)-5* aeQu+Q#71!\*(@Hjr܌tγ?FͨV4Єػ 85j-;RX~)!I3xK=)9;1ϰ #11 3˄;0pкnse-h{mdt=eUbY A+Qth^ 9 ndSm+LQJ;_!l*u&֢oQb6%:ݣb!|! Ml?A0srGddK ļXf.߭gIƑKV wM,j K7HXJUH4r20y@bbGFgtv3yeC00fQïak zZ; %mfՃ/T)gR zM nkК*Go{glkKD~Nڌ"޼%yW3VnDk5Cd&PIE@‰vYf5 ·e= ʄɶ@ $r(Ϫ5Z> 5knmV5u"d"n6R8h7qDrj|Qjo l{7gl8~v68rБdhR?X pZh4Q*iӱDl X\y rJ-*ei ]Ly 텧~OUKu3$ct'}Kx6m Lh?3lY} q@ &F#iӰ[Kc\ d X {0u:(QI F!`P#p}{z9 {[3!n.DF̀3Ǣ[3LCGѩha\3c,[-3hOܖ( eV'1%jA"$L3C ƁdՄJɼB/~RgdB;1$M]x}& ʽ