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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-27
Plug minor memleak from rpmGetCwd() on build
Panu Matilainen
1
-0
/
+1
2009-01-11
Don't check package BuildRequires when doing --rmsource (rhbz#452477)
Jindrich Novy
1
-0
/
+7
2009-01-11
Don't fail because of missing sources when only spec
Jindrich Novy
1
-0
/
+6
2008-11-21
Fix build tree creation with relative paths for %_topdir and friends
Panu Matilainen
1
-1
/
+2
2008-10-10
Use rpmMkdirs() to create the entire build tree in buildForTarget()
Panu Matilainen
1
-22
/
+6
2008-09-01
Create directory structure for rpmbuild prior to build if it doesn't exist
Jindrich Novy
1
-0
/
+23
2008-07-24
Dumb thinko breaking tar builds from relative paths (rhbz#456321)
Panu Matilainen
1
-2
/
+3
2008-04-28
Remove alloca() from build()
Jindrich Novy
1
-1
/
+2
2008-04-22
Relax spec permissions in tar build mode (rhbz#253648)
Panu Matilainen
1
-0
/
+5
2008-04-16
Don't use mktemp(), we are sure mkstemp() is available now
Jindrich Novy
1
-4
/
+0
2008-04-04
Oops, no newline at end of filename please...
Panu Matilainen
1
-1
/
+1
2008-04-04
Get rid of the horrid zcmd hackery in build
Panu Matilainen
1
-12
/
+4
2008-04-04
Stop pretending spec can be an URL or stdin, neither works
Panu Matilainen
1
-35
/
+26
2008-04-04
Wait for popen() to finish before passing to isSpecFile()
Panu Matilainen
1
-2
/
+2
2008-04-04
Move spec extraction from tarball out of buildForTarget(), simplify
Panu Matilainen
1
-98
/
+99
2008-04-04
Oops, add --wildcards back to spec extraction
Panu Matilainen
1
-1
/
+1
2008-04-04
Assume failure in buildForTarget() to remove redundancy
Panu Matilainen
1
-9
/
+1
2008-04-04
Refactor spec extraction on tar build to address several issues
Panu Matilainen
1
-28
/
+27
2008-04-04
Spec of size zero cannot be a valid spec file
Panu Matilainen
1
-0
/
+3
2008-03-24
Use regular stream functions instead of rpmio in spec sanity check
Panu Matilainen
1
-6
/
+6
2008-03-07
Log message adjustments
Panu Matilainen
1
-2
/
+2
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-1
/
+1
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-0
/
+2
2008-01-27
Rename isCompressed() -> rpmFileIsCompressed() for namespacing
Panu Matilainen
1
-1
/
+1
2007-12-15
Remove bogus const from rpmGenPath() temporary targets
Panu Matilainen
1
-1
/
+1
2007-12-15
Remove bogus const from rpmGetPath() temporary targets
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-7
/
+7
2007-12-03
Use regular POSIX functions instead of "RPC" clones
Panu Matilainen
1
-2
/
+2
2007-11-23
Move file compression stuff from rpmmacro.h to rpmfileutil.h
Panu Matilainen
1
-0
/
+1
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-6
/
+6
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-10
/
+10
2007-10-28
Include "rpmbuild.h" instead of <rpmbuild.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmcli.h" instead of <rpmcli.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-10
Kick out polish comment.
Ralf Corsépius
1
-5
/
+0
2007-10-09
Make rpmerr.h private, include directly where needed.
Panu Matilainen
1
-0
/
+1
2007-10-09
Replace all uses of RPMMESS_ERROR with RPMLOG_ERR
Panu Matilainen
1
-1
/
+1
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-1
/
+1
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
1
-10
/
+10
2007-09-21
Rename Spec -> rpmSpec for namespacing
Panu Matilainen
1
-1
/
+1
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-23
/
+6
2007-08-29
Fix various cases of build failing due to whitespace in dir/filenames.
Panu Matilainen
1
-2
/
+2
2007-07-12
Fix yet-another-compiler-warning.
Panu Matilainen
1
-1
/
+1
2007-07-03
Pass --wildcards to tar on build (rhbz#206841)
Panu Matilainen
1
-1
/
+1
2007-06-08
Allow characters >127 that don't fit the current locale in the
Panu Matilainen
1
-0
/
+5
2007-04-16
Check getcwd return value, abort if rpm cannot determine current
Paul Nasrat
1
-2
/
+9
2004-10-17
- free rpmrc when looping on --target arches (#127730).
jbj
1
-0
/
+2
2003-12-26
- don't use mktemp if mkstemp is available (#103850).
jbj
1
-9
/
+7
2003-05-08
- don't use error string after gzclose (Dmitry V. Levin).
jbj
1
-3
/
+3
2002-12-24
- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.
jbj
1
-1
/
+1
[next]