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
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-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-13
Don't remove buildroot docdir on %doc usage (ticket #836)
Panu Matilainen
1
-1
/
+0
2011-05-28
Clean up spec %files -f <manifest> processing
Panu Matilainen
1
-35
/
+43
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
1
-2
/
+2
2011-05-27
More dead NULL assignments of local variables in filelist processing
Panu Matilainen
1
-4
/
+4
2011-05-27
Eliminate dead NULL assignments on processMetadataFile() exit
Panu Matilainen
1
-3
/
+3
2011-05-27
Eliminate bunch of dead increments in spec filelist parsing
Panu Matilainen
1
-4
/
+3
2011-05-27
Handle readlink() failure in genCpioListAndHeader() correctly
Panu Matilainen
1
-4
/
+9
2011-05-18
Eliminate bogus ferror() checks
Panu Matilainen
1
-1
/
+1
2010-12-23
Require %files section for package generation again
Panu Matilainen
1
-0
/
+4
2010-12-16
Unbreak file user/groupname handling in build
Panu Matilainen
1
-6
/
+6
2010-12-15
Unify the user+group caching between librpm and librpmbuild
Panu Matilainen
1
-10
/
+11
2010-12-01
Pass RPM_BUILD_ROOT to helper scripts through environment always
Panu Matilainen
1
-3
/
+3
2010-10-28
Pass the script to doScript() as const char *
Panu Matilainen
1
-1
/
+2
2010-10-28
Use ARGV_t for package fileFile, fileList and policyList
Panu Matilainen
1
-14
/
+4
2010-10-28
Eliminate splitString() leftover braindamage in processSourceFiles()
Panu Matilainen
1
-13
/
+5
2010-10-22
Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
Panu Matilainen
1
-1
/
+1
2010-10-22
Use header datatype for hash algo instead of pgpHashAlgo enum
Panu Matilainen
1
-1
/
+1
2010-10-01
Stuff fts into a convenience library in misc/
Panu Matilainen
1
-1
/
+1
2010-09-21
Remove bunch of double consts in librpmbuild
Panu Matilainen
1
-1
/
+1
2010-09-21
Avoid stepping on toes of relatives, part 3
Panu Matilainen
1
-2
/
+2
2010-09-21
strstr() considered harmful, part 541
Panu Matilainen
1
-6
/
+6
2010-09-21
Rename specdFlags to remove unnecessary type vs variable name confusion
Panu Matilainen
1
-7
/
+7
2010-09-21
Fix up bunch of silly int vs rpmRC return code mismatches
Panu Matilainen
1
-12
/
+11
2010-09-21
Stop abusing enum typedefs for bitfield types
Panu Matilainen
1
-2
/
+4
2010-09-02
Eliminate _noDirTokens from librpmbuild API+ABI
Panu Matilainen
1
-6
/
+10
2010-09-01
Eliminate silly and unused timecheck feature from (lib)rpmbuild
Panu Matilainen
1
-24
/
+0
2010-09-01
Remove the existing %policy directive
Steve Lawrence
1
-12
/
+2
2010-08-26
Permit packages with no files to omit %files entirely
Panu Matilainen
1
-3
/
+0
2010-08-25
Mass eviction of remaining internal helpers in librpmbuild API
Panu Matilainen
1
-1
/
+2
2010-08-25
Eliminate initSourceHeader() from librpmbuild API
Panu Matilainen
1
-68
/
+0
2010-08-25
Eliminate ancient leftover initSourceHeader() call
Panu Matilainen
1
-7
/
+0
2010-08-25
Move source+patch tag insertion into initSourceHeader()
Panu Matilainen
1
-19
/
+20
2010-08-24
Eliminate now unnecessary buildio.h
Panu Matilainen
1
-1
/
+0
2010-08-10
Add missing libgen.h include
Giulio Eulisse
1
-0
/
+1
2010-04-13
Use correct tag for NOPATCH
Panu Matilainen
1
-1
/
+1
2010-04-12
Seems like a change was made to make %attr(-) go back to the
Michael Schroeder
1
-8
/
+28
2010-03-19
Bury FTS inside librpmbuild and eliminate from public ABI
Panu Matilainen
1
-1
/
+1
2010-03-01
Remove now unused inFtw from file lists
Panu Matilainen
1
-6
/
+0
2010-03-01
Lose ancient prefix remnants from build code
Panu Matilainen
1
-23
/
+0
[next]