allow rpm to custom systemd installation
[platform/upstream/rpm.git] / build /
2014-08-27 Casey SchauflerMerge "Allow re-execution of the %prep section" into...
2014-08-14 Vyacheslav BarinovUpdate autotools files on aarch64 33/26033/1 accepted/tizen/common/20140826.160946 accepted/tizen/ivi/20140902.210650 submit/tizen/20140825.050559
2013-04-13 Alexander KanevskiyAdd VCS tag into .src.rpm
2013-02-03 Elena ReshetovaAdding manifest support for rpmbuild
2013-02-03 Anas NashifFind supplements
2013-02-03 Anas NashifCreate a debuginfo package for each subpackage.
2013-02-03 Anas Nashifshort changelog
2013-02-03 Anas NashifAdd support for weak dependencies:
2013-01-29 Panu MatilainenMake double-quoting work for special %doc (and %license...
2012-11-18 Panu MatilainenFix double-free on %caps in spec (RhBug:877512)
2012-11-08 Panu MatilainenErm, actually mark the special %license files as RPMFIL...
2012-11-05 Panu MatilainenDont complain about non-colored arch-specific packages
2012-11-05 Panu MatilainenUpdate library current + age (ie libs are now 3.1.0)
2012-09-26 Panu MatilainenFreeze the rpmfc string pools once all additions are...
2012-09-26 Panu MatilainenDont waste time with argi for rpmfc file class indexes
2012-09-26 Panu MatilainenDont waste time with argi for rpmfc file colors
2012-09-26 Panu MatilainenDont waste time with argv for rpmfc file names
2012-09-26 Panu MatilainenUse a string pool for the build-time file dependency...
2012-09-26 Panu MatilainenUse a string pool to build file class dictionary and...
2012-09-26 Panu MatilainenCosmetics: properly indent the rpmfc debug foobar
2012-08-08 Panu MatilainenFix bogus "unclosed %if" error when %include is used...
2012-08-07 Panu MatilainenHandle all dependency tags in spec via same switch...
2012-08-07 Panu Matilainen"prereq" is not a valid qualifier to regular Requires
2012-08-07 Panu MatilainenExtra qualifiers like (postun) are not valid with legac...
2012-08-01 Panu MatilainenFix memleak in changelog parsing on error paths
2012-08-01 Panu MatilainenTurn the invalid date error to warning (related to...
2012-08-01 Panu MatilainenRefactor the struct stat hacking into a helper function
2012-08-01 Panu MatilainenPermit non-existent %ghost directories to be packaged...
2012-08-01 Panu MatilainenDont bother asking libmagic about directories
2012-07-31 Panu MatilainenReport starting line for unclosed %if in specs
2012-07-31 Panu MatilainenDynamically grow spec line buffer on line continuations
2012-07-31 Panu MatilainenMinor cleanups: const pedantry and helper variable...
2012-07-31 Panu MatilainenAllocate spec line buffer separately from spec struct
2012-07-31 Panu MatilainenTrack spec parse buffer position by offset instead...
2012-07-30 Panu MatilainenStricter validation of changelog date (RhBug:843525)
2012-07-12 Panu MatilainenAlways print out package dependencies on build
2012-07-10 Panu MatilainenAccept "owner" as an alias to "user" %verify attribute...
2012-07-02 Panu MatilainenAlso track large file presence for src.rpm's (RhBug...
2012-07-02 Panu MatilainenPush payload file size limit checking into cpio code
2012-07-02 Panu MatilainenReport the actual failure reason on archive create...
2012-05-31 Panu MatilainenExport our own version of glob_pattern_p() as rpmIsGlob()
2012-05-29 Panu MatilainenParametrize default vs current %verify and %attr parsing
2012-05-28 Panu MatilainenInitial support for "special" %license, similar to...
2012-05-28 Panu MatilainenGeneralize special doc attribute to "special dir"
2012-05-28 Panu MatilainenHandle rpmfiNew() failure centrally in genCpioListAndHe...
2012-05-28 Panu MatilainenFix spec parsing memleak from source header on buildarc...
2012-05-28 Panu MatilainenEliminate redundant helper variables from src.rpm gener...
2012-05-28 Panu MatilainenMove file list freeing to helper function
2012-05-28 Panu MatilainenHardlink detection doesn't need entire filelist, just...
2012-05-28 Panu MatilainenisDoc() only needs the doc dirs, not the entire filelist
2012-05-28 Panu MatilainenClean up file records freeing a bit
2012-05-28 Panu MatilainenSplit the actual file records into a struct of their own
2012-05-28 Panu MatilainenUse vfaMatch() for %config attributes as well
2012-05-28 Panu MatilainenUnify %verify and virtual file attribute handling
2012-05-28 Panu MatilainenEliminate unused negate field of VFA struct
2012-05-25 Panu MatilainenPush special %doc handling details out of processPackag...
2012-05-25 Panu MatilainenRefactor getSpecialDocDir() so it cannot fail
2012-05-22 Christophe FergeauAdd support for 7zip compressed tarballs
2012-05-16 Panu MatilainenPush special doc directory generation next to other...
2012-05-16 Panu MatilainenRefactor special doc handling out of parseForSimple()
2012-05-16 Panu MatilainenparseForSimple() doesn't need the entire file list...
2012-05-16 Panu MatilainenNegation doesn't make sense for any of the virtual...
2012-05-16 Panu MatilainenHandle %dir parsing with an internal file attribute
2012-05-16 Panu MatilainenHandle %docdir with an internal file attribute
2012-05-16 Panu MatilainenExplicitly differentate internal/exported file attributes
2012-05-15 Panu MatilainenUnmask %license directive when parsing %files section
2012-05-15 Panu MatilainenEliminate unused argument to parseForSimple()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForCaps()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForLang()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForConfig()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForDev()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForAttr()
2012-05-14 Panu MatilainenOnly pass what's needed to parseForVerify()
2012-05-14 Panu MatilainenCentralize fl.processingFailed setting for parseForFoo...
2012-05-14 Panu MatilainenAdd a helper function for freeing/resetting a file...
2012-05-14 Panu MatilainenEliminate redundant filelist initializiation
2012-05-14 Panu MatilainenSplit out the remaining "current file" state out of...
2012-05-14 Panu MatilainenSplit file languages and capabilities out of the global...
2012-05-14 Panu MatilainenSplit the file attribute recs (permissions) out of...
2012-05-14 Panu MatilainenSplit the various file flags out of the global filelist...
2012-05-14 Panu MatilainenShuffle FileList members around for a more logical...
2012-05-11 Panu MatilainenImprove spec %include error detection and message
2012-05-11 Panu MatilainenUnify pops from spec file stack to a function
2012-05-11 Panu MatilainenSimplify / sanitize pushing new files on spec file...
2012-04-24 Panu MatilainenEliminate rpmts and rpmte kludgery from package building
2012-04-24 Panu MatilainenBury build filestate setting inside fsm remains
2012-04-23 Michael SchroederAdd support for dpkg-style sorting of tilde in version...
2012-03-30 Florian FestiKill FSM: Make FSM_PKGBUILD a function
2012-03-30 Ales Kozumplikrpmbuild: warn if header color differs from color of...
2012-03-20 Panu MatilainenBump library sonames in preparation for new release
2012-03-07 Panu MatilainenRevert to former spec query behavior + comment
2012-02-29 Panu MatilainenExplicitly remap device numbers along with inodes at...
2012-02-28 Panu MatilainenDon't process spec %include in false branch of %if...
2012-02-10 Panu MatilainenRemap inode numbers to fit into 32bit integer space...
2012-01-28 Panu MatilainenDon't assume rpmfiNew() always succeeds
2012-01-11 Panu MatilainenEliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSO...
2012-01-11 Panu MatilainenTurn FSM into a blackbox, much like PSM is
2012-01-11 Panu MatilainenExplicitly tell rpmfiNew() when its being used for...
2012-01-05 Panu MatilainenPass and remember the controlling psm (if any) in fsm
2011-11-09 Panu MatilainenMake base64 encoding/decoding part of rpmio public API
next