summaryrefslogtreecommitdiff
path: root/build/rpmfc.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-21Remove unused proof-of-concept arch-filtering of dependenciesPanu Matilainen1-2/+2
2007-09-11Remove splint tags.Ralf Corsépius1-126/+49
2007-09-05Typo fix in file classificationPanu Matilainen1-1/+1
2007-08-27Use system magic file for file classification.Panu Matilainen1-4/+2
2007-07-31Extract pkgconfig and libtool dependencies automatically.Panu Matilainen1-3/+33
2007-07-10Remove / #ifdef out unused variables as appropriate.Panu Matilainen1-1/+0
2007-06-25Detect and provide a requirement for DT_GNU_HASH.Panu Matilainen1-0/+25
2007-05-10Add mono req/provides supportPaul Nasrat1-0/+10
2005-03-19Handle %dev markers more gracefully.jbj1-12/+28
2005-02-14- don't build with sqlite3 if <sqlite3.h> is missing.rpm-4.4.1-releasejbj1-2/+4
2005-02-13- don't classify files in /dev (#146623).jbj1-0/+3
2005-01-04Splint fiddles.jbj1-0/+1
2005-01-02- revert MAGIC_COMPRESS, real fix is in libmagic (#143782).jbj1-2/+2
2004-12-06- automagically detect and emit "python(abi) = 2.4" dependencies.jbj1-2/+25
2004-12-05- force *.py->*.pyo byte code compilation with brp-python-bytecompile.jbj1-1/+1
2004-10-21Compile in the correct path to /usr/lib/rpm/magic.jbj1-6/+23
2004-10-21- port to internal file-4.10 libmagic rather than libfmagic.jbj1-17/+19
2004-05-29- use poll(2) if available, avoid borked aurora/sparc select (#124574).jbj1-1/+3
2004-05-21Fix to detect PIE executables and don't add as library providespauln1-1/+5
2004-03-29Proof-of-concept for arch filtered dependencies.jbj1-5/+5
2003-12-11- only internal Berkeley db from now on.jbj1-4/+20
2003-05-08- don't use error string after gzclose (Dmitry V. Levin).jbj1-4/+4
2003-01-20Splint fiddles.jbj1-0/+6
2003-01-07- add perldeps.pl, start to replace perl.{prov,req}.jbj1-0/+8
2003-01-06- for DSO's, provide the file basename if DT_SONAME not found.jbj1-5/+35
2003-01-01- fix: dependency helpers now rate limited at 10ms, not 1s.jbj1-4/+11
2002-12-31Dump multilib code, colored depndencies instead.jbj1-2/+0
2002-12-29splint fiddles.jbj1-0/+10
2002-12-29- add rpmfi methods to access color, class, and dependencies.jbj1-1/+1
2002-12-28splint fiddles.jbj1-17/+35
2002-12-27- disable perl module magic rule.jbj1-3/+4
2002-12-27- add BETA-GPG-KEY (but not in headers using %%pubkey yet).jbj1-1/+1
2002-12-26Don't fire helper for executable requires.jbj1-2/+4
2002-12-26- resurrect automagic perl(foo) dependency generation.jbj1-18/+34
2002-12-24Rescusitate doxygen file manifest.jbj1-39/+41
2002-12-24Remove unused Flags.jbj1-1/+0
2002-12-24- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.jbj1-1/+34
2002-12-14- generate Elf provides even if file is not executable.jbj1-9/+10
2002-12-12- fix: add rpmlib(VersionedDependencies) if versioned Provides: found.jbj1-0/+14
2002-12-10Repair fc->skipReq insertion typo.jbj1-12/+13
2002-12-09- don't generate dependencies unless execute bit is set.jbj1-2/+9
2002-12-07Insturment auto request/provide disabling.jbj1-19/+43
2002-12-07Splint fiddles.jbj1-4/+15
2002-12-07Handle (N,EVR,Flags) Provide:/Require: triple.jbj1-92/+170
2002-12-03- internal automagic dependency generation (disabled for now).jbj1-3/+356
2002-11-30Splint fiddles.jbj1-6/+3
2002-11-26- bundle libfmagic into librpmbuild for now.jbj1-117/+108
2002-11-20- use rpmdeps rather than find-{requires,provides}.jbj1-4/+10
2002-11-19- add AC_SYS_LARGFILE throughout.jbj1-3/+1
2002-11-08Sanity.jbj1-4/+2