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
/
rpmbuild.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-1
/
+5
2010-10-22
Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
Panu Matilainen
1
-1
/
+1
2010-10-22
Couple of doxygen argument mismatch fixes
Panu Matilainen
1
-2
/
+1
2010-10-12
Add a getter for the source header.
Eric W. Biederman
1
-0
/
+8
2010-09-21
Stop abusing enum typedefs for bitfield types
Panu Matilainen
1
-4
/
+8
2010-09-02
Clarify RPMBUILD_STRINGBUF comment
Panu Matilainen
1
-1
/
+1
2010-09-02
Swap rpmSpecBuild() arguments for consistency with other APIs
Panu Matilainen
1
-3
/
+3
2010-09-02
Add a new public function for retrieving build dependencies from spec
Panu Matilainen
1
-0
/
+8
2010-09-02
Move build dependency checking from cli tool to librpmbuild
Panu Matilainen
1
-0
/
+8
2010-09-02
Cosmetics: update comments + use a specific type for buildAmount
Panu Matilainen
1
-3
/
+3
2010-09-02
Eliminate specFlags from rpmBuildArguments
Panu Matilainen
1
-1
/
+0
2010-09-02
Eliminate targets from rpmBuildArguments
Panu Matilainen
1
-1
/
+0
2010-09-02
Eliminate buildMode and buildChar from rpmBuildArguments
Panu Matilainen
1
-2
/
+0
2010-09-02
Eliminate verify flags from rpmBuildArguments
Panu Matilainen
1
-1
/
+0
2010-09-02
Eliminate noDeps and shortCircuit from rpmBuildArguments struct
Panu Matilainen
1
-2
/
+0
2010-09-02
Eliminate popt goo from librpmbuild
Panu Matilainen
1
-8
/
+0
2010-09-02
Eliminate _noDirTokens from librpmbuild API+ABI
Panu Matilainen
1
-5
/
+9
2010-09-02
Handle --nobuild as another buildAmount flag
Panu Matilainen
1
-2
/
+3
2010-09-01
Handle spec flags parse option figuring in popt callback already
Panu Matilainen
1
-2
/
+1
2010-09-01
Eliminate parseSpec() from librpmbuild, trim unused arguments
Panu Matilainen
1
-21
/
+0
2010-09-01
A new saner interface for parsing spec files
Panu Matilainen
1
-0
/
+12
2010-09-01
Spec rootDir is only relevant for building, eliminate from parseSpec()
Panu Matilainen
1
-1
/
+1
2010-09-01
Eliminate cookie from spec structure
Panu Matilainen
1
-1
/
+1
2010-09-01
Replace buildSpec() with a new interface in the API
Panu Matilainen
1
-4
/
+2
2010-09-01
Lift remaining build-related stuff out of librpm over to build-side
Panu Matilainen
1
-0
/
+36
2010-08-25
Mass eviction of remaining internal helpers in librpmbuild API
Panu Matilainen
1
-303
/
+0
2010-08-25
Eliminate unused spec argument from addReqProv()
Panu Matilainen
1
-2
/
+1
2010-08-25
Eliminate freePackage() from librpmbuild API
Panu Matilainen
1
-7
/
+0
2010-08-25
Eliminate initSourceHeader() from librpmbuild API
Panu Matilainen
1
-6
/
+0
2010-08-25
Eliminate doRmSource() from librpmbuild API again
Panu Matilainen
1
-7
/
+0
2010-08-24
Eliminate addChangelogEntry() from librpmbuild API
Panu Matilainen
1
-10
/
+0
2010-08-24
Eliminate buildHost() and getBuildTime() from librpmbuild API
Panu Matilainen
1
-12
/
+0
2010-08-24
Eliminate checkPackages() from librpmbuild API
Panu Matilainen
1
-7
/
+0
2010-08-24
Eliminate parseExpressionString() from librpmbuild
Panu Matilainen
1
-8
/
+0
2010-08-24
Eliminate freePackages() from librpmbuild API
Panu Matilainen
1
-7
/
+0
2010-08-20
Remove signing support from (lib)rpmbuild
Panu Matilainen
1
-1
/
+1
2009-10-21
Ensure rpmlib() dependency sanity on build
Panu Matilainen
1
-1
/
+1
2009-06-16
Don't check Provides/Requires for bad characters, they could be UTF-8
Jindrich Novy
1
-1
/
+1
2009-06-15
Check for valid chars in Requires/Provides as well
Jindrich Novy
1
-0
/
+10
2009-01-11
Don't check package BuildRequires when doing --rmsource (rhbz#452477)
Jindrich Novy
1
-0
/
+7
2008-11-10
Add the post-build package checker feature in rpmbuild (upstream ticket #2)
Jindrich Novy
1
-0
/
+7
2008-07-07
Missing const in parseUnsignedNum()
Panu Matilainen
1
-1
/
+1
2008-07-01
Avoid reading negative constants from SourceXX, PatchXX tags
Jindrich Novy
1
-3
/
+3
2008-06-17
Convert build reqprov to headerPut()
Panu Matilainen
1
-1
/
+1
2008-05-05
Start cleaning up the rpmerr removal mess of build/ return codes
Panu Matilainen
1
-0
/
+1
2008-04-24
Remove meaningless extern on function declarations in headers
Panu Matilainen
1
-6
/
+6
2008-04-09
Yet more url ripping - buildroot is never an url
Panu Matilainen
1
-4
/
+4
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-2
/
+2
2008-02-04
Add rpm_time_t type for time types (in headers), use where spotted
Panu Matilainen
1
-1
/
+1
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-2
/
+2
[next]