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
/
files.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-506
/
+1288
2023-03-10
Fix build error with Ubuntu22.04
tizen/4.11.0.1.tizen20231101
biao716.wang
1
-1
/
+1
2013-02-02
Adding manifest support for rpmbuild
Elena Reshetova
1
-1
/
+13
2013-02-02
Create a debuginfo package for each subpackage.
Anas Nashif
1
-2
/
+234
2013-01-29
Make double-quoting work for special %doc (and %license) too
Panu Matilainen
1
-1
/
+4
2012-11-18
Fix double-free on %caps in spec (RhBug:877512)
Panu Matilainen
1
-1
/
+0
2012-11-08
Erm, actually mark the special %license files as RPMFILE_LICENSE
Panu Matilainen
1
-1
/
+2
2012-11-05
Dont complain about non-colored arch-specific packages
Panu Matilainen
1
-1
/
+2
2012-08-01
Refactor the struct stat hacking into a helper function
Panu Matilainen
1
-38
/
+46
2012-08-01
Permit non-existent %ghost directories to be packaged (RhBug:839656)
Panu Matilainen
1
-7
/
+7
2012-07-10
Accept "owner" as an alias to "user" %verify attribute (RhBug:838657)
Panu Matilainen
1
-0
/
+1
2012-07-02
Also track large file presence for src.rpm's (RhBug:833427)
Panu Matilainen
1
-0
/
+3
2012-07-02
Push payload file size limit checking into cpio code
Panu Matilainen
1
-13
/
+2
2012-05-31
Export our own version of glob_pattern_p() as rpmIsGlob()
Panu Matilainen
1
-1
/
+1
2012-05-29
Parametrize default vs current %verify and %attr parsing
Panu Matilainen
1
-25
/
+17
2012-05-28
Initial support for "special" %license, similar to %doc (ticket #116)
Panu Matilainen
1
-23
/
+44
2012-05-28
Generalize special doc attribute to "special dir"
Panu Matilainen
1
-5
/
+5
2012-05-28
Handle rpmfiNew() failure centrally in genCpioListAndHeader()
Panu Matilainen
1
-6
/
+3
2012-05-28
Eliminate redundant helper variables from src.rpm generation
Panu Matilainen
1
-9
/
+6
2012-05-28
Move file list freeing to helper function
Panu Matilainen
1
-9
/
+11
2012-05-28
Hardlink detection doesn't need entire filelist, just the actual records
Panu Matilainen
1
-11
/
+11
2012-05-28
isDoc() only needs the doc dirs, not the entire filelist
Panu Matilainen
1
-5
/
+4
2012-05-28
Clean up file records freeing a bit
Panu Matilainen
1
-12
/
+9
2012-05-28
Split the actual file records into a struct of their own
Panu Matilainen
1
-25
/
+30
2012-05-28
Use vfaMatch() for %config attributes as well
Panu Matilainen
1
-5
/
+7
2012-05-28
Unify %verify and virtual file attribute handling
Panu Matilainen
1
-20
/
+17
2012-05-28
Eliminate unused negate field of VFA struct
Panu Matilainen
1
-22
/
+21
2012-05-25
Push special %doc handling details out of processPackageFiles()
Panu Matilainen
1
-40
/
+53
2012-05-25
Refactor getSpecialDocDir() so it cannot fail
Panu Matilainen
1
-12
/
+14
2012-05-16
Push special doc directory generation next to other special doc foobar
Panu Matilainen
1
-12
/
+38
2012-05-16
Refactor special doc handling out of parseForSimple()
Panu Matilainen
1
-87
/
+86
2012-05-16
parseForSimple() doesn't need the entire file list anymore
Panu Matilainen
1
-7
/
+7
2012-05-16
Negation doesn't make sense for any of the virtual file attributes
Panu Matilainen
1
-6
/
+3
2012-05-16
Handle %dir parsing with an internal file attribute
Panu Matilainen
1
-10
/
+9
2012-05-16
Handle %docdir with an internal file attribute
Panu Matilainen
1
-11
/
+7
2012-05-16
Explicitly differentate internal/exported file attributes
Panu Matilainen
1
-0
/
+10
2012-05-15
Eliminate unused argument to parseForSimple()
Panu Matilainen
1
-3
/
+2
2012-05-14
Only pass what's needed to parseForCaps()
Panu Matilainen
1
-5
/
+7
2012-05-14
Only pass what's needed to parseForLang()
Panu Matilainen
1
-4
/
+4
2012-05-14
Only pass what's needed to parseForConfig()
Panu Matilainen
1
-6
/
+6
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
[next]