summaryrefslogtreecommitdiff
path: root/rpmrc.in
AgeCommit message (Collapse)AuthorFilesLines
2008-10-22Increase IEEE-compliance of floating point code for SH platformJindrich Novy1-2/+2
- thanks to CHIKAMA Masaki
2008-03-04Add super-H arch support (rhbz#432496)Panu Matilainen1-0/+19
Patch from Masaki Chikama
2008-01-19Add support for Geode CPU (rhbz#428979)Panu Matilainen1-0/+5
Patch from Dennis Gilmore
2007-09-05Add Sparc Niagara support (rhbz#263521)Panu Matilainen1-3/+14
Patch from Dennis Gilmore.
2007-09-05Remove little useful comments.Ralf Corsépius1-4/+1
2007-08-30Drop macrosfiles from rpmrc.in, we don't read it anymorePanu Matilainen1-2/+0
2007-08-06Couple of ARM-related typo fixes from Lennert Buytenhek.Panu Matilainen1-1/+1
2007-06-21ARM arch update.Panu Matilainen1-5/+28
Adds more ARM sub-archs, and adds some bits to deal properly with the new ARM ABI (EABI). Patch from Lennert Buytenhek.
2005-05-19fix buildarchtranslate for ppc64pauln1-1/+3
CVS patchset: 7854 CVS date: 2005/05/19 17:26:53
2005-01-09- build against external/internal neon.jbj1-1/+2
CVS patchset: 7692 CVS date: 2005/01/09 17:48:19
2005-01-04- mac os x patches (#131943,#131944,#132924,#132926).jbj1-6/+14
CVS patchset: 7671 CVS date: 2005/01/04 17:46:10
2004-11-22- sparcv8: optflags changed to -mtune=ultrasparc (#140420).jbj1-2/+2
CVS patchset: 7593 CVS date: 2004/11/22 21:41:28
2004-10-09More changes from rpm-4_3 branch.jbj1-1/+6
CVS patchset: 7441 CVS date: 2004/10/09 20:22:01
2004-06-16- add ppc8[25]60 arches.jbj1-1/+11
CVS patchset: 7343 CVS date: 2004/06/16 17:48:07
2004-05-26- add aurora/sparc patches (#124469).jbj1-3/+5
CVS patchset: 7252 CVS date: 2004/05/26 21:10:07
2004-03-28buildarchtranslate p3/p4 to i386 as it's on other cases (athlon/i686/i586)arekm1-3/+3
CVS patchset: 7205 CVS date: 2004/03/28 20:10:54
2004-03-28pentium3/pentium4 support by Pawe³ Sikora <pluto/at/pld-linux.org>.arekm1-1/+11
Modified Files: installplatform macros.in rpmrc.in lib/rpmrc.c lib/rpmts.c CVS patchset: 7198 CVS date: 2004/03/28 02:41:32
2004-03-10- add sparcv8 and enable elf32/elf64 Zon sparc64 (#117302).jbj1-1/+4
- fix: --querybynumber looped. CVS patchset: 7161 CVS date: 2004/03/10 23:01:46
2004-03-02- permit globs in macrofiles: directive (#117217).jbj1-2/+2
CVS patchset: 7139 CVS date: 2004/03/02 01:31:01
2004-02-22- add ia32e arch.jbj1-2/+7
CVS patchset: 7116 CVS date: 2004/02/22 20:24:13
2003-12-11- only internal Berkeley db from now on.jbj1-4/+9
- revive "make dist". CVS patchset: 6971 CVS date: 2003/12/11 19:09:58
2003-07-02- don't attempt to remove dbenv on --rebuilddb.jbj1-2/+2
- autorelocate ix86 package file paths on ia64. CVS patchset: 6925 CVS date: 2003/07/02 19:26:04
2003-05-30Consolidate external beecrypt changes.jbj1-2/+8
CVS patchset: 6880 CVS date: 2003/05/30 16:58:13
2003-01-10- fix: obscure corner case(s) with rpmvercmp (#50977).jbj1-1/+4
CVS patchset: 6004 CVS date: 2003/01/10 20:34:26
2002-11-27- apply patches 7 and 8 to db-4.1.24.jbj1-53/+50
- upgrade to elfutils-0.59. - add -g to all platforms optflags. CVS patchset: 5899 CVS date: 2002/11/27 01:28:55
2002-10-09- fix: use size_t consistently, avoid segfault on ia64.jbj1-5/+13
CVS patchset: 5760 CVS date: 2002/10/09 19:07:43
2002-07-18up2date functional on rpm-python-4.1 bindings.jbj1-2/+2
CVS patchset: 5558 CVS date: 2002/07/18 21:42:18
2002-06-28Establish mechanism for up2date to reconfigure rpmlib.jbj1-2/+2
Disambiguate failures to import with error messages. CVS patchset: 5528 CVS date: 2002/06/28 00:35:57
2002-06-20- make sure that rpm can verify prelinked shared libraries.jbj1-2/+2
- don't install /usr/lib/rpm/redhat per-vendor configuration anymore. CVS patchset: 5512 CVS date: 2002/06/20 02:19:21
2002-05-21Enable CDB access as default.jbj1-2/+2
Remove unused int from dbiIndexSet. CVS patchset: 5443 CVS date: 2002/05/21 16:33:33
2002-01-23- turn on auto-generated perl requirements (#58519, #58536, #58537).jbj1-1/+7
Sanity. CVS patchset: 5265 CVS date: 2002/01/23 00:58:47
2001-12-20- solaris: translate i86pc to i386 (#57182).jbj1-1/+5
- fix: %GNUconfigure breaks with single quotes (#57264). - fix: typo in find-requires. - tru64 compiler message cleanup. - add buildarch lines for hppa (#57728). CVS patchset: 5228 CVS date: 2001/12/20 16:28:46
2001-09-15Sync with rpm-4_0 branch.jbj1-1/+1
CVS patchset: 5048 CVS date: 2001/09/15 13:49:11
2001-08-15- always use dl size in regionSwab() return.jbj1-6/+1
- ppc: revert ppcmac to ppc. - ppc: autoconf test for va_copy. CVS patchset: 5015 CVS date: 2001/08/15 14:03:03
2001-07-31- add support for mips (#49283).jbj1-5/+5
- add __as, _build_arch, and __cxx macros (#36662, #36663, #49280). - detailed build package error messages. CVS patchset: 4996 CVS date: 2001/07/31 18:13:22
2001-07-24- rename pmac to ppcmac.jbj1-6/+6
- ia64: revert -O0 compilation. - upgrade to db-3.3.11 final. CVS patchset: 4984 CVS date: 2001/07/24 02:52:52
2001-07-23- add pmac/ppciseries/ppcpseries varieties to ppc arch family.jbj1-7/+35
- include tdigest.c tkey.c and trpmio.c to "make dist". - re-enable dependency resolution source from package NVR. CVS patchset: 4973 CVS date: 2001/07/23 16:02:27
2001-07-18- resurrect --specedit for i18n.jbj1-2/+2
CVS patchset: 4957 CVS date: 2001/07/18 23:03:27
2001-07-14- isolate cdb access configuration (experimental, use at your own risk).jbj1-2/+2
- fix: hard fail on locked dbopen if CDB locking not in use. - fix: dbconfig with mp_mmapsize=16Mb/mp_size=1Mb for "everything ENOSPC" failure check. CVS patchset: 4942 CVS date: 2001/07/14 20:09:56
2001-06-19- preliminary abstraction to support per-header methods.jbj1-2/+11
CVS patchset: 4878 CVS date: 2001/06/19 11:38:51
2001-05-16- fix: filter duplicate package removals (#35828).jbj1-4/+10
- add armv3l arch. CVS patchset: 4795 CVS date: 2001/05/16 19:19:15
2001-05-11Path is /etc/rpmrc, not /etc/rpm/rpmc, in comment (#40163).jbj1-2/+2
CVS patchset: 4771 CVS date: 2001/05/11 17:18:16
2001-04-10Doxygen annotations for config files.jbj1-1/+6
Doxygen annotations for rpmdep section. Add manifests for install modes. CVS patchset: 4675 CVS date: 2001/04/10 12:36:45
2001-02-27Handle non-string tag indices correctly.jbj1-2/+5
Sync with rpm-4.0.2. CVS patchset: 4583 CVS date: 2001/02/27 21:30:27
2000-12-12Sync with rpm-4_0 branch.jbj1-2/+2
CVS patchset: 4338 CVS date: 2000/12/12 20:03:45
2000-12-02Bring header reggions mods back to top of stack.jbj1-3/+2
CVS patchset: 4305 CVS date: 2000/12/02 21:53:44
2000-10-22add arch_compat: i686 for ia64notting1-3/+2
CVS patchset: 4223 CVS date: 2000/10/22 07:51:45
2000-09-14Revert rpmrc excision for now.jbj1-1/+29
rpmio: add rpmlog.c/rpmlog.h. CVS patchset: 4163 CVS date: 2000/09/14 11:42:48
2000-08-28Document global/system/user configuration hierarchy in rpmrc/macros (#17038).jbj1-6/+7
CVS patchset: 4142 CVS date: 2000/08/28 15:25:04
2000-07-05- change optflags for i386.jbj1-2/+4
- multilib patch, take 1. CVS patchset: 3920 CVS date: 2000/07/05 20:39:15