Commit Graph

445 Commits

Author SHA1 Message Date
Jindrich Novy 507434f781 - create directory structure for rpmbuild prior to build if it doesn't
exist (#455387)
- create _topdir if it doesn't exist when installing SRPM
- don't generate broken cpio in case of hardlink pointing on softlink,
    thanks to pixel@mandriva.com
2008-09-11 06:16:20 +00:00
Jindrich Novy 2b2e2bf0cb - fail hard if patch isn't found (#461347) 2008-09-06 13:36:14 +00:00
Jindrich Novy d125466134 - fix parsing of boolean expressions in spec (#456103) 2008-09-01 14:38:38 +00:00
Jindrich Novy 42d9f1aba7 - add support for noarch subpackages
- fix segfault in case of insufficient disk space detected (#460146)
2008-08-29 05:25:44 +00:00
Panu Matilainen 05d01ee1a4 - fix archivesize tag generation on ppc (#458817) 2008-08-13 06:56:06 +00:00
Panu Matilainen e6ae279dca - new snapshot from upstream
- fixes #68290, #455972, #446202, #453364, #456708, #456103, #456321,
    #456913, #458260, #458261
- partial fix for #457360
2008-08-08 11:53:00 +00:00
Jesse Keating 3bb32d657b New snapshot from upstream, fixes a number of bugs, important for f10 alpha 2008-08-01 14:43:54 +00:00
Panu Matilainen e62394bdc9 - fix regression in patch number handling (#455872) 2008-07-19 12:31:18 +00:00
Panu Matilainen 469c1cfe44 - macro arg handling tweaks to fix #455307 2008-07-15 17:18:17 +00:00
Panu Matilainen 7c8e00941a - fix mono dependency extraction (adjust for libmagic string change) 2008-07-14 08:59:41 +00:00
Panu Matilainen ac1dcaabc3 Fix type mismatch causing "interesting" effects on ppc64
- patch already upstreamed, not worth pushing entire new snapshot tarball..
2008-07-12 15:02:42 +00:00
Panu Matilainen cbac7f35a8 rpm 4.5.90 here we come...
- spec largely rewritten and changelog truncated, too many changes to list
    here
- only provides are extracted for libtool and pkgconfig dependencies
    initially to avoid creating unsolvable dependencies
- just a couple of patches left over from F9
- building against BDB 4.5.20 for compatibility in case we need to go
    backwards
2008-07-11 15:54:19 +00:00
Bill Nottingham 172a33ecd1 Fix find-requires (#443015) 2008-04-18 16:20:57 +00:00
Panu Matilainen 4ee23614a5 - update to 4.4.2.3 final
- resolves #436770, #431009, #435620, #433188, #430428, #432496
2008-04-01 08:00:59 +00:00
Tom Callaway cf1809cd52 forgot to apply sparc mcpu patch 2008-03-30 13:55:48 +00:00
Tom Callaway 5f2203dede fix sparc optflags 2008-03-27 18:43:01 +00:00
Panu Matilainen 7f2427d0a1 - Continue ordering loop elimination as long as progress is made (#437041) 2008-03-12 07:10:17 +00:00
Jesse Keating 3db3e72457 - Autorebuild for GCC 4.3 2008-02-19 20:03:05 +00:00
Panu Matilainen 2368c31e58 - some minor bits missing from geode support breaking builds... 2008-01-25 15:47:50 +00:00
Panu Matilainen fa7edf0811 - update to 4.4.2.3-rc1
- merge nss-related patches into one
- change default queryformat to include arch
- resolves (documentation): #159638, #233232, #332271, #350401
- resolves (build): #124300, #140597, #124995, #147383, #220449
- resolves (query): #244236, #323221, #60288
- resolves (general): #223931, #164021, #83006, #205080, #217258, #428979
2008-01-25 15:17:21 +00:00
Panu Matilainen 6a4e3b56e1 Oddball build breakage from nss libraries moving to /lib... 2008-01-15 13:43:25 +00:00
Panu Matilainen 3fd55367ca - lose the useless rpm user+group, use root:root like everything else
- install x86 arch macros on x86_64 (#194123)
- dont mess up target os+arch on rpmrc include (#232429)
- set pkg-config path based on target (#212522)
2008-01-15 08:36:09 +00:00
Panu Matilainen 9c33f48d08 - fix segfault in devel symlink dependency generation from Mark Salter
(#338971)
- fix debugedit build with gcc 4.3
- drop popt-static build dependency
2008-01-04 07:19:06 +00:00
Panu Matilainen 77f9b1ed06 - Unbreak debugedit (missing crypto initialization) 2007-11-15 13:14:38 +00:00
Panu Matilainen 271f69d889 - Initialize NSS as early as possible (#382091) 2007-11-15 09:09:45 +00:00
Paul Nasrat 266b7c7b0b - Fix base64 assumption of signed char, from Tomas Mraz (#380911) 2007-11-14 20:07:38 +00:00
Panu Matilainen 34fad67758 - Use NSS instead of beecrypt for cryptography, from Tomas Mraz (#348131)
- Update build + other dependencies accordingly
2007-11-12 07:42:24 +00:00
Panu Matilainen 5408768a48 - Use package NEVRA everywhere for rpmProblems (#349091)
- The python problem addressed in -6 was related but a different issue...
2007-10-24 07:57:27 +00:00
Panu Matilainen 078fe119bb - Don't mess up problem pkgNEVR in python ts.check() (#349091) 2007-10-24 06:59:34 +00:00
Panu Matilainen e3543e0202 - add missing popt-devel dependency to rpm-devel 2007-10-22 05:51:37 +00:00
Panu Matilainen d25c1c785c - debugedit fixes from Roland McGrath (#336951, #337011) 2007-10-18 06:48:21 +00:00
Panu Matilainen 344000f3c1 - add OSGi dependency generator script (should've been in 4.4.2.2 but
forgot, duh)
2007-10-12 05:46:31 +00:00
Panu Matilainen 6006228646 - merge review: remove static libraries (#226377)
- merge review: remove comment causing doxygen to emit non-utf output
    (#226377)
- other minor spec cleanups
2007-10-11 10:23:46 +00:00
Panu Matilainen 5310dcb772 Full URL in source (requested in review) 2007-10-08 08:27:56 +00:00
Panu Matilainen 55f2331e0c - escape macro in comments, duh 2007-10-03 14:02:43 +00:00
Panu Matilainen 65c42a5cc4 - update to 4.4.2.2 final
- update matchpathcon patch to work better when selinux disabled
- resolves #251400, #315271, #296731, #308171, #305221, #295941
2007-10-03 10:56:24 +00:00
Panu Matilainen 115a45cd07 - 4.4.2.2-rc2
- resolves #180996, #281611, #259961, #277161, #155079
- drop debugedit-names patch now that it's really upstream
2007-09-11 07:27:05 +00:00
Panu Matilainen 68e66c4e7e - remove duplicated libraries from rpm-devel (#278151) 2007-09-05 11:22:24 +00:00
Panu Matilainen 44830ae647 - require gawk, not awk, doh... 2007-09-04 07:45:42 +00:00
Panu Matilainen 61cb76acd6 - add back accidentally dropped debugedit patch until upstreamed
- add a bunch of previously implicit dependencies for rpm-build
2007-09-04 06:11:33 +00:00
Panu Matilainen 3876c01b60 - update to 4.4.2.2-rc1
- remove no longer needed hacks
- drop patches merged upstream
2007-08-28 10:14:29 +00:00
Panu Matilainen f780b84693 Massive spec cleanup/rework preparing for merge review:
- split apidocs to separate package (they're huge)
- use system macros for bindir etc instead of defining our own
- remove NPTL-related LD_ASSUME_KERNEL stuff, no longer functional anyway
- remove various hacks that are no longer needed
- ensure correct permissions of debug sources
- follow fedora guidelines for user/group manipulation
- clean up any non-matching bdb environment on post, not just 4.3
- visual cleanup of spec
2007-08-27 10:30:36 +00:00
Panu Matilainen 6419a41ab6 - include sys-specific macros for all ARM variants (Lennert Buytenhek) 2007-08-24 07:53:00 +00:00
Panu Matilainen 223b2f6e94 - buildrequire gawk to avoid random breakage on buildroots 2007-08-24 06:45:39 +00:00
Panu Matilainen 412a63f4e8 - remove internal popt, buildrequire popt-devel and popt-static (#249352)
- move the versioned beecrypt dependency to libs where it belongs
- license clarification according to latest guidelines: libs and devel are
    dual gpl/lgpl licensed with exceptions, other binaries are gpl
- convert pl and sk manuals to utf-8
2007-08-24 06:31:07 +00:00
Panu Matilainen a836ad166a - improved perl dependency extraction (#198033, #249135) by Ville Skyttä
and John Owens
- make find-lang --with-gnome pick up .omf files (#251400) by Matthias
    Clasen
2007-08-15 09:36:37 +00:00
Panu Matilainen 15931be6ed - updated find-debuginfo from Roland 2007-08-14 07:44:23 +00:00
Panu Matilainen 6d40e7b38d - another debugedit fix from Roland McGrath
- make popt provide popt-devel to further ease split-off transition
- skip ESTALE and EACCESS on mountpoints from Jeff Johnson (#190496,
    #220991)
2007-08-14 07:36:42 +00:00
Panu Matilainen e910076f01 - loosen up popt-dependency to prepare for splitting it off 2007-08-12 12:37:33 +00:00
Panu Matilainen 27c7ab21f4 - debugedit buildid thinko fix from Roland McGrath 2007-08-12 12:35:09 +00:00
Panu Matilainen 46c6a5d906 - avoid unnecessary .rpmsave / .rpmnew files by Tomas Mraz (#29470,
#128622)
- stricter docdir checking by Ralf S. Engelschall (#246819)
- add lua license to docs
2007-08-09 13:28:17 +00:00
Panu Matilainen 3c2319fe6e - fix new find-debuginfo.sh on noarch packages by Roland McGrath 2007-08-09 07:08:36 +00:00
Panu Matilainen edc6f9546b - make peace with new glibc checks on open() wrt internal bdb and rpm
itself
2007-08-08 11:16:17 +00:00
Panu Matilainen eda84a9b78 - new find-debuginfo.sh script from Roland McGrath, requires elfutils >=
0.128
- ARM-related typo fixes from Lennert Buytenhek
- license clarifications
2007-08-08 10:06:16 +00:00
Panu Matilainen 39d0260c4f - 4.4.2.1 final
- reintroduce disttag
- include full ChangeLog as doc
- use up-to-date config.guess for ARM support (#246803)
- ARM EANBI gnu/gnuenabi fix from Lennert Buytenhek (#246803)
2007-07-23 11:12:59 +00:00
Panu Matilainen 748554e20c - dont mess up python exit codes 2007-07-21 12:28:06 +00:00
Panu Matilainen 1c9fae5582 - require logrotate (#248629)
- allow checking for pending signals from python (#181434)
- add hook to python for cleaning up on unclean exit (#245389)
2007-07-20 11:01:18 +00:00
Panu Matilainen e32ada4273 - update to 4.4.2.1-rc3 2007-07-09 10:17:10 +00:00
Panu Matilainen ebc6ac8e0b - update to 4.4.2.1-rc2 2007-07-04 13:01:58 +00:00
Panu Matilainen 66621c977c - don't hang because of leftover query iterators (#246044) 2007-06-28 12:02:23 +00:00
Panu Matilainen 9148b403ac - patch popt version to 1.10.2.1 for clean upgrade path
- popt release follows main package release again
2007-06-26 11:15:57 +00:00
Panu Matilainen 042b6eedff Duh, bump popt release to actually newer than what's in rawhide. 2007-06-25 17:56:44 +00:00
Panu Matilainen c0e8155c3c - update to 4.4.2.1-rc1
- patch shuffle, most have been merged upstream
- drop mono-scripts, it comes from upstream now
- popt isn't upgrading here so it needs its own release
- fix copy-paste error wrt double dependency on shadow-utils
2007-06-25 14:09:16 +00:00
Panu Matilainen cbee720768 Fix a typo (thanks Ralf :) 2007-06-19 08:19:29 +00:00
Panu Matilainen 2c9332ac50 Largish package/spec cleanup fixing most issues from merge review (#226377)
and then some:
- spec / package (review) cleanups:
- use find_lang instead of manually listing translations
- remove useless rpm 3.x upgrade check from preinstall script
- use Fedora recommended buildroot
- don't include useless, ancient GPG keys
- add rpm, db and file licenses to docs
- use scriptlet dependency markers instead of PreReq
- post scriptlet requires coreutils
- main package doesn't require patch, rpm-build does
- buildrequire doxygen once more to resurrect apidocs
- remove useless/doubly packaged files from /usr/lib/rpm
- fix bunch of file permissions
2007-06-19 08:09:08 +00:00
Paul Nasrat 94a151f740 - Configurable policy for prefered ELF (#235757)
- Resolves: rhbz#235757
2007-05-01 04:58:35 +00:00
Paul Nasrat fbf185c220 - Fix debugedit for relative paths (#232222)
- Resolves: rhbz#232222
2007-04-23 10:37:25 +00:00
Paul Nasrat 745d4f5480 Fix build 2007-04-19 08:51:25 +00:00
Paul Nasrat 8600c0761a - Set default verify flags for %doc (#235353)
- Resolves: rhbz#235353
2007-04-16 15:19:07 +00:00
Paul Nasrat e266478320 - Log failures for fork failing (OLPC)
- Gendiff enhancement from Enrico Scholz (#146981)
2007-04-16 11:59:52 +00:00
Paul Nasrat eb6953f551 Remove ppc64 inline asm (#233145) 2007-04-04 13:17:15 +00:00
Paul Nasrat c4acc096b1 - Fix potential segfault when no rpmloc_path (#231146)
- Fix debugedit for relative paths (#232222)
- Spec cleanup
2007-03-15 14:11:19 +00:00
Paul Nasrat b1ecfff518 Clean ups for merge 2007-03-02 13:41:59 +00:00
Jeremy Katz 566842cb66 - rpm-build should require findutils 2007-02-19 17:00:41 +00:00
Deepak Bhole cf055344b6 Added a missing BR for elfutils-libelf-devel-static (needed for -lelf) 2007-01-17 20:27:49 +00:00
Jeremy Katz e6f84e9f86 - python: dbmatch keys can be unicode objects also (#219008) 2006-12-11 18:35:35 +00:00
Jeremy Katz ef3fe1a1a5 - rebuild for python 2.5 2006-12-06 21:07:46 +00:00
Paul Nasrat 594bc2359a Resolves: #196590 Reverts: #214747 Wrong bug number 2006-11-20 11:31:55 +00:00
Paul Nasrat cf593e560c Resolves: 214747 Fix ordering oddities 2006-11-20 11:30:37 +00:00
Paul Nasrat 7086a30fcc Revert O0 CFLAGS and build with flush query buffer patch 2006-10-31 15:18:35 +00:00
Paul Nasrat bb1df7b9cf Debuginfo for O0 2006-10-31 09:52:17 +00:00
Paul Nasrat 090344880c Fix up debuginfo for various issues - inc. libc-client debuginfo (#205339) 2006-09-07 10:37:45 +00:00
Paul Nasrat 7cfadd96d3 Apply matchpathcon patch 2006-07-21 16:00:04 +00:00
Paul Nasrat 63e6a29407 Fix debugedit for ppc relocations (#199473) 2006-07-19 19:56:10 +00:00
David Cantrell f713820f42 Fixed null pointer problem in rpmfcELF() DT_GNU_HASH handling. 2006-07-14 21:04:56 +00:00
Paul Nasrat 534eb1d6ac Fix br 2006-07-11 16:59:16 +00:00
Paul Nasrat a19af6c172 Detect and provide a requirement for DT_GNU_HASH 2006-07-11 15:37:56 +00:00
Paul Nasrat 633fce4fe6 ipv6 support 2006-07-05 14:49:45 +00:00
Paul Nasrat 1121bc29e8 fix 197144 2006-06-28 20:36:18 +00:00
Paul Nasrat 2b0ed422b9 Remove SELinux context verification (#193488) 2006-06-28 19:59:23 +00:00
Paul Nasrat a5c9d47ef0 update buildreq 2006-05-12 14:45:21 +00:00
Paul Nasrat 8793c7c3c8 Skip file classification dependency added when autoReq off 2006-05-05 11:11:21 +00:00
Jeremy Katz ab372cb72e - make rpm-libs requires on base package stronger 2006-05-04 19:44:47 +00:00
Jeremy Katz 94c2b62dd4 - put in simple workaround for per-file deps with autoreq off (#190488)
while pnasrat works on a real fix
2006-05-03 21:10:16 +00:00
Jeremy Katz b914fc5b40 - run ldconfig in -libs subpackage %post, not main package
- add patch to generate shared lib deps by following symlinks so that
-devel packages sanely depend on main libs
2006-04-28 15:41:40 +00:00
Paul Nasrat 4fe8a5fe93 Fix rpmk breakage 2006-04-27 17:52:50 +00:00
Paul Nasrat ef115724c8 add --trust 2006-04-25 21:21:57 +00:00
Paul Nasrat 4863930fba Resurrect doxygen (#187714) 2006-04-12 18:42:16 +00:00
Jeremy Katz 9f1aecc6dd - remove redundant elfutils-libelf buildrequires
- rpm-python doesn't require elfutils (related to #188495)
2006-04-11 14:42:04 +00:00
Paul Nasrat 57dc36fca1 "Fix" memory exhaustion with many duplicate basenames on erase and a few
backports
2006-03-31 16:18:33 +00:00
Jesse Keating 8a6c7af43b bump for bug in double-long on ppc(64) 2006-02-11 05:34:50 +00:00
Jesse Keating 8e74729021 bump for new gcc/glibc 2006-02-07 13:44:57 +00:00
Paul Nasrat 2c77b0b34d Rebuild for neon 2006-01-31 16:20:31 +00:00
Paul Nasrat 56db760bd7 Don't emit perl(main) 2006-01-18 16:35:14 +00:00
Paul Nasrat 2adf657fca Don't mmap large files 2006-01-12 13:01:01 +00:00
Alexander Larsson 89772954e5 - Add mono req/provides support 2006-01-09 15:03:37 +00:00
Paul Nasrat 1d364e2ba8 new version 2005-12-07 15:33:10 +00:00
Paul Nasrat 93cf818246 fix excluded size 2005-11-29 21:23:32 +00:00
Paul Nasrat d8085d2c56 New version 2005-11-29 17:01:59 +00:00
Paul Nasrat 2c259d0d36 New version 2005-11-29 15:40:59 +00:00
Paul Nasrat c7fc8fdba6 rpm.spec 2005-11-28 14:22:28 +00:00
Tomáš Mráz b304263ce6 - rebuilt with new openssl 2005-11-08 15:01:04 +00:00
Florian La Roche d482a9abd6 - not sure removing .la should be done, so comment out that part for now 2005-10-09 06:43:32 +00:00
Florian La Roche add6aba49d - rebuild 2005-10-09 05:47:43 +00:00
Paul Nasrat 43673d2587 remove libdir la files 2005-10-06 17:27:36 +00:00
Paul Nasrat b691d60d8c add -devel requires for Radek 2005-10-04 14:58:09 +00:00
Paul Nasrat e9839c17e9 new release 2005-09-22 18:02:36 +00:00
Paul Nasrat 6c603be5b5 fix build, context verification 2005-08-26 22:33:31 +00:00
Paul Nasrat 5d7ac972f5 add br 2005-07-30 01:35:32 +00:00
Paul Nasrat efffc47970 fix popt requires 2005-07-27 12:11:07 +00:00
Paul Nasrat e447ee7038 bump popt and revert to perl.req/prov 2005-07-26 17:38:58 +00:00
Paul Nasrat 0cb3a4ba7e Drop gmo 2005-07-25 12:35:41 +00:00
Paul Nasrat 1138d381b4 New version 2005-07-21 21:26:50 +00:00
Paul Nasrat 1d8748c0c8 #159403 2005-06-02 14:07:52 +00:00
Paul Nasrat e696419c6f Add zh_TW 2005-05-24 15:29:06 +00:00
Paul Nasrat 5e135695a3 Update translations 2005-05-24 15:16:00 +00:00
Paul Nasrat 3fb37536dc doh2 2005-05-21 16:31:36 +00:00
Paul Nasrat cf66c140a7 doh 2005-05-21 16:21:45 +00:00
Paul Nasrat baebc91e85 Fix dangling symlinks 2005-05-21 16:18:48 +00:00
Paul Nasrat 3d0da661b9 rpm.spec 2005-05-21 14:58:53 +00:00
Paul Nasrat 15f41765e7 New release 2005-05-19 16:45:16 +00:00
Paul Nasrat e684969683 doh 2005-05-04 17:52:24 +00:00
Paul Nasrat 0445b06b65 missing fsm.c patch 2005-05-04 17:41:41 +00:00
Paul Nasrat 08e94f0a35 bump 2005-05-03 19:56:46 +00:00
Paul Nasrat 277578fc43 matchpathcon fixes 2005-05-03 19:42:01 +00:00
Paul Nasrat f87fdef1e0 fixes 2005-05-03 19:16:24 +00:00
Paul Nasrat b2fc8f1870 Fixup 2005-05-03 16:04:21 +00:00
Paul Nasrat e342360566 Use matchpathcon (#151870) 2005-05-03 14:07:04 +00:00
Paul Nasrat a78ea300dd Patch from mitr@redhat.com Remove $RPM_BUILD_ROOT and $RPM_BUILD_DIR from
distribued .la files (#116891)+- Don't ship static version of _rpmdb.so
    BuildRequires: readline-devel
2005-05-03 14:05:57 +00:00
Paul Nasrat dd6c0d19b9 Ordering fixes 2005-04-27 15:02:13 +00:00
Jeremy Katz ca3040616f - add patch to fix segfault with non-merged hdlists 2005-04-27 04:09:45 +00:00
Thomas Woerner 59fd0bd6c2 [tw] - enabled prereqs again 2005-03-31 18:32:08 +00:00
Paul Nasrat 6a92fd0e50 Fileconflicts as in FC3 2005-03-21 11:42:36 +00:00
Elliot Lee 9f1ff9d4a1 No real changes - just testing an external commits list 2005-03-17 20:39:47 +00:00
Elliot Lee f9e8b6b801 No real changes - just testing an external commits list 2005-03-17 20:31:01 +00:00
Elliot Lee dac2e7d2b0 No real changes - just testing an external commits list 2005-03-17 20:28:48 +00:00
Elliot Lee b6a2d2e66e No real changes - just testing an external commits list 2005-03-17 20:27:01 +00:00
Elliot Lee 8beaf7e333 No real changes - just testing an external commits list 2005-03-17 20:26:26 +00:00
Elliot Lee 51d2d59d83 No real changes - just testing an external commits list 2005-03-17 20:25:03 +00:00
jbj c14aa4380a - rebuild against renamed sqlite package (#149719). 2005-03-09 21:17:10 +00:00
Jeremy Katz a5a473e820 - fix build with new glibc 2005-03-07 19:45:26 +00:00
Jeremy Katz 5cc4577a3a - disable hkp by default 2005-03-07 16:44:05 +00:00
Jeremy Katz db3f00ebb0 - fix build with gcc 4 2005-03-01 16:37:25 +00:00
Jeremy Katz c0236141b6 - fix posttrans callback check being backwards (#149524) 2005-02-28 22:26:08 +00:00
jbj f2efffa81f - don't classify files in /dev (#146623).
- don't build with sqlite3 if <sqlite3.h> is missing.
Sat Feb 12 2005 Jeff Johnson <jbj@jbj.org> 4.4.1-0.24
- zlib: uniqify certain symbols to prevent name space pollution.
- macosx: include <sys/types.h> so that python sees the u_char typedef.
- macosx: change to --prefix=/usr rather than /opt/local.
- use waitpid rather than SIGCHLD reaper.
- rip out DB_PRIVATE revert if not NPTL, it's not the right thing to do.
2005-02-14 00:31:20 +00:00
jbj e16dc30555 - permit build scriptlet interpreters to be individually overridden. 2005-02-11 20:20:17 +00:00
jbj abbbabbc77 - perform callbacks as always (#147537). 2005-02-10 10:37:23 +00:00
jbj 690ce21b5c XXX hack around minigzip borkage for the moment 2005-02-06 18:59:27 +00:00
jbj 80c00d27c5 update to 4.4.1. 2005-02-06 18:51:55 +00:00
jbj 6f6532736a Add pythondeps.sh to %files. 2004-12-08 16:26:37 +00:00
jbj 5cba5574ef - force *.py->*.pyo byte code compilation with brp-python-bytecompile.
- automagically detect and emit "python(abi) = 2.4" dependencies.
- port to internal file-4.10 libmagic rather than libfmagic.
2004-12-07 22:36:15 +00:00
jbj f5ec03dfec Missing freshen.sh. 2004-11-11 22:06:51 +00:00
jbj be4634ac1f Typos. 2004-11-11 21:26:59 +00:00
jbj 6e0b69ced9 - bump micro version.
- make peace with libtool-1.5.10 and automake-1.9.3.
- python: add python 2.4 support.
- selinux: use rpm_execcon, not execv, to run scriptlets (#136848).
- fix: segfault on --verifydb (#138589).
2004-11-11 21:26:20 +00:00
Jeremy Katz c60787dc8e - PyDictIter_Type is no more 2004-11-08 18:53:56 +00:00
Jeremy Katz ef68bec4f3 - rebuild for python 2.4 2004-11-08 18:09:58 +00:00
Bill Nottingham 295cca2d34 sync from FC-3 2004-11-02 04:33:08 +00:00
jbj b83967e528 - fix: buffer overrun displaying ko_KR (#135389). 2004-10-31 18:42:31 +00:00
jbj d4493f5dd3 R++. 2004-10-31 02:04:06 +00:00
jbj cfa9d597cb - reprise file conflicts yet again, flip/flop/flip/flop ... flip? 2004-10-31 02:03:15 +00:00
jbj 5cf117d3de - python: fix RPMPROB_BADRELOCATE segfault return in ts.check (#137116). 2004-10-29 22:16:00 +00:00
jbj a8ef406b51 - fix: don't set handler if SIG_IGN is already set (#134474). 2004-10-15 15:44:38 +00:00
jbj 24dfec08ef - python: remove ".A" from creaky ts.check() tuple return (#135008). 2004-10-11 15:43:56 +00:00
jbj 10186ae76e - honor inherited SIG_IGN when establishing rpmdb signal exit (#134474). 2004-10-08 18:42:32 +00:00
jbj ee81636fb1 R++ 2004-10-06 16:39:41 +00:00
jbj 75eca1d24a - display caught signals to diagnose #134474 (gonna be SIGPIPE).
- display N-V-R.A in dependency failure messages.
- selinux: set "rpm_script_t" always, not just for /bin/sh.
2004-10-06 16:38:52 +00:00
jbj cf6b3fd715 - fix: revert Obsoletes: "fix" (#134497).
- fix: work around for dangling symlinks not globbed (#134362).
2004-10-05 19:23:33 +00:00
jbj 3a4cf0bd1b - disable static linking until libc*.a provides symbols. 2004-10-01 14:50:12 +00:00
jbj 6d851ba58b - ia64: add autorelocate_dcolor to macros.in. 2004-09-30 17:18:51 +00:00
jbj d3b12d00a1 - fix: mark uninstalled elf32 files in rpmdb to disable -Va checks. 2004-09-29 18:32:34 +00:00
jbj 764df9cf09 - remove rpm <-> rpm-libs dependency loop.
- print dependency whiteout iff --anaconda is specified.
2004-09-17 17:27:17 +00:00
jbj e0511dd919 - print dependency loops as warning iff --anaconda is specified. 2004-09-15 18:00:56 +00:00
cvsdist 98655b497d auto-import changelog data from rpm-4.3.2-2.src.rpm
Sat Sep 04 2004 Jeff Johnson <jbj@redhat.com> 4.3.2-2
- ia64: make sure that autorelocated file dependencies are satisfied.
- ia64: relocate all scriptlet interpreters.
- ia64: don't bother trying to preload autorelocated modules.
- fix: filesystem package needs mail/lock w/o getgrnam.
- fix: do getpwnam/getgrnam to load correct modules before chroot.
- restore file conflict detection traditional behavior.
2004-09-09 12:48:26 +00:00
cvsdist 2589175b76 auto-import rpm-4.3.2-1 from rpm-4.3.2-1.src.rpm 2004-09-09 12:48:18 +00:00
cvsdist e003946998 auto-import rpm-4.3.2-0.10 from rpm-4.3.2-0.10.src.rpm 2004-09-09 12:48:14 +00:00
cvsdist 717fd64cff auto-import changelog data from rpm-4.3.2-0.9.src.rpm
Fri Aug 20 2004 Jeff Johnson <jbj@redhat.com> 4.3.2-0.9
- fix: static glibc/libgcc helpers always installed (#127522).
- fix: defattr for rpm-libs (#130461).
2004-09-09 12:48:02 +00:00
cvsdist 9bb16b6b32 auto-import rpm-4.3.2-0.8 from rpm-4.3.2-0.8.src.rpm 2004-09-09 12:47:53 +00:00
cvsdist af83797bbd auto-import changelog data from rpm-4.3.2-0.7.src.rpm
Thu Aug 19 2004 Jeff Johnson <jbj@jbj.org> 4.3.2-0.7
- shared libraries in separate rpm-libs package.
- avoid "can't happen" recursion while retrieving pubkeys.
- add ppc32dy4 arch.
- make peace with automake 1.9.1.
2004-09-09 12:47:21 +00:00
cvsdist 53d74572eb auto-import changelog data from rpm-4.3.2-0.6.src.rpm
Fri Jul 09 2004 Jeff Johnson <jbj@jbj.org> 4.3.2-0.6
- fix: evaluate rather than default file_contexts path. (#127501).
2004-09-09 12:47:16 +00:00
cvsdist b86d6bd351 auto-import changelog data from rpm-4.3.2-0.5.src.rpm
Mon Jul 05 2004 Jeff Johnson <jbj@jbj.org> 4.3.2-0.5
- change default behavior to resolve file conflicts as LIFO.
- add --fileconflicts to recover rpm traditional behavior.
- prefer elf64 over elf32 files, everywhere and always (#126853).
- ia64: auto-relocate entire, not partial, directory contents (#126905).
- ia64: auto-relocate glibc.ix86 interpreter path (#100563).
2004-09-09 12:47:05 +00:00
cvsdist bafea61288 auto-import changelog data from rpm-4.3.2-0.4.src.rpm
Wed Jun 16 2004 Jeff Johnson <jbj@jbj.org> 4.3.2-0.4
- add ppc8[25]60 arches.
2004-09-09 12:46:47 +00:00
cvsdist 388738eb19 auto-import changelog data from rpm-4.3.2-0.3.src.rpm
Mon Jun 14 2004 Jeff Johnson <jbj@jbj.org> 4.3.2-0.3
- add 'requires' and 'conflicts' tag aliases.
- python: return ds, not tuple, for ds iteration.
- python: permit integer keys to ts.dbMatch().
- xml: use <foo/> markup for empty tags.
- xml: <integer/> instead of <integer>0</integer> markup.
- fix: disable fingerprint generation on kernel paths.
2004-09-09 12:46:36 +00:00
cvsdist 1bc0c1f0d6 auto-import changelog data from rpm-4.3.2-0.2.src.rpm
Tue Jun 08 2004 Jeff Johnson <jbj@jbj.org> 4.3.2-0.2
- lua embedded in rpmio.
- use lua to identify desired selinux file context regexes.
2004-09-09 12:45:47 +00:00
cvsdist 84321e1dcd auto-import changelog data from rpm-4.3.2-0.1.src.rpm
Tue Jun 01 2004 Jeff Johnson <jbj@jbj.org> 4.3.2-0.1
- use /etc/selinux/targeted/contexts/files/file_contexts for now.
- disable file contexts into package metadata during build.
- fix: dev package build on s390x hack around.
- fix: "/path/foo.../bar" was losing a dot (#123844).
- fix: PIE executables have basename-as-soname provides (#123697).
- add aurora/sparc patches (#124469).
- use poll(2) if available, avoid borked aurora/sparc select (#124574).
2004-09-09 12:45:32 +00:00
cvsdist 2257eae4a0 auto-import changelog data from rpm-4.3.1-0.3.src.rpm
Thu Apr 15 2004 Jeff Johnson <jbj@jbj.org> 4.3.1-0.3
- make peace with libtool-1.5.6.
- fix: follow current is_selinux_enabled() return (#121004).
Wed Apr 07 2004 Jeff Johnson <jbj@jbj.org> 4.3.1-0.2
- fix: segfault on --recontext if file_contexts unreadable (#117374).
- fix: /etc/security/selinux/file_contexts is default path.
- fix: no transaction lock if --test was specified (#119783).
- perl: skip new-fangled head[34] while generating deps (#118243).
- perl: use __perl for perl variable macros (#115156).
Tue Mar 30 2004 Jeff Johnson <jbj@jbj.org> 4.3.1-0.1
- fix: don't add leading space to %* argv expansion (#119059).
- scareMem = 0 everywhere, document deprecation phase out.
- fix: add u+w to FIXPERMS.
- add buildtime to rpmds, methods to retrieve.
- python: hide labelCompare() underneath ds.cmp(a,b).
2004-09-09 12:45:16 +00:00
cvsdist cab969984d auto-import changelog data from rpm-4.3-0.22.src.rpm
Tue Mar 16 2004 Jeff Johnson <jbj@redhat.com> 4.3-0.22
- fix: grrr, skip notes on non-i386 entirely.
Fri Mar 12 2004 Jeff Johnson <jbj@jbj.org> 4.3-0.21
- fix: increase file context regex parse buffer to BUFSIZ.
- fix: handle elf64 note sections correctly.
Wed Mar 10 2004 Jeff Johnson <jbj@jbj.org> 4.3-0.20
- add sparcv8 and enable elf32/elf64 Zon sparc64 (#117302).
- fix: --querybynumber looped.
- fix: ENOTSUP filter from lsetfilecon borkage.
Tue Mar 09 2004 Jeff Johnson <jbj@jbj.org> 4.3-0.19
- fix: sq->reaped needs sighold(SIGCHLD)/sigrelease(SIGCHLD) (#117620).
Fri Mar 05 2004 Jeff Johnson <jbj@redhat.com> 4.3-0.18
- selinux: ignore ENOTSUP return from lsetfilecon.
Mon Mar 01 2004 Jeff Johnson <jbj@jbj.org> 4.3-0.17
- permit globs in macrofiles: directive (#117217).
- fix: segfault generating transaction serialization lock path.
- use /etc/security/selinux/file_contexts instead.
Wed Feb 25 2004 Jeff Johnson <jbj@jbj.org> 4.3-0.15
- serialize rpmtsRun() using fcntl on /var/lock/rpm/transaction.
Sun Feb 22 2004 Jeff Johnson <jbj@jbj,org> 4.3-0.14
- add ia32e arch.
- stable sort for policy specifications, patterns before paths.
- set "rpm_script_t" exec type for scriptlets iff /bin/sh, else default.
- force FD_CLOEXEC on 1st 100 inherited fdno's.
Fri Feb 20 2004 Jeff Johnson <jbj@jbj.org> 4.3-0.13
- fix: only first "mkdir -p" directory had context set.
Wed Feb 18 2004 Jeff Johnson <jbj@redhat.com> 4.3-0.12
- python: add patch to rpm-4_3 to initialize RE contexts.
Sun Feb 15 2004 Jeff Johnson <jbj@jbj.org> 4.3-0.11
- fix: set fcontext from pkg when file_contexts doesn't exist (#114040).
- fix: set fcontext for "mkdir -p" directories not in packages.
- fix: setfiles (aka rpmsx.c) dinna handle patterns correctly.
- establish rpm_script_t before scriptlet exec.
Wed Feb 11 2004 Jeff Johnson <jbj@redhat.com> 4.3-0.10
- re-add --enable-posixmutexes to build.
2004-09-09 12:44:32 +00:00
cvsdist c5dc3fa31f auto-import changelog data from rpm-4.3-0.9.1.src.rpm
Tue Jan 27 2004 Jeremy Katz <katzj@redhat.com> - 4.3-0.9.1
- add patch to setup selinux contexts from python
2004-09-09 12:39:40 +00:00
cvsdist 7dd0daeab4 auto-import rpm-4.3-0.9 from rpm-4.3-0.9.src.rpm 2004-09-09 12:39:31 +00:00
cvsdist 1bb29b32b3 auto-import changelog data from rpm-4.3-0.7.1.src.rpm
Mon Jan 19 2004 Jeremy Katz <katzj@redhat.com> 4.3-0.7.1
- add patch from nasrat to fix rpm-python problems that show up in anaconda
    (#113387)
2004-09-09 12:38:54 +00:00
cvsdist 0f24ead6ef auto-import changelog data from rpm-4.3-0.7.src.rpm
Mon Jan 12 2004 Jeff Johnson <jbj@redhat.com> 4.3-0.7
- fix: handle files w/o contexts correctly.
2004-09-09 12:38:41 +00:00