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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-25
Permit %verifyscript from non-installed packages
Panu Matilainen
1
-3
/
+4
2011-05-25
Don't run collections on script stages like %pre/posttrans, ugh.
Panu Matilainen
1
-3
/
+7
2011-05-25
Issue an error on failure to replace original package on signing
Panu Matilainen
1
-1
/
+5
2011-05-24
Add support for nested Lua macro expansion (RhBug:490740)
Panu Matilainen
3
-30
/
+49
2011-05-24
Plug a memory leak on Lua rpm.expand()
Panu Matilainen
1
-1
/
+3
2011-05-24
Bail out of debuginfo if stabs format encountered (RhBug:453506)
Panu Matilainen
1
-3
/
+4
2011-05-24
Fix %prep parse error to abort build
Panu Matilainen
1
-8
/
+6
2011-05-24
Cosmetics: remove redundant/empty doxygen markup, comments etc
Panu Matilainen
1
-17
/
+2
2011-05-24
Remove unused length return variables on doHeaderUnload()
Panu Matilainen
1
-5
/
+2
2011-05-24
Handle HEADERFLAG_SORTED bit correctly in headerUnsort()
Panu Matilainen
1
-2
/
+4
2011-05-24
Return explicit NULL on errors + frees in header code
Panu Matilainen
1
-4
/
+4
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-20
-D is for --define, not --predefine (RhBug:706161)
Panu Matilainen
1
-1
/
+1
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
Update translations to pick up changes from the script file cleanups
Panu Matilainen
26
-9678
/
+10048
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
5
-8
/
+5
2011-05-18
Always copy macro source when expanding it
Michael Schroeder
1
-6
/
+6
2011-05-18
Empty transaction is not an error (RhBug:699929)
Panu Matilainen
1
-1
/
+2
2011-05-17
Do not abort if chown/chmod fails but the file is already correct
Michael Schroeder
1
-0
/
+18
2011-05-16
Fix segfault on build with empty %prep section
Michael Schroeder
1
-1
/
+1
2011-05-13
Fix "method not permitted before handle's open method" on --verifydb
Michael Schroeder
1
-1
/
+1
2011-05-03
Clean up file type verification logic a bit
Panu Matilainen
1
-28
/
+13
2011-05-03
Remove obsolete timedRead() from API
Jindrich Novy
2
-12
/
+0
2011-05-03
RIP rpmsqFork() + rpmsqWait() and the related bits
Panu Matilainen
2
-305
/
+2
2011-05-03
Use good ol' fork() + waitpid() for running scriptlets
Panu Matilainen
1
-16
/
+15
2011-04-29
Remove unneeded regex grouping.
Ville Skyttä
1
-2
/
+2
2011-04-29
Comment spelling fix.
Ville Skyttä
1
-1
/
+1
2011-04-29
Add lrzip support.
Ville Skyttä
6
-1
/
+13
2011-04-29
Add lzip support.
Ville Skyttä
6
-1
/
+13
2011-04-28
Remove duplicate fpLookup() doxygen annotation
Panu Matilainen
1
-8
/
+0
2011-04-28
Remove redundant strlen()'s on sha1 digest verification
Panu Matilainen
1
-1
/
+1
2011-04-28
Avoid malloc() + redundant strlen() calls in dbiFindByLabel()
Panu Matilainen
1
-4
/
+3
2011-04-28
Simplify findTag()
Jindrich Novy
1
-14
/
+8
2011-04-27
Fix find-lang so that it finds *@*.qm QT i18n files (RhBug:699945)
Jindrich Novy
1
-3
/
+3
2011-04-26
Understand 'PK00' zip archives (RhBug:699529)
Jindrich Novy
1
-2
/
+3
2011-04-22
Do not compile unused functions when SELinux support is disabled
Jindrich Novy
1
-0
/
+2
[next]