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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-27
Minor cleanups to rpmfcHelper()
Panu Matilainen
1
-6
/
+8
2011-05-27
Eliminate dead assignment, early exit means failure already
Panu Matilainen
1
-1
/
+1
2011-05-27
Cosmetics: rewrap/indent to fit 80 columns
Panu Matilainen
1
-12
/
+11
2011-05-27
Sanitize handlePreambleTag() error returns
Panu Matilainen
1
-36
/
+39
2011-05-27
Eliminate a couple more dead increments in spec parsing code
Panu Matilainen
2
-2
/
+2
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-24
Fix %prep parse error to abort build
Panu Matilainen
1
-8
/
+6
2011-05-24
Do not die on empty changelog section
Michael Schroeder
1
-1
/
+1
2011-05-23
Distinguish between macro primitives with and w/o arguments
Jindrich Novy
1
-8
/
+9
2011-05-23
Add support for fileattr dependency namespacing
Panu Matilainen
1
-1
/
+9
2011-05-23
Whoops, flags needs to be sorted for argvSearch() to work correctly
Panu Matilainen
1
-0
/
+1
2011-05-23
Unify fileattr include- and exclude-rule handling
Panu Matilainen
1
-40
/
+57
2011-05-20
Don't fetch missing sources on spec query
Panu Matilainen
1
-1
/
+3
2011-05-20
Unbreak %if, %if(n)arch, %if(n)os handling
Jindrich Novy
1
-36
/
+36
2011-05-19
Support "magic_and_path" flag in fileattrs
Michael Schroeder
1
-4
/
+7
2011-05-19
Remove redundant NULL checks
Panu Matilainen
1
-8
/
+3
2011-05-18
Fix error handling in payload copying
Panu Matilainen
1
-21
/
+26
2011-05-18
Eliminate dead cpio_copy() + related stuff
Panu Matilainen
1
-30
/
+0
2011-05-18
Further simplify & cleanup script file (error) handling
Panu Matilainen
1
-79
/
+32
2011-05-18
Clean up addFileToTagFoo() helpers
Panu Matilainen
1
-42
/
+26
2011-05-18
Minor cleanups to cpio_doio()
Panu Matilainen
1
-4
/
+2
2011-05-18
Simplify rpmio flags handling in writeRPM() / cpio_doio()
Panu Matilainen
1
-9
/
+5
2011-05-18
Plug a minor memleak on writeRPM() error paths
Tero Aho
1
-1
/
+1
2011-05-18
Eliminate bogus ferror() checks
Panu Matilainen
3
-4
/
+3
2011-05-16
Fix segfault on build with empty %prep section
Michael Schroeder
1
-1
/
+1
2011-04-29
Add lrzip support.
Ville Skyttä
1
-0
/
+3
2011-04-29
Add lzip support.
Ville Skyttä
1
-0
/
+3
2011-04-22
Do not compile unused functions when SELinux support is disabled
Jindrich Novy
1
-0
/
+2
2011-04-19
Attempt to fetch sources/patches when they are missing from %_sourcedir
Jindrich Novy
2
-20
/
+25
2011-04-04
Don't list packages which will not be created in spec query (RhBug:693338)
Jindrich Novy
1
-1
/
+3
2011-03-15
Fix cpio_doio()
Jindrich Novy
1
-21
/
+18
2011-03-14
Clean up rpmfcClassify()
Jindrich Novy
1
-20
/
+19
2011-03-10
Clean up rpmfcApply() and rpmfcHelper()
Jindrich Novy
1
-40
/
+44
2011-03-09
Clean up rpmfcExec()
Jindrich Novy
1
-7
/
+4
2011-03-04
Yet remove some unused variables to suppress warnings
Jindrich Novy
1
-13
/
+13
2011-03-04
Make rpmspecQuery() return match the description
Panu Matilainen
1
-4
/
+3
2011-03-04
Actually propagare failure when addOrAppendListEntry() fails,
Jindrich Novy
1
-7
/
+11
2011-03-04
Define variables in processBinaryPolicies() only if they are needed
Jindrich Novy
1
-2
/
+2
2011-03-04
Add missing exit status check for waitpid() while executing scriptlets
Jindrich Novy
1
-0
/
+7
2011-02-21
Fix braindamage in the depgen helper collector loop (RhBug:675002)
Panu Matilainen
1
-10
/
+13
2011-02-15
Allow uncompressed payload in packages
Michael Schroeder
1
-2
/
+5
2011-01-25
Teach rpm about post-transaction dependencies
Panu Matilainen
2
-1
/
+2
2011-01-21
Restore default SIGPIPE handling for build scriptlets (RhBug:651463)
Panu Matilainen
1
-1
/
+2
2010-12-23
Require %files section for package generation again
Panu Matilainen
4
-1
/
+10
2010-12-16
Unbreak file user/groupname handling in build
Panu Matilainen
1
-6
/
+6
2010-12-15
Remove the now unused user/group caching code
Panu Matilainen
3
-241
/
+1
2010-12-15
Unify the user+group caching between librpm and librpmbuild
Panu Matilainen
3
-12
/
+15
2010-12-13
Implement transaction ordering hinting
Panu Matilainen
3
-0
/
+9
2010-12-10
Implement filtering of autogenerated dependencies
Panu Matilainen
1
-5
/
+18
[prev]
[next]