Passed-in values are const for every headerPutType() variant
[platform/upstream/rpm.git] / build /
2010-09-01 Steve LawrenceAdd new %sepolicy section to the spec file format
2010-09-01 Steve LawrenceRemove the existing %policy directive
2010-08-26 Panu MatilainenPermit packages with no files to omit %files entirely
2010-08-26 Panu MatilainenClean up newPackage() a bit
2010-08-26 Panu MatilainenSplit arch/os/platform adding out of parseSpec()
2010-08-25 Panu MatilainenStuff the remaining truly internal structure defs out...
2010-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-08-25 Panu MatilainenEliminate unused spec argument from addReqProv()
2010-08-25 Panu MatilainenBury OpenFileInfo inside parseSpec.c
2010-08-25 Panu MatilainenEliminate freePackage() from librpmbuild API
2010-08-25 Panu MatilainenEliminate initSourceHeader() from librpmbuild API
2010-08-25 Panu MatilainenEliminate ancient leftover initSourceHeader() call
2010-08-25 Panu MatilainenInitialize source header from parseSpec() instead of...
2010-08-25 Panu MatilainenMove source+patch tag insertion into initSourceHeader()
2010-08-25 Panu MatilainenEliminate an exit point from parseSpec()
2010-08-25 Panu MatilainenEliminate doRmSource() from librpmbuild API again
2010-08-24 Panu MatilainenEliminate addChangelogEntry() from librpmbuild API
2010-08-24 Panu MatilainenEliminate buildHost() and getBuildTime() from librpmbui...
2010-08-24 Panu MatilainenEliminate checkPackages() from librpmbuild API
2010-08-24 Panu MatilainenEliminate parseExpressionString() from librpmbuild
2010-08-24 Panu MatilainenEliminate freePackages() from librpmbuild API
2010-08-24 Panu MatilainenEliminate now unnecessary buildio.h
2010-08-24 Panu MatilainenEliminate newOpenFileInfo() from librpmbuild API
2010-08-24 Panu MatilainenEliminate addSource() from librpmbuild API
2010-08-24 Panu MatilainenEliminate parseNoSource() from librpmbuild API
2010-08-24 Panu MatilainenLose leftover variable, use const for s to clarify...
2010-08-20 Panu MatilainenRemove signing support from (lib)rpmbuild
2010-08-10 Giulio EulisseAdd missing libgen.h include
2010-07-03 Panu MatilainenOops, dont hang in getOutputFrom() if we have nothing...
2010-07-02 Panu MatilainenRewrite getOutputFrom() in a race-free way (supposedly ;)
2010-06-30 Panu MatilainenMake the infamous getOutputFrom() error message more...
2010-06-23 Michal SchmidtAllow '--short-circuit' for '-bb'
2010-06-22 Steve LawrenceAdd new Collections preamble tag
2010-05-24 Jindrich NovyPut the macro evaluation in spec comments back.
2010-05-21 Jindrich NovyDo not evaluate macros in spec comments (RhBug:594672)
2010-04-29 Giulio EulisseFixes missing __fxstat64 symbol on mac.
2010-04-29 Panu MatilainenFix a few uninitialized variable cases found by clang...
2010-04-13 Panu MatilainenUse correct tag for NOPATCH
2010-04-12 Michael SchroederreadLineFromOFI may modify the fileStack, thus we have...
2010-04-12 Michael SchroederSeems like a change was made to make %attr(-) go back...
2010-03-29 Panu MatilainenheaderNextTag() fits the checkForDuplicates() use-case...
2010-03-29 Panu MatilainenOops, being a bit too strict on dependency qualifiers
2010-03-29 Panu MatilainenTeach rpm about pre-transaction dependencies
2010-03-29 Panu MatilainenAlways fail build on unknown dependency qualifiers
2010-03-29 Panu MatilainenAlways initialize tagflags to RPMSENSE_ANY
2010-03-29 Panu MatilainenRemove redundant assignments
2010-03-29 Panu MatilainenGroup the tag cases a bit more logically in parseRCPOT()
2010-03-29 Panu MatilainenDrop "support" for per-scriptlet build-requires
2010-03-29 Panu MatilainenFree up three bits from rpmsenseFlags
2010-03-23 Panu MatilainenFirst take at pluggable file attribute + dependency...
2010-03-22 Panu MatilainenLose the useless rpmio refcounting debug junk
2010-03-22 Panu MatilainenLose the useless rpmfi refcounting etc debug messages...
2010-03-19 Panu MatilainenBury FTS inside librpmbuild and eliminate from public ABI
2010-03-15 Panu MatilainenAvoid eating empty lines in spec %prep section (RhBug...
2010-03-11 Panu MatilainenMore dumb thinko/typo/braindamage in scriptlet expansio...
2010-03-11 Panu MatilainenSupport run-time macro and queryformat expansion on...
2010-03-06 Panu MatilainenLose a couple of leftover variables from times before...
2010-03-06 Panu MatilainenDont bother translators with internal error debug foo
2010-03-06 Panu MatilainenrpmdsN() and rpmdsEVR() returning NULL here is a seriou...
2010-03-01 Panu MatilainenRemove now unused inFtw from file lists
2010-03-01 Panu MatilainenLose ancient prefix remnants from build code
2010-03-01 Ville SkyttäFix rpmfcAttrDeps() for perl modules (was broken in...
2010-02-18 Panu MatilainenPerform dependency extraction solely based on collected...
2010-02-18 Panu MatilainenClassify .desktop files by just path
2010-02-18 Panu Matilainenfontconfig -> font dependency extractor rename
2010-02-18 Panu MatilainenAdd debug output for file attributes
2010-02-18 Panu MatilainenAdd path coloring for versioned python interpreter...
2010-02-18 Panu MatilainenReplace python-specific path-coloring hack with a gener...
2010-02-18 Panu MatilainenScript/interpreter terminology renaming
2010-02-18 Panu MatilainenEliminate silly redundancy
2010-02-17 Panu MatilainenOnly run dependency extractors on files with attached...
2010-02-17 Panu MatilainenSimplify rpmfcAddFileDep()
2010-02-17 Panu MatilainenUse text token attributes instead of bitfield for file...
2010-02-17 Panu MatilainenPlug a silly memleak in processPackageFiles()
2010-02-10 Panu MatilainenPermit requires extraction too from fontconfig and...
2010-02-10 Panu MatilainenSplit elf dependency extraction out of librpmbuild...
2010-02-10 Panu MatilainenSeparate helper for script interpreters, split out...
2010-02-10 Panu MatilainenMake rpmfcSCRIPT() a bit easier on the eyes...
2010-02-01 Panu MatilainenClean up rpmfcClassify() a bit more
2010-02-01 Panu MatilainenSingle point of exit for rpmfcClassify()
2010-02-01 Panu MatilainenClean up rpmfcHelper() a bit
2010-02-01 Panu Matilainenrpmfc script coloring tweaks
2010-02-01 Panu MatilainenRevert spec tag-macro concatenation changes
2010-01-20 Jindrich NovyConcatenate multiline tags in macros only in case of
2010-01-16 Jindrich NovyCorrectly expand %{obsoletes}, %{requires}, etc. in...
2010-01-05 Panu MatilainenMove <ctype.h> include out of system.h to the places...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2010-01-05 Panu MatilainenRemove libcap stuff out of system.h
2010-01-05 Panu MatilainenUnconditionally include <sys/wait.h> where needed
2010-01-05 Panu MatilainenUnconditionally include <netdb.h> where needed instead...
2010-01-04 Panu MatilainenClean up poll() vs select() tests
2009-12-23 Panu MatilainenDont include <pwd.h> from system.h, dont bother checkin...
2009-12-23 Panu MatilainenDont include grp.h from system.h, dont bother checking...
2009-12-22 Panu MatilainenUse %{__mkdir_p} macro in build instead of hardwired...
2009-12-17 Panu MatilainenPermit unexpanded macros to slip through spec tag sanit...
2009-12-08 Panu MatilainenAvoid exposing libmagic dependency in public headers
2009-12-07 Panu MatilainenBump soname for all our libraries
2009-12-02 Panu MatilainenBack out overly strict file type check on %ghost files
2009-11-26 Panu MatilainenDont fail build on unrecognized non-executable files...
2009-10-21 Panu MatilainenEnsure rpmlib() dependency sanity on build
next