Changelog for
rpm-build-4.11.2-16.28.1.i586.rpm :
* Wed Aug 31 2022 mlsAATTsuse.de- backport pgp hardening changes from upstream [bsc#1185299] new patch: pgpharden.diff- fix deadlock when multiple rpm processes try to acquire the database lock [bsc#1183659] new patch: deadlock.diff- backport header check security fixes from upstream [CVE-2021-3421] [CVE-2021-20271] [CVE-2021-20266] [bsc#1183543] [bsc#1183545] [bsc#1183632] new patch: headerchk3.diff- backport fixes for various format handling bugs [bsc#996280] new patch: formatbugs.diff
* Wed Oct 24 2018 msuchanekAATTsuse.de- Fix superfluous TOC. dependency (bsc#1113100) refresh: findksyms.diff
* Wed Sep 19 2018 mlsAATTsuse.de- Use ksym-provides tool [bsc#1077692] update to current find-provides.ksyms and find-requires.ksyms scripts (boo#1095148)
* Wed Sep 19 2018 mlsAATTsuse.de- fix symlink attacks on rpm install [bnc#943457] [CVE-2017-7500] [CVE-2017-7501] new patch: safesymlinks.diff
* Wed May 09 2018 mlsAATTsuse.de- backport support for no_recompute_build_ids macro [bnc#964063] new patch: no_recompute_build_ids.diff- fix code execution when evaluating common python-related macros [bnc#1080078] new patch: pythonmacrohelper.diff
* Mon Nov 27 2017 alarrosaAATTsuse.com- Added a %rpm_vercmp macro which accepts two versions as parameters and returns -1, 0, 1 if the first version is less than, equal or greater than the second version respectively.- Added a %pkg_version macro that accepts a package or capability name as argument and returns the version number of the installed package. If no package provides the argument, it returns the string ~~~- Added a %pkg_vcmp macro that accepts 3 parameters. The first parameter is a package name or provided capability name, the second argument is an operator ( < <= = >= > != ) and the third parameter is a version string to compare the installed version of the first argument with.- Added a %pkg_version_cmp macro which accepts a package or capability name as first argument and a version number as second argument and returns - 1, 0, 1 or ~~~ . The number values have the same meaning as in %rpm_vercmp and the ~~~ string is returned if the package or capability can\'t be found. [bnc#1069934]
* Mon Apr 10 2017 fvogtAATTsuse.com- Add patch to handle special case of .qm file paths correctly [bnc#1027925] new patch: find-lang-qt-qm.patch
* Wed Oct 12 2016 mlsAATTsuse.de- add sle_version macro to suse_macros [bnc#1003714]
* Thu Aug 04 2016 mlsAATTsuse.de- fix updating of sources/patches when recursing because of a BuildArch [bnc#953532] new patch: rpm-sourcespatches.diff
* Tue May 31 2016 mlsAATTsuse.de- add is_opensuse and leap_version macros to suse_macros [bnc#940315]
* Thu Apr 21 2016 mlsAATTsuse.de- add option to make postinstall scriptlet errors fatal [bnc#967728] new patch: enable-postin-scripts-error.diff- normalize big blocksizes to 4096 bytes [bnc#894610] [bnc#829717] [bnc#965322] new patch: normalize_blocksize.diff
* Thu Jan 08 2015 mlsAATTsuse.de- fix noglob patch, it broke files with spaces [bnc#911228]
* Wed Dec 10 2014 mlsAATTsuse.de- honor --noglob in install mode [bnc#892431] new patch: installnoglob.diff- check for bad invalid name sizes [bnc#908128] [CVE-2014-8118] new patch: cpionamesize.diff- create files with mode 0 [bnc#906803] [CVE-2013-6435] new patch: unpackmode0.diff
* Mon Aug 18 2014 mlsAATTsuse.de- rename SuSE to SUSE [bnc#888990]- add correct self-provides to debuginfo subpackages
* Thu May 22 2014 mlsAATTsuse.de- adapt restart_on_update and stop_on_removal to use systemctl [bnc#878255]
* Fri May 09 2014 mlsAATTsuse.de- fix macro adjusting in installplatform the old code broke macos like GNUconfigure [bnc#874897] new patch: gentlyadjustmacros.diff
* Fri Apr 25 2014 mlsAATTsuse.de- make _rundir configurable new patch: rundir.diff
* Tue Apr 22 2014 cooloAATTsuse.com- offer a %_rundir to avoid hardcoding /run - and packages wanting to support older distros, can have /var/run as fallback for the macro
* Mon Mar 10 2014 mlsAATTsuse.de- export the old weak dependency tags so that they are accessible from python new patch: exportoldtags.diff
* Tue Feb 25 2014 mlsAATTsuse.de- fix bug in weakdepscompa.diff patch
* Fri Feb 21 2014 mlsAATTsuse.de- make the \'douple separator\' error a warning new patch: checksepwarn.diff
* Thu Feb 20 2014 mlsAATTsuse.de- cherry-pick new weakdeps tags from upstream new patch: newweakdeps.diff dropped: weakdeps.diff- add weakdepscompat.diff to support querying the old tags
* Thu Feb 20 2014 mlsAATTsuse.de- drop outdated and non-free RPM-Tips tarball [bnc#849465]
* Thu Feb 20 2014 mlsAATTsuse.de- update to rpm-4.11.2
* dropped patches: appdata_provides.diff, application_provides.diff, beedigest.diff, debug_gdb_scripts.diff, getauxval.diff, ignore_poolstr_dummy_entries.diff, ppc64le.diff, selfconflicts.diff, strpoolrehash.diff
* Fri Jan 31 2014 mlsAATTsuse.de- reactivate kernel symbol requires/provides generation for SLE 12
* Fri Jan 31 2014 lnusselAATTsuse.de- package /usr/lib/rpm/macros.d
* Mon Dec 02 2013 adrianAATTsuse.de- activate config.guess and config.sub update also for ppc64le
* Fri Nov 29 2013 dvaleevAATTsuse.com- Rename and extend auto-config-update-aarch64.diff to auto-config-update-aarch64-ppc64le.diff to apply same hack to powerpc64le architecture
* Thu Nov 28 2013 schwabAATTsuse.de- Substitute current values of %suse_release, %sles_release, %ul_release into suse_macros (bnc#851877)
* Mon Nov 11 2013 speilickeAATTsuse.com- Add find-lang-python.patch: Support for finding translations in %python_sitelib/python_sitearch.
* Wed Nov 06 2013 dvaleevAATTsuse.com- Add support for ppc64le (ppc64le.diff) those are upstream commits: ef1497b1f81966fed56f008bc8ee8ba42102efd6 cf07feda05822377d62b973adc4010c0d7f9eaa0
* Wed Oct 30 2013 schwabAATTsuse.de- debugedit-m68k.patch: Add support for m68k
* Wed Oct 09 2013 schwabAATTsuse.de- m68k.patch: Add support for m68k
* Wed Oct 02 2013 mlsAATTsuse.de- add application_provides.diff and appdata_provides.diff to generate provides for .desktop files (both patches are sent to upstream)
* Fri Sep 27 2013 mlsAATTsuse.de- add selfconflicts.diff: fix self-conflicts and self-obsoletes handling for verify operations [bnc#838133]
* Tue Sep 24 2013 mailAATTbernhard-voelker.de- replace obsoleted \"find -perm +NNN\" syntax [bnc#842004] to \"-perm /NNN\" in debugsource-package.diff and finddebuginfo.diff.
* Wed Sep 11 2013 mlsAATTsuse.de- fix two bugs in the rpmstrPoolRehash() function: adding strpoolrehash.diff and ignore_poolstr_dummy_entries.diff
* Thu Sep 05 2013 schwabAATTlinux-m68k.org- brp-compress-no-img.patch: don\'t compress image files
* Thu Aug 29 2013 mlsAATTsuse.de- add beedigest.diff to plug memory leaks and support DSA signatures with hashes other than sha-1 (already upstream)
* Mon Aug 05 2013 dmuellerAATTsuse.com- weakdeps.diff: readd support for recommends, suggests, enhances supplements
* Thu Aug 01 2013 mlsAATTsuse.de- fix typo in .debug_gdb_scripts name [bnc#818502]
* Mon Jul 15 2013 mlsAATTsuse.de- backport noposttrans.diff from rpm master [bnc#773575]
* Fri Jul 12 2013 mlsAATTsuse.de- update to rpm-4.11.1
* fix bogus file conflict on symlink permissions
* fix replaced files not getting reported at all during verification
* fix explicit file conflicts in installed packages being ignored
* fix multiple corner cases in config file handling
* fix disk-space accounting bugs
* report replacing directories with non-directories as file conflict- package rpmdb_
* database tools- get rid of kernel symbol requires/provides, instead add simple package provides/requires like in Fedora- delete files.diff patch, it caused more harm than good
* Tue Jul 02 2013 dmuellerAATTsuse.com- extend the armv7hl hack also to armv6hl
* Fri Jun 28 2013 dmuellerAATTsuse.com- add support for armv6hl target
* Sun Jun 23 2013 schwabAATTlinux-m68k.org- psm-errno.patch: avoid losing errno from failures to unpack archive
* Thu Jun 20 2013 cooloAATTsuse.com- use gettext-devel instead of real package name gettext-tools to use the (for bootstrapping) preferred gettext-tools-mini
* Thu Jun 20 2013 cooloAATTsuse.com- add systemd-rpm-macros to essential list
* Sun May 19 2013 schwabAATTsuse.de- auto-config-update-aarch64.diff: increase level to 8
* Thu May 09 2013 schwabAATTsuse.de- Remove unused files
* Wed May 08 2013 dmuellerAATTsuse.com- auto-config-update-aarch64.diff:
* search up to 5 levels for interesting files to patch
* Tue Apr 23 2013 dmuellerAATTsuse.com- add auto-config-update-aarch64.diff:
* optionally automatically update config.guess/sub during build
* Fri Apr 05 2013 dmuellerAATTsuse.com- update to 4.10.3.1:
* Fix install-regression introduced in RPM 4.10.0 which can cause creation of real files and directories skipped when the path is shared with a %ghost.
* translation updates
* Fri Apr 05 2013 idonmezAATTsuse.com- Add Source URL, see https://en.opensuse.org/SourceUrls
* Sat Mar 30 2013 cooloAATTsuse.com- which is essential for man packages
* Mon Mar 25 2013 schwabAATTsuse.de- debugedit-aarch64.diff: handle aarch64 relocation
* Fri Feb 15 2013 dmuellerAATTsuse.com- add ignore-auxv.diff:
* avoid auxv parsing for any platform other than powerpc- add config-guess-sub-update.diff:
* update config.guess/sub for aarch64 support- update rpmrc.diff, build.diff:
* Support aarch64
* Thu Jan 10 2013 cooloAATTsuse.com- remove the macros that were documented to be removed january 2013: %run_permissions, use %set_permissions instead %run_suseconfig, SuSEconfig is gone %suse_update_config
* Wed Jan 02 2013 dmuellerAATTsuse.com- update to 4.10.2 (bnc#796375):
* Fix missing error code on unparseable signature in packages, regression introduced in rpm 4.10.0. This could result in packages with malformed signature falling through signature checking.
* Fix missing error code on --import on bogus key file (RhBug:869667)
* Fix installation of packages containing skipped hardlinks (RhBug:864622)
* Fix --setperms regression introduced in rpm 4.10.0 (RhBug:881835)
* Fix locale dependent behavior in rpm2cpio.sh (RhBug:878363)
* Add --undefine cli switch for undefining macros (related to RhBug:876308)
* Fix warnings when building with gcc >= 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
* Tue Nov 20 2012 dimstarAATTopensuse.org- 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.
* Mon Nov 12 2012 cooloAATTsuse.com- buildrequire rpm-build - it\'s ignored otherwise
* Fri Nov 09 2012 cooloAATTsuse.com- 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
* Sun Nov 04 2012 cooloAATTsuse.com- insserv is not required any more
* Sun Nov 04 2012 cooloAATTsuse.com- extend the list of build essentials - 4 drop candidates
* Sun Nov 04 2012 cooloAATTsuse.com- glibc-locale is build essential too - too many things go wrong without locales
* Sun Oct 28 2012 cooloAATTsuse.com- gawk and file are build essentials too
* Tue Oct 16 2012 roAATTsuse.de- new patch: powerpc-fix-platform.diff fix platform detection for ppc vs ppc64 (failed on ppc64 with personality changed to ppc)
* Wed Oct 10 2012 adrianAATTsuse.de- follow armv5tel architecture switch from armv5el
* Wed Sep 26 2012 cooloAATTsuse.com- fix rpm leaking file descriptors of packages: patch fix-fd-leak.diff
* Mon Sep 24 2012 cooloAATTsuse.com- put an end date as echo into %run_permissions %run_suseconfig %suse_update_config
* Mon Sep 17 2012 cooloAATTsuse.com- disarm the additional links for debuginfos as they break our \"debuginfo per subpackage\" functionality.
* Thu Sep 13 2012 cooloAATTsuse.com- add net-tools and util-linux as basic build requires
* Tue Aug 28 2012 mlsAATTsuse.de- update to rpm-4.10.0
* get rid of a couple of patches
* Wed Aug 08 2012 pgajdosAATTsuse.com- remove %run_suseconfig_fonts macro (openFATE#313536); new macros using fonts-config directly exist in M17N:fonts/fontpackages
* Thu Jul 19 2012 cooloAATTsuse.com- add tar to the rpm build essentials
* Wed Jul 18 2012 cooloAATTsuse.com- add an -r option to %lang_package (bnc#513786)
* Wed Jul 04 2012 fcrozatAATTsuse.com- Add systemctl daemon-reload call when installing initscript (bnc#769973).
* Wed Jun 13 2012 roAATTsuse.de- set suse_version to 1220
* Thu May 24 2012 adrianAATTsuse.de- set armv5tel architecture (similar to armv7hl approach)
* Thu May 10 2012 cooloAATTsuse.com- remove duplicated rb_ macros - they are in ruby
* Fri Apr 20 2012 mlsAATTsuse.de- 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]
* Mon Mar 26 2012 vuntzAATTopensuse.org- Update remove-translations.diff to fix a echo statement that was using -n.
* Tue Mar 13 2012 dimstarAATTopensuse.org- Add rpm-gcc47.patch: Fix build with gcc 4.7 by correcting a strncat call and including missing headers.
* Tue Mar 13 2012 vuntzAATTopensuse.org- 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.
* Tue Jan 31 2012 lnusselAATTsuse.de- avoid error message if /usr/lib/rpm/brp-suse.d is empty
* Sat Jan 28 2012 cooloAATTsuse.com- make the buildrequires more inclusive, rpm is special
* Fri Jan 20 2012 mvyskocilAATTsuse.cz- push Stopgap fix for rhbz#461683 from to SUSE set_javacmd preffers JRE over JDK
* Fri Jan 20 2012 dmuellerAATTsuse.de- check exit code of suse brp scripts and abort if false
* Tue Jan 17 2012 saschpeAATTsuse.de- Spec file cleanup:
* Removed authors from description
* Spec-cleaner
* Mon Jan 16 2012 lnusselAATTsuse.de- fix automatic kernel supplements (bnc#741543)
* Mon Jan 16 2012 wernerAATTsuse.de- Add patch from upstream to reflect changes of perl and python fileattrs to file 5.10 magics
* Fri Jan 13 2012 cooloAATTsuse.com- split rpmbuild into a package of its own, which then requires basic tools to build rpms
* Mon Jan 09 2012 dmuellerAATTsuse.de- add a python3-rpm subspecfile
* Sat Jan 07 2012 dmuellerAATTsuse.de- go back to lua 5.1 for now (no easy port to 5.2 possible)
* Mon Dec 19 2011 cooloAATTsuse.de- define %suse_update_config as obsolete and make it a wrapper around autoreconf --force --install- show diff in %suse_update_libdir
* Thu Dec 15 2011 cooloAATTsuse.com- readd desktop.attr again, moving back from update-desktop-file
* Mon Dec 12 2011 cooloAATTsuse.com- readd brp-compress
* Fri Dec 09 2011 cooloAATTsuse.com- 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
* Wed Nov 23 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Tue Nov 15 2011 crrodriguezAATTopensuse.org- 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.
* Wed Oct 19 2011 mlsAATTsuse.de- 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
* Fri Sep 30 2011 adrianAATTsuse.de- enforce armv7hl plattform by default, despite the kernel only reports armv7l via uname.- make armv7hl backward compatible to armv7l
* Thu Sep 29 2011 dmuellerAATTsuse.de- fix architecture definition for armv5el
* Thu Sep 29 2011 adrianAATTsuse.de- use -O0 for soft FPU ARM
* Tue Sep 27 2011 adrianAATTsuse.de- define rpmv7hl architecture for hard fpu support
* Tue Sep 06 2011 vuntzAATTopensuse.org- Update findlang.diff: do not mark standard gettext translation files as %doc.- Rebase langnoc.diff and remove-translations.diff appropriately after this change..
* Wed Aug 24 2011 meissnerAATTnovell.com- restore old debugedit behaviour for stabs, otherwise binaries with stabs in it will fail the build (e.g. vmlinux images on Power)
* Mon Aug 15 2011 roAATTsuse.de- 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)
* Wed Aug 10 2011 crrodriguezAATTopensuse.org- Do not use -fno-strict-aliasing globally, the code already does in places where really needed.
* Tue Jul 26 2011 mlsAATTsuse.de- fix defattr handling for doc files
* Thu Jul 21 2011 mlsAATTsuse.de- fix problem with trailings slashes and recursive file adding
* Wed Jul 20 2011 mlsAATTsuse.de- fix problem with trailing slashes on dir files
* Mon Jul 18 2011 mlsAATTsuse.de- 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]
* Fri Jun 17 2011 fcrozatAATTsuse.com- update brp.diff to not convert /sbin/init to absolute symlink (needed for kiwi and systemd).
* Wed Jun 08 2011 mlsAATTsuse.de- change sigpipe fix so that the code really reads everything from the pipe
* Mon Jun 06 2011 cooloAATTnovell.com- move desktop.attr to update-desktop-files
* Mon Jun 06 2011 mlsAATTsuse.de- ignore SIGPIPE when writing to dependency helpers, so that builds don\'t randomly abort when a helper is missing
* Fri Jun 03 2011 mlsAATTsuse.de- add --assume-exec option to elfdeps, so that the dependency generator really works for libs without x-bits
* Mon May 23 2011 mlsAATTsuse.de- do not die if the changelog section is empty [bnc#695400]
* Fri May 20 2011 mlsAATTsuse.de- get rid of \"unexpectedly shrank by one\" error
* Thu May 19 2011 mlsAATTsuse.de- remove gstreamer from fileattrs- remove unused var from magic_and_path patch
* Thu May 19 2011 mlsAATTsuse.de- disable perl requires generation completely
* Wed May 18 2011 mlsAATTsuse.de- split elflib from elf fileattrs so that libraries without x-bits are also scanned
* Tue May 17 2011 mlsAATTsuse.de- allow macro undef/change while expanding the macro itself
* Mon May 16 2011 mlsAATTsuse.de- 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
* Wed May 04 2011 mmarekAATTnovell.com- rpmsort + Fix comparison function to match rpm (bnc#644515, thanks to Michael Schroeder). + Add --test option to verify result against zypper vcmp.
* Sat Feb 19 2011 vuntzAATTopensuse.org- Don\'t call /sbin/conf.d/SuSEconfig.pango in %run_suseconfig_fonts: it has been removed during 11.4 development.
* Fri Jan 14 2011 cooloAATTnovell.com- let %find_lang remove (with a comment) languages not supported. Supported languages are in filesystem.rpm\'s file list (bnc#659001)
* Mon Dec 20 2010 mlsAATTsuse.de- fix depflag_strong filter, all weak deps were shown as strong (bnc#359566).
* Thu Dec 09 2010 meissnerAATTnovell.com- fixed two more remaining filenames with spaces issues.
* Wed Dec 08 2010 meissnerAATTnovell.com- handle spaces in manpage filenames (like e.g. in boost).
* Tue Dec 07 2010 cooloAATTnovell.com- add script to provide sysvinit(
) from /etc/init.d/
*
* Fri Nov 19 2010 chrisAATTcomputersalat.de- remove perl macro stuff from suse_macros o provided with perl /etc/rpm/macros.perl
* Tue Nov 16 2010 lnusselAATTsuse.de- fix %verify_permissions to actually only warn- introduce %set_permissions to replace %run_permissions in the future
* Tue Nov 09 2010 lnusselAATTsuse.de- don\'t call /usr/bin/Check at all anymore. superfluous
* Tue Nov 09 2010 lnusselAATTsuse.de- change %verify_permissions to use new system mode of chkstat
* Fri Oct 29 2010 mlsAATTsuse.de- add support --with-only-C and --without-C options to find-lang.sh, add %no_lang_C macro to allow compatible builds [bnc#449847]
* Mon Oct 04 2010 cristian.rodriguezAATTopensuse.org- Enable libcap support so we can use the %caps macro in spec files to set POSIX capabilities.
* Wed Sep 08 2010 roAATTsuse.de- add leading / where appropriate in rpm-suse_macros (bnc#625763)
* Thu Sep 02 2010 dimstarAATTopensuse.org- 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.
* Thu Aug 12 2010 vuntzAATTopensuse.org- 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.
* Tue Jul 20 2010 cooloAATTnovell.com- make suse_version 1140
* Mon Jun 28 2010 jengelhAATTmedozas.de- use %_smp_mflags
* Fri Jun 04 2010 mlsAATTsuse.de- update changelog trim date
* Fri Jun 04 2010 mlsAATTsuse.de- fix sbit removal code [bnc#610941]- sort permlist file
* Fri Apr 09 2010 mlsAATTsuse.de- do not load keyring if signature checking is disabled [bnc#554552]- fix nosource/nopatch srpm tag generation
* Thu Apr 08 2010 mlsAATTsuse.de- backport some fixes from upstream- add generation of python/font/pkgconfig dependencies
* Wed Apr 07 2010 mlsAATTsuse.de- 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
* Fri Mar 26 2010 mlsAATTsuse.de- port sles11-sp1 repackage-nomd5.diff and safeugid.diff
* Fri Mar 26 2010 mlsAATTsuse.de- update to rpm-4.8.0
* updated python bindings
* new transaction ordering code
* Wed Feb 24 2010 mlsAATTsuse.de- fix readLine segfault [bnc#582599]
* Sun Dec 13 2009 jengelhAATTmedozas.de- add baselibs.conf as a source- add SPARC baselibs
* Wed Nov 04 2009 cooloAATTnovell.com- set suse_version to 1130
* Wed Nov 04 2009 cooloAATTnovell.com- do not overwrite the default fuzz factor any longer- change the payload compression to 5
* Fri Oct 23 2009 mlsAATTsuse.de- add make_install macro definition for real
* Tue Sep 08 2009 crrodriguezAATTsuse.de- make lang_package(s) Noarch
* Fri Sep 04 2009 mlsAATTsuse.de- do not statfs all filesystems until there is something to report- cherry pick default clean section patch from upstream- add make_install macro definition
* Wed Sep 02 2009 mlsAATTsuse.de- allow ufdio payload- pack db.h include file- fix abs filelist specification [bnc#535594]- fix query return value [bnc#527191]
* Mon Aug 31 2009 ajAATTsuse.de- Fix debuginfo handling for monodevelop-debugger-gdb and monodevelop-debugger-mdb packages (bnc#535543).
* Wed Aug 26 2009 mlsAATTsuse.de- set fuzz factor back to 2 for now
* Mon Aug 24 2009 mlsAATTsuse.de- update to rpm-4.7.1
* Mon Jul 27 2009 rguentherAATTsuse.de- add description to debuginfo packages
* Mon Jul 27 2009 rguentherAATTsuse.de- 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
* Sat Jul 25 2009 rguentherAATTsuse.de- fix debuginfo package generation for binaries without build-id
* Fri Jul 24 2009 rguentherAATTsuse.de- revert SUSEBuildCnt patch- fix debuginfo package generation for build root URLs with macros
* Thu Jul 23 2009 rguentherAATTsuse.de- add support for SUSEBuildCnt tag
* Thu Jul 23 2009 rguentherAATTsuse.de- generate debuginfo packages for each sub-package with corresponding debug information
* Mon Jul 13 2009 cooloAATTnovell.com- the correct value for libexecdir is exec_prefix/lib (as the comment rightfully already mentioned)
* Tue Jun 09 2009 mmarekAATTsuse.cz- findksyms.diff: also generate provides for kernel packages.
* Mon Apr 06 2009 roAATTsuse.de- fix typo in brp-symlink (bnc#457908)
* Tue Mar 31 2009 mmarekAATTsuse.cz- findksyms.diff: don\'t check for /boot/symsets-
*, generate ksym() requires if not present.
* Thu Mar 19 2009 roAATTsuse.de- rpm-suse_macros: suse_version to 1120
* Thu Feb 19 2009 schwabAATTsuse.de- Add support for xz compressed sources.
* Wed Feb 18 2009 jblunckAATTsuse.de- Add debuginfo.prov helper script for build-id provides.
* Mon Feb 16 2009 roAATTsuse.de- fix sort call in finddebuginfo again
* Wed Feb 11 2009 cooloAATTsuse.de- sort the result of find to make symlinks stable in finddebuginfo
* Wed Feb 11 2009 cooloAATTsuse.de- adapt to new API of xz, sticking with the old LZMA format (not XZ)
* Mon Feb 09 2009 roAATTsuse.de- define disttag as optional tag with macro just like disturl
* Thu Jan 29 2009 olhAATTsuse.de- obsolete old -XXbit packages (bnc#437293)
* Tue Jan 27 2009 agruenAATTsuse.de- find-supplements.ksyms: Fix \"Supplements: packageand( kernel-$flavor:$package)\" dependency (bnc#429254).
* Mon Jan 05 2009 mmarekAATTsuse.cz- findksyms.diff: make sure that the input files for join are sorted properly (bnc#450714)
* Fri Dec 19 2008 mlsAATTsuse.de- add popt-devel and rpm-devel to baselibs config (bnc#445037)
* Thu Dec 11 2008 roAATTsuse.de- brp-symlink: whitelist kde4 doc path (bnc#457908)
* Thu Dec 11 2008 agruenAATTsuse.de- find-supplements.ksyms: Module aliases may contain special characters that rpm does not allow in dependencies, such as commas. Encode those as %XX to avoid generating broken dependencies (bnc#456695).
* Tue Dec 09 2008 schwabAATTsuse.de- find-debuginfo.sh: Don\'t convert to binary.
* Mon Dec 01 2008 roAATTsuse.de- add rpm to baselibs.conf (for net-snmp)- append a \"nil\" after suse_install_update_script and _message
* Fri Nov 28 2008 dmuellerAATTsuse.de- fix build- fix stack based buffer overflow in filelist parsing (bnc#397006)- add macros for update messages and update scripts
* Fri Nov 28 2008 mlsAATTsuse.de- disable debug package requires for now, they cause more harm than benefits
* Thu Nov 27 2008 mlsAATTsuse.de- remove \'-m64\' from ppc64 optflags [bnc#447002]- add _specfile macro- set RPMBUILD_ env vars for file helpers- make find-supplements.ksyms use RPMBUILD_SPECFILE [bnc#443815]
* Tue Nov 25 2008 jblunckAATTsuse.de- find-debuginfo.sh: fix for handling absolute symlinks
* Fri Nov 21 2008 mlsAATTsuse.de- add firmware.prov provides helper
* Fri Nov 21 2008 mmarekAATTsuse.cz- fixed sed expression in find-provides.ksyms
* Tue Nov 18 2008 jblunckAATTsuse.de- find-debuginfo.sh: Create symlinks reflecting the policy from brp-symlink
* Thu Nov 13 2008 agruenAATTsuse.de- Fix the ksym(...) provides to also include the kernel flavor (bnc#444698).
* Fri Nov 07 2008 roAATTsuse.de- update gcc flags to current set
* Fri Oct 31 2008 cooloAATTsuse.de- moved suse_update_desktop_files to package update_desktop_files
* Tue Oct 28 2008 jblunckAATTsuse.de- debugedit: Don\'t emit NOPs at the end of the line number program but at the beginning (bnc #433182 again)- debugedit: Fix an uninitialized variable use that lead to segfaults from time to time
* Tue Oct 28 2008 mlsAATTsuse.de- fix fingerprint computation for gpg checksums
* Tue Oct 21 2008 jblunckAATTsuse.de- debugedit: Fix debuginfo problems introduced by last patch (bnc #433182)
* Mon Oct 20 2008 mlsAATTsuse.de- drop static libraries and libtool archives
* Thu Oct 02 2008 vuntzAATTsuse.de- support the new -t option of suse_update_desktop_file.sh in rpm-suse_macros
* Thu Oct 02 2008 mlsAATTsuse.de- fix rpmrc compile options for ia64 [bnc#431345]
* Thu Oct 02 2008 jblunckAATTsuse.de- debugedit: Fix some compilation warnings and the canonicalization error.
* Tue Sep 16 2008 roAATTsuse.de- fix find-debuginfo.sh and debugsource-package.diff to even apply (directory depth)- add hack from jblunck using home made elfcmp
* Mon Sep 15 2008 jblunckAATTsuse.de- fix find-debuginfo.sh to work on filenames with spaces in
* Fri Sep 12 2008 mlsAATTsuse.de- fix changelog cutter- fix find-requires script- add mimetype.diff patch from Scott Reeves
* Thu Sep 11 2008 mlsAATTsuse.de- update to 4.4.2.3 to get rid of >50 patches- make changelog cutter configurable- update rpm-suse_macros
* Fri Sep 05 2008 dmuellerAATTsuse.de- strip .comment and .GCC.command.line sections from ELF binaries
* Mon Aug 25 2008 prusnakAATTsuse.cz- enabled SELinux support [Fate#303662]
* Thu Aug 21 2008 roAATTsuse.de- update rpm-suse_macros
* Wed Aug 20 2008 agruenAATTsuse.de- rpmconfigcheck: set Required-Stop to $null; this init script only performs some checks when started.- /usr/lib/python
* belongs to the rpm-python package; remove from the main rpm package.
* Mon Jun 30 2008 dmuellerAATTsuse.de- add a requires_ge macro as well
* Thu Jun 26 2008 schwabAATTsuse.de- Fix db configure script.
* Thu May 15 2008 dmuellerAATTsuse.de- remove references to brp-strip-comment-note (bnc#390163)
* Tue May 06 2008 mlsAATTsuse.de- enable all parts of the noprovides patch again, making our rpm compatible to rpm4
* Fri May 02 2008 dmuellerAATTsuse.de- add at least one supplements prefering the right kernel flavour if no modalias could be generated (bnc#384084)
* Thu May 01 2008 agruenAATTsuse.de- For kernel modules, require \"kernel(flavor:symset) = version\" instead of \"kernel(symset) = version\". This disambiguates the case where several kernel flavors end up with the same modver checksums (190163, 355628).
* Wed Apr 16 2008 jblunckAATTsuse.de- Get rid of noise when no debuginfo was generated- Never strip static libraries in find-debuginfo script
* Thu Apr 10 2008 roAATTsuse.de- added baselibs.conf file for xxbit packages
* Thu Apr 10 2008 jwAATTsuse.de- added whatrequires-doc.diff Adds a hint to the misleading --whatrequires option, pointing to the more useful -e --test. Motivated by a talk thread started by Hubert.
* Wed Apr 09 2008 mrueckertAATTsuse.de- revert the last change as it leads to duplicated entries in the file list
* Wed Apr 09 2008 jblunckAATTsuse.de- Fix a bug in last commit that leads to /usr/src/debug not belonging to any package.
* Wed Apr 09 2008 jblunckAATTsuse.de- Put debug sources into separate -debugsource package.
* Fri Mar 28 2008 cooloAATTsuse.de- leave the rpm package itself with bzip payload to avoid blocking updates from within running system
* Thu Mar 27 2008 cooloAATTsuse.de- switch payload default to lzma -2- flag GNOME docu as %doc (bnc#358838)
* Tue Mar 18 2008 mlsAATTsuse.de- make ia32 compatible to ia64, like it was in SLES9 [bnc#367705]- fix memory leak and endless loops in lzma code- make rpm provide the right lzma rpmlib name
* Tue Mar 18 2008 schwabAATTsuse.de- Fix broken db configuration.
* Fri Mar 14 2008 cooloAATTsuse.de- change it to the \"alone\" file format used by stable distributions of 7zip and lzma
* Fri Mar 14 2008 cooloAATTsuse.de- daring some more compression time to get an overall picture
* Thu Mar 13 2008 cooloAATTsuse.de- support lzma payload using liblzma
* Thu Feb 21 2008 mlsAATTsuse.de- do not configure autoreloc or colors
* Thu Jan 31 2008 roAATTsuse.de- brp-symlink: whitelist /opt/kde3/share/doc
*/HTML/
*/common
* Mon Jan 28 2008 roAATTsuse.de- finddebuginfo.diff: disable debuginfo for mono at the moment
* Mon Jan 21 2008 mlsAATTsuse.de- change vendor detection so that it works in build service, too
* Sat Jan 19 2008 mlsAATTsuse.de- update rpm-suse_macros so that the build service can build, too
* Thu Jan 17 2008 wberrierAATTsuse.de- autodeps.diff pass .config files to mono-find-requires, not mono-find-provides
* Mon Dec 03 2007 dmuellerAATTsuse.de- list email address completely again (#344147)
* Fri Nov 16 2007 dmuellerAATTsuse.de- shorten changelogs in binary rpms (#308569)
* saves 4.3MB for the one CD media
* Thu Oct 11 2007 schwabAATTsuse.de- Add support for lzma compressed archives.
* Sun Sep 30 2007 rguentherAATTsuse.de- fix build with gcc43
* Mon Sep 03 2007 dmuellerAATTsuse.de- change %lang_package implementation once again to support bundle-lang-other for only one desktop (#302270)
* Fri Aug 31 2007 dmuellerAATTsuse.de- implement supplements for lang_packages (#306412)
* Fri Aug 10 2007 dmuellerAATTsuse.de- package size reduction (#217472)
* Wed Aug 08 2007 dmuellerAATTsuse.de- support optional -n parameter in %lang_package- make %lang_package export a -all provides that can be used to resolve conflicts with the bundle
* Thu Aug 02 2007 mlsAATTsuse.de- let the debug_package_requires macro overwrite the default requires in the debuginfo package
* Tue Jul 24 2007 dmuellerAATTsuse.de- hardcode rpm in patch name
* Fri Jun 15 2007 dmuellerAATTsuse.de- package size reduction (28%)
* Sun May 27 2007 schwabAATTsuse.de- Remove duplicate rpmpopt alias.
* Fri May 25 2007 mlsAATTsuse.de- fix patch-rpm query- do not link convertdb1 statically [#274694]- use --wildcards option for tar [#272519]- fix perl.prov [#255009]- show pre/posttrans scripts in --scripts query [#253620]- remove popt version requires [#246871]- fix missing file error
* Wed May 16 2007 mlsAATTsuse.de- fix autodeps.diff mono logic
* Mon May 14 2007 cooloAATTsuse.de- correctly mark KDE documentation as %doc in find-lang.sh
* Fri May 11 2007 cooloAATTsuse.de- adding %lang_package to simplify seperating translations
* Sat Apr 28 2007 wberrierAATTsuse.de- autodeps.diff - bnc #227362 - Print warning if mono assembiles are found but mono-find-
* fails (solution is to make sure mono-devel is installed) - Also include .config files when searching for mono assemblies. (bnc #210224)
* Tue Apr 24 2007 mlsAATTsuse.de- enable noprovides patch again. disable part of the patch so that rpm checks the package provides again instead of just package name when going through the obsoletes list. This makes rpm behaviour consistent with the updated libzypp. [#232127]
* Sun Apr 22 2007 dmuellerAATTsuse.de- fix stripping of symbol table
* Tue Apr 17 2007 dmuellerAATTsuse.de- strip comment and gcc command line sections from the packages- rework SYMTAB_KEEP to accept a file pattern
* Sun Apr 08 2007 schwabAATTsuse.de- Include compilation directory in debuginfo file list.
* Sat Mar 24 2007 roAATTsuse.de- added libbz2-devel to BuildRequires and Requires for -devel
* Fri Mar 23 2007 dmuellerAATTsuse.de- drop custom libpopt so versioning- move libpopt to /lib(64) for cryptsetup- adjust installed libtool files- Fix rpm buildrequires / devel requires
* Thu Mar 22 2007 stbinnerAATTsuse.de- files.diff: when checking %files list also show unpackaged files after \"not found\" error message [#255780]
* Thu Mar 22 2007 dmuellerAATTsuse.de- remove strangely duplicated libpopt- remove static popt and corresponding .la file to reduce dependencies- Fix various format string errors in german translation which cause crashes
* Mon Mar 19 2007 rguentherAATTsuse.de- do not require build-key
* Tue Mar 06 2007 rguentherAATTsuse.de- adjust cflags_profile_generate and cflags_profile_feedback to enable tree profiling
* Fri Jan 26 2007 mlsAATTsuse.de- create /var/spool/repackage directory [#230866]- do not run pre/posttrans scripts in test mode [#235361]
* Thu Nov 30 2006 mlsAATTsuse.de- disable noprovides patch [#224824]
* Fri Nov 24 2006 mlsAATTsuse.de- fix buffer overflow in query function [#218983]- fix off-by-two error in formatStrong [#210135]- fix typo in (unused) beecrypt code [#219738]- add standard buildservice macros
* Tue Nov 14 2006 agruenAATTsuse.de- Add %supplements_kernel_module macro for use in firmware and similar packages which are related to modules in a kernel-$flavor package: RPM then extracts the modaliases from the specified module(s) and adds them as Supplements: modalias(...) tags, so that the package magaer will add such packages automatically when the respective hardware is present.
* Wed Nov 08 2006 agruenAATTsuse.de- Move the Kernel Module specific macros into the kernel-source package.
* Fri Oct 20 2006 agruenAATTsuse.de- Support the distribution-independent macros %kernel_module_package_buildreq, %kernel_module_package, and inside %kernel_module_package, the macros %flavors_to_build and %kernel_source.
* Wed Oct 18 2006 mlsAATTsuse.de- split up jumbo patch in 78 small patches- fix lua directory handling [#201518]- add /etc/rpm directory to filelist [#208762]
* Mon Oct 16 2006 agruenAATTsuse.de- Fix the KMP Package spec file template so that whenever the initrd contains a module that the KMP includes, the initrd will be regenerated (211646).
* Sun Oct 15 2006 schwabAATTsuse.de- Make sure config.rpath is present.
* Mon Oct 02 2006 agruenAATTsuse.de- %suse_kernel_module_package: Abort when trying to build for a kernel that doesn\'t have an associated /boot/symsets-$krel.tar.gz file: we cannot generate the appropriate dependencies without.
* Mon Oct 02 2006 agruenAATTsuse.de- Allow kernel modules in packages even when the dependencies between those packages and the matching kernel packages cannot be tracked (199474).
* Sun Oct 01 2006 agruenAATTsuse.de- Make find-
*.ksyms more robust.
* Tue Sep 19 2006 rguentherAATTsuse.de- split rpm-python to separate spec file- remove python-devel BuildRequires
* Tue Aug 15 2006 roAATTsuse.de- workaround for gettext using MKINSTALLDIRS in configure.ac