Commit Graph

499 Commits

Author SHA1 Message Date
Panu Matilainen f4871d32dc - fix memory corruption on rpmdb size estimation (#766260)
- fix couple of memleaks in python bindings (#782147)
- fix regression in verify output formatting (#797964)
- dont process spec include in false branch of if (#782970)
- only warn on missing excluded files on build (#745629)
- dont free up file info sets on test transactions
2012-03-07 13:21:23 +02:00
Panu Matilainen 71fdeb3726 - remember to bump the actual release, doh 2012-02-09 10:21:51 +02:00
Panu Matilainen 8f9ca3ec10 - adjust font detection rules for libmagic change (#757105)
- fix classification of ELF binaries with setuid/setgid bit (#758251)
- switch back to smaller BDB cache default (#752897)
2012-02-09 10:18:42 +02:00
Kay Sievers 069c468098 add temporary rpmlib patch to support filesystem transition
https://fedorahosted.org/fpc/ticket/118#comment:14
2012-01-24 19:17:47 +01:00
Karsten Hopp 40c2180147 bump release 2011-12-15 16:58:46 +01:00
Karsten Hopp 4efb0e5b07 warn but dont fail the build if STABS encountered by debugedit
(#725378, Panu Matilainen)
2011-12-15 16:56:04 +01:00
Dennis Gilmore d481dd5595 conditionally apply arm patch for hardfp on all arches but arm softfp ones
Conflicts:

	rpm.spec
2011-11-30 09:56:10 -06:00
Panu Matilainen bdde24ae3e Merge branch 'master' into f16
* master:
  - update to 4.9.1.2 (CVE-2011-3378) - drop upstreamed rpmdb signal patch
2011-09-29 16:51:46 +03:00
Panu Matilainen 6d748ba15f - update to 4.9.1.2 (CVE-2011-3378)
- drop upstreamed rpmdb signal patch
2011-09-29 16:22:09 +03:00
Panu Matilainen 164bb599e0 Merge branch 'master' into f16
* master:
  - fix signal blocking/unblocking regression on rpmdb open/close (#739492)
2011-09-19 13:20:56 +03:00
Panu Matilainen 0d72de20ce - fix signal blocking/unblocking regression on rpmdb open/close (#739492) 2011-09-19 13:09:38 +03:00
Panu Matilainen 839293f509 Merge branch 'master' into f16 2011-08-15 13:06:21 +03:00
Panu Matilainen 4fff596509 Revert "Add RPM_LD_FLAGS to build environment (#728974)"
This reverts commit 5594634579 temporarily
to get a saner merge with rawhide..
2011-08-15 13:06:02 +03:00
Peter Robinson a6258ccd0a drop last change as we have gdb on arm 2011-08-09 10:47:19 +01:00
Peter Robinson 7c0b68cbe5 add arm conditional for gdb-add-index 2011-08-09 10:43:12 +01:00
Adam Jackson 5594634579 Add RPM_LD_FLAGS to build environment (#728974)
Conflicts:

	rpm.spec
2011-08-08 10:37:22 -04:00
Adam Jackson 4dd6dd15e6 Add RPM_LD_FLAGS to build environment (#728974) 2011-08-08 10:28:25 -04:00
Panu Matilainen 541e4803c3 - update to 4.9.1.1 2011-08-02 13:37:18 +03:00
Panu Matilainen c81abc1f8e - fix recursion of directories with trailing slash in file list (#722474) 2011-07-19 11:22:49 +03:00
Panu Matilainen d123f007fc Merge branch 'f15' 2011-07-15 14:39:03 +03:00
Panu Matilainen 789268da7d - update to 4.9.1
- drop no longer needed patches
2011-07-15 14:30:19 +03:00
Panu Matilainen 3b3876d5b9 - rebuild to fix a missing interpreter dependency due to bug #712251 2011-06-16 22:32:54 +03:00
Panu Matilainen 59df4acec7 Merge branch 'master' into f15
* master: (3 commits)
  - fix crash if prep or changelog section in spec is empty (#706959) - fix crash on macro which undefines itself - fix script dependency generation with file 5.07 string changes (#712251)
  ...
2011-06-10 12:51:02 +03:00
Panu Matilainen 23ac61a41f - fix crash if prep or changelog section in spec is empty (#706959)
- fix crash on macro which undefines itself
- fix script dependency generation with file 5.07 string changes (#712251)
2011-06-10 12:32:12 +03:00
Panu Matilainen aca4330de0 - add dwarf-4 support to debugedit (#707677)
- generate build-id symlinks for all filenames sharing a build-id (#641377)
2011-05-26 10:06:47 +03:00
Panu Matilainen 2aa3612ada - add missing ldconfig calls to build-libs sub-package
- fix source url
2011-04-07 10:19:13 +03:00
Panu Matilainen 0c490cbc14 Merge branch 'master' into f15
* master:
  - revert the spec query change (#693338) for now, it breaks fedpkg
2011-04-07 09:31:01 +03:00
Panu Matilainen 4a8cd53363 - revert the spec query change (#693338) for now, it breaks fedpkg 2011-04-07 09:21:33 +03:00
Panu Matilainen 5d0960ecd7 Merge branch 'master' into f15 2011-04-05 19:06:26 +03:00
Panu Matilainen 5a40a02fce - verify some properties of replaced and wrong-colored files (#528383)
- only list packages that would be generated on spec query (#693338)
- preferred color packages should be erased last (#680261)
- fix leaks when freeing a populated transaction set
- take file state into account for file dependencies
2011-04-05 18:24:15 +03:00
Panu Matilainen 9f15eeef19 Bleach, merge-error 2011-03-22 09:18:51 +02:00
Panu Matilainen ae27e7d914 Merge branch 'master' into f15
* master: (3 commits)
  - fix classification of elf executables with sticky bit set (#689182)
  - also renumber manifest crash patch to reflect upstream status
  ...
2011-03-22 09:08:43 +02:00
Panu Matilainen 629d3eaa76 - fix classification of elf executables with sticky bit set (#689182)
- also renumber manifest crash patch to reflect upstream status
2011-03-22 08:46:32 +02:00
Jindrich Novy daa59d2b02 - fix crash in package manifest check (#688091) 2011-03-16 15:25:04 +01:00
Jindrich Novy 8a02be2d43 - fix crash in package manifest check (#688091) 2011-03-16 15:03:27 +01:00
Panu Matilainen 36549e20c4 - fix duplicate rpmsign binary in rpm main package dragging in build-libs 2011-03-04 21:33:17 +02:00
Panu Matilainen ffbcdae5f2 - update to 4.9.0 final
- drop upstreamed patches
2011-03-02 11:25:38 +02:00
Panu Matilainen 15f0143ab5 - wipe out BDB environment at boot via tmpfiles.d 2011-03-01 16:17:00 +02:00
Panu Matilainen 1fc711af96 - spec cosmetics: clean up extra whitespace in filelist 2011-03-01 16:15:48 +02:00
Panu Matilainen 8e71066bd2 - fix erronous double cursor open, causing yum reinstall hang (#678644) 2011-02-21 11:03:32 +02:00
Panu Matilainen e50e6cafd1 - fix broken logic in depgen collector, hopefully curing #675002 2011-02-21 08:58:59 +02:00
Panu Matilainen dbc4ff7c0a Gaah, its actually nss-softokn-freebl-devel we want 2011-02-15 16:42:39 +02:00
Panu Matilainen 1aaf8b250c - nss packaging has changed, buildrequire nss-softokn-devel 2011-02-15 16:06:43 +02:00
Panu Matilainen 15426fb9a1 - update to 4.9.0-rc1
- drop upstream patches
2011-02-15 15:49:32 +02:00
Dennis Gilmore 18e9c7d0e1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 02:40:30 -06:00
Panu Matilainen 05eaef6e80 - fix segfault when building more than one package at a time (#675565) 2011-02-07 09:21:01 +02:00
Panu Matilainen 065f3e2851 - adjust ocaml rule for libmagic string change 2011-02-06 10:01:55 +02:00
Panu Matilainen 5430e272b0 - dont try to remove environment files if private env used (related to #671200)
- unbreak mono dependency extraction (#673663)
- complain instead of silent abort if cwd is not readable (#672576)
2011-01-31 10:14:23 +02:00
Panu Matilainen 637e6c8e36 - add support for Requires(posttrans) dependencies 2011-01-25 15:33:09 +02:00
Panu Matilainen f3f6be5ff3 - avoid division by zero in rpmdb size calculation (#671056)
- fix secondary index iteration returing duplicate at end (#671149)
- fix rebuilddb creating duplicate indexes for first header
2011-01-21 14:07:30 +02:00