index
:
delta/rpm.git
caret
gh-pages
ignatenko/patch-1
ignatenkobrain-patch-1
master
pavlinas_p122
pavlinas_p123
plus
rpm-4.10.x
rpm-4.11.x
rpm-4.12.x
rpm-4.13.x
rpm-4.14.x
rpm-4.15.x
rpm-4.16.x
rpm-4.17.x
rpm-4.18.x
rpm-4.4.x
rpm-4.6.x
rpm-4.7.x
rpm-4.8.x
rpm-4.9.x
github.com: rpm-software-management/rpm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpmbuild.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix regression: -bp should check BuildRequires
Paul Donohue
2022-11-17
1
-0
/
+3
*
Remove build tree automatically on successfull binary package creation
Panu Matilainen
2022-05-25
1
-1
/
+2
*
Fix regressions on dynamic buildrequires cli switches (RhBug:2078744)
Panu Matilainen
2022-05-02
1
-7
/
+15
*
Set program name centrally from rpmcliInit()
Panu Matilainen
2022-03-25
1
-2
/
+0
*
Fix thinko in commit ad8b9bd2ca93cf4319680f056bb40bfc24661991
Panu Matilainen
2022-03-03
1
-1
/
+0
*
Add separate build configuration (%conf) section to spec
Panu Matilainen
2022-02-28
1
-8
/
+29
*
Fix --short-circuit for (dynamic) buildrequires checking
Panu Matilainen
2022-02-28
1
-12
/
+13
*
Allow rpmbuild to only check build dependencies
sacha
2022-02-16
1
-1
/
+19
*
Fix 4.16.0 regression causing invalid spec file name on rpmbuild -ts
Panu Matilainen
2020-12-07
1
-4
/
+18
*
rpmbuild: Do not create a %_sourcedir / %_specdir
Igor Raits
2020-06-01
1
-38
/
+10
*
rpmbuild: Create full build tree after parsing a spec file
Igor Raits
2020-06-01
1
-5
/
+8
*
Add support for dynamic BuildRequires
Florian Festi
2019-05-28
1
-1
/
+23
*
Move check for build dependencies out of rpmbuild.c and into build/build.c
Florian Festi
2019-05-28
1
-21
/
+4
*
Pass rpmts object to rpmSpecBuild()
Florian Festi
2019-05-28
1
-1
/
+1
*
Split cli verification flags out of qva_flags
Panu Matilainen
2017-11-14
1
-6
/
+1
*
Allow running rpmbuild with debug verbosity
Panu Matilainen
2017-08-23
1
-2
/
+6
*
Rename addMacro() and delMacro() to rpmPushMacro() and rpmPopMacro()
Panu Matilainen
2016-10-24
1
-2
/
+2
*
Current plugins don't make sense in rpmbuild so disable them there
Lubos Kardos
2016-03-07
1
-0
/
+1
*
Reimplement setprogname() and getprogname() to be generic and portable
Kamil Rytarowski
2016-02-11
1
-2
/
+6
*
rpmbuild: Fix build-in-place to work with target option
Juha Kallioinen
2015-07-23
1
-0
/
+4
*
rpmbuild: Support --build-in-place to run build and install from CWD
David Greaves
2015-07-23
1
-0
/
+15
*
rpmbuild: Add "--noprep" to not execute %prep stage
David Greaves
2015-07-23
1
-0
/
+2
*
Check for multiple specfiles in the source tarball
Florian Festi
2015-04-10
1
-3
/
+11
*
Add -r* params to rpmbuild to allow building all stages from source rpms, too.
Florian Festi
2015-01-26
1
-36
/
+73
*
Dont preserve ownership from tar when root (RhBug:1133946)
Panu Matilainen
2014-09-30
1
-1
/
+1
*
Only require arguments to rpmbuild when building something (RhBug:919080)
Panu Matilainen
2013-04-25
1
-1
/
+2
*
Add --noclean and --nocheck options to rpmbuild
Panu Matilainen
2012-08-02
1
-0
/
+8
*
rpmSetTables() call in rpmbuild has been dying long enough by now
Panu Matilainen
2012-03-09
1
-4
/
+0
*
Make --pipe command failures reflect our exit codes (RhBug:735481)
Panu Matilainen
2011-09-05
1
-1
/
+2
*
Eliminate bunch of dead assignments on ts vsflags
Panu Matilainen
2011-05-30
1
-1
/
+1
*
Eliminate dead NULL-assignments at scope-end in main cli utils
Panu Matilainen
2011-05-30
1
-4
/
+4
*
Eliminate bogus ferror() checks
Panu Matilainen
2011-05-18
1
-1
/
+1
*
Use the right variable for absolute path (ticket #137)
Aron Griffis
2010-10-06
1
-1
/
+1
*
void stepping on toes of relatives, part 5
Panu Matilainen
2010-09-21
1
-3
/
+3
*
Use the common rpmcliQueryFlags for signature verify options in rpmbuild
Panu Matilainen
2010-09-03
1
-23
/
+3
*
Swap rpmSpecBuild() arguments for consistency with other APIs
Panu Matilainen
2010-09-02
1
-1
/
+1
*
Move build dependency checking from cli tool to librpmbuild
Panu Matilainen
2010-09-02
1
-18
/
+5
*
Eliminate specFlags from rpmBuildArguments
Panu Matilainen
2010-09-02
1
-3
/
+4
*
Eliminate targets from rpmBuildArguments
Panu Matilainen
2010-09-02
1
-18
/
+11
*
Eliminate buildMode and buildChar from rpmBuildArguments
Panu Matilainen
2010-09-02
1
-10
/
+12
*
Eliminate verify flags from rpmBuildArguments
Panu Matilainen
2010-09-02
1
-6
/
+7
*
Eliminate noDeps and shortCircuit from rpmBuildArguments struct
Panu Matilainen
2010-09-02
1
-13
/
+10
*
Eliminate popt goo from librpmbuild
Panu Matilainen
2010-09-02
1
-0
/
+195
*
Eliminate freeNames() from librpmbuild ABI
Panu Matilainen
2010-09-02
1
-2
/
+0
*
Handle spec flags parse option figuring in popt callback already
Panu Matilainen
2010-09-01
1
-3
/
+1
*
Rename freeSpec() -> rpmSpecFree() for namespacing
Panu Matilainen
2010-09-01
1
-1
/
+1
*
Update callers to use the new rpmSpecParse() interface
Panu Matilainen
2010-09-01
1
-6
/
+8
*
Spec rootDir is only relevant for building, eliminate from parseSpec()
Panu Matilainen
2010-09-01
1
-1
/
+1
*
Eliminate cookie from spec structure
Panu Matilainen
2010-09-01
1
-2
/
+1
*
Replace buildSpec() with a new interface in the API
Panu Matilainen
2010-09-01
1
-1
/
+1
[next]