index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-14
Only pass what's needed to parseForDev()
Panu Matilainen
1
-9
/
+9
2012-05-14
Only pass what's needed to parseForAttr()
Panu Matilainen
1
-14
/
+13
2012-05-14
Only pass what's needed to parseForVerify()
Panu Matilainen
1
-16
/
+11
2012-05-14
Centralize fl.processingFailed setting for parseForFoo() calls
Panu Matilainen
1
-33
/
+11
2012-05-14
Add a helper function for freeing/resetting a file entry, use it
Panu Matilainen
1
-24
/
+14
2012-05-14
Eliminate redundant filelist initializiation
Panu Matilainen
1
-28
/
+0
2012-05-14
Split out the remaining "current file" state out of global filelist
Panu Matilainen
1
-34
/
+35
2012-05-14
Split file languages and capabilities out of the global filelist
Panu Matilainen
1
-15
/
+15
2012-05-14
Split the file attribute recs (permissions) out of the global filelist
Panu Matilainen
1
-40
/
+39
2012-05-14
Split the various file flags out of the global filelist struct
Panu Matilainen
1
-37
/
+41
2012-05-14
Shuffle FileList members around for a more logical grouping
Panu Matilainen
1
-13
/
+16
2012-05-11
Improve spec %include error detection and message
Panu Matilainen
1
-2
/
+3
2012-05-11
Unify pops from spec file stack to a function
Panu Matilainen
1
-14
/
+17
2012-05-11
Simplify / sanitize pushing new files on spec file stack
Panu Matilainen
1
-22
/
+8
2012-04-24
Eliminate rpmts and rpmte kludgery from package building
Panu Matilainen
1
-11
/
+1
2012-04-24
Bury build filestate setting inside fsm remains
Panu Matilainen
1
-14
/
+1
2012-04-23
Add support for dpkg-style sorting of tilde in version/release
Michael Schroeder
3
-2
/
+42
2012-03-30
Kill FSM: Make FSM_PKGBUILD a function
Florian Festi
1
-1
/
+1
2012-03-30
rpmbuild: warn if header color differs from color of the package architecture.
Ales Kozumplik
1
-1
/
+11
2012-03-20
Bump library sonames in preparation for new release
Panu Matilainen
1
-1
/
+1
2012-03-07
Revert to former spec query behavior + comment
Panu Matilainen
1
-0
/
+7
2012-02-29
Explicitly remap device numbers along with inodes at build
Panu Matilainen
1
-16
/
+4
2012-02-28
Don't process spec %include in false branch of %if clauses (RhBug:782970)
Panu Matilainen
1
-1
/
+1
2012-02-10
Remap inode numbers to fit into 32bit integer space on build (RhBug:714678)
Panu Matilainen
1
-3
/
+24
2012-01-28
Don't assume rpmfiNew() always succeeds
Panu Matilainen
1
-1
/
+10
2012-01-11
Eliminate no longer needed RPMFI_ISBUILD and RPMFI_ISSOURCE internal flags
Panu Matilainen
1
-3
/
+0
2012-01-11
Turn FSM into a blackbox, much like PSM is
Panu Matilainen
1
-10
/
+6
2012-01-11
Explicitly tell rpmfiNew() when its being used for build
Panu Matilainen
1
-0
/
+3
2012-01-05
Pass and remember the controlling psm (if any) in fsm
Panu Matilainen
1
-1
/
+1
2011-11-09
Make base64 encoding/decoding part of rpmio public API
Panu Matilainen
2
-3
/
+3
2011-10-23
Warn but don't fail the build on missing excluded files (RhBug:745629)
Panu Matilainen
1
-3
/
+12
2011-10-23
Eliminate bunch of exit points in addFile()
Panu Matilainen
1
-6
/
+10
2011-10-06
Eliminate headerMergeLegacySigs() from the API
Panu Matilainen
1
-4
/
+0
2011-10-06
Also add RPMTAG_OPTFLAGS during spec parse since we easily can...
Panu Matilainen
2
-5
/
+3
2011-10-06
Add implicit self-provides during spec parse already
Panu Matilainen
2
-35
/
+32
2011-09-12
Use POPT_BIT_SET for setting the scriptlet flags
Panu Matilainen
1
-7
/
+4
2011-09-12
Rename scriptlet flags from RPMSCRIPT_FOO to RPMSCRIPT_FLAG_FOO
Panu Matilainen
1
-2
/
+2
2011-09-12
Sanity check trigger scriptlet arguments on build
Panu Matilainen
1
-0
/
+6
2011-08-02
Strip trailing slash from paths at addFile()
Panu Matilainen
1
-1
/
+11
2011-08-02
Restore %defattr() behavior on special %doc
Michael Schroeder
1
-1
/
+6
2011-07-08
If we need a FILE stream then get one...
Panu Matilainen
1
-12
/
+7
2011-06-28
Fix explicit directory %attr() when %defattr() is active (RhBug:481875)
Panu Matilainen
1
-29
/
+22
2011-06-27
Pay attention to dir vs file when building (RhBug:505995)
Panu Matilainen
1
-3
/
+18
2011-06-27
Remove ugly isDir recurse prevention hack on build
Panu Matilainen
1
-6
/
+2
2011-06-23
Eliminate static BUFSIZ use in filelist parsing
Panu Matilainen
1
-1
/
+1
2011-06-21
Use ARGV_t for filelist current locale storage
Panu Matilainen
1
-75
/
+32
2011-06-21
Eliminate redundant noGlob member from filelist
Panu Matilainen
1
-9
/
+2
2011-06-21
Eliminate redundant special docs tracking members in filelist
Panu Matilainen
1
-12
/
+2
2011-06-21
Eliminate unused fileCount member from FileList struct
Panu Matilainen
1
-3
/
+0
2011-06-17
Avoid extra newlines in parsed spec output outside preamble
Panu Matilainen
1
-1
/
+1
[prev]
[next]