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-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
2011-06-17
Support retrieving the spec contents in parsed format
Panu Matilainen
4
-1
/
+15
2011-06-16
Error on unclosed macros & trailing line continuations in spec (RhBug:681567)
Panu Matilainen
1
-1
/
+11
2011-06-13
Don't remove buildroot docdir on %doc usage (ticket #836)
Panu Matilainen
1
-1
/
+0
2011-06-08
Handle EINTR on the spot instead of restarting the entire loop
Panu Matilainen
1
-14
/
+20
2011-06-08
Kick out self-pipe trick from depgen helper
Panu Matilainen
1
-43
/
+1
2011-06-08
Abort depgen output reading on EOF, not child exiting
Panu Matilainen
1
-2
/
+2
2011-05-28
Clean up spec %files -f <manifest> processing
Panu Matilainen
1
-35
/
+43
2011-05-28
Remove pointless variable and a dead assignment to it
Panu Matilainen
1
-5
/
+2
2011-05-28
Clean up checkFiles() a bit
Panu Matilainen
1
-10
/
+4
2011-05-27
Eliminate bunch of obvious dead NULL-assingments from misc build parts
Panu Matilainen
4
-11
/
+11
2011-05-27
Rip hysterical hoop-jumping on spec/pkg cpiolist freeing
Panu Matilainen
1
-11
/
+2
2011-05-27
Eliminate dead NULL-assignments on parsePolicies() exit
Panu Matilainen
1
-2
/
+2
2011-05-27
Eliminate bunch of obvious dead NULL-assignments from build script code
Panu Matilainen
1
-8
/
+8
2011-05-27
Eliminate bunch of obvious dead NULL-assignments from rpm generation
Panu Matilainen
1
-14
/
+14
2011-05-27
Eliminate dead NULL-assignments in parseFiles()
Panu Matilainen
1
-2
/
+2
2011-05-27
Eliminate dead NULL-assignments from rpmSpecFree()
Panu Matilainen
1
-2
/
+2
2011-05-27
Eliminate dead NULL-assignments on OFI frees on spec parsing
Panu Matilainen
1
-4
/
+4
2011-05-27
Move build restriction header copying to local scope
Panu Matilainen
1
-8
/
+9
2011-05-27
Clean up + plug memleak in parseDescription()
Panu Matilainen
1
-4
/
+4
[next]