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
/
rpm.spec
Age
Commit message (
Expand
)
Author
Files
Lines
2000-02-29
Portability fiddles.
jbj
1
-1
/
+1
2000-02-28
More typos.
jbj
1
-1
/
+4
2000-02-27
Typos.
jbj
1
-1
/
+1
2000-02-27
Permit building w/o libbz2.a.
jbj
1
-1
/
+3
2000-02-27
Typo.
jbj
1
-3
/
+3
2000-02-27
i18n install is in /usr/lib not /usr/share for solaris2.6.
jbj
1
-2
/
+2
2000-02-25
- fix: filter excluded paths before adding install prefixes (#8709).
jbj
1
-1
/
+7
2000-02-24
Automake portability diddles.
jbj
1
-3
/
+5
2000-02-23
Sanity (0.44 release).
jbj
1
-1
/
+1
2000-02-22
Another attempt to get i18n lookaside functional.
jbj
1
-3
/
+1
2000-02-17
Sanity (bump release).
jbj
1
-1
/
+1
2000-02-16
Disable i18n lookaside for now.
jbj
1
-1
/
+1
2000-02-16
Improved cpanflute (Tim Powers).
jbj
1
-1
/
+1
2000-02-15
add scripts for autogenerating CPAN dependencies.
jbj
1
-2
/
+6
2000-02-15
Sanity (make release).
jbj
1
-0
/
+4
2000-02-15
new rpm-build package to isolate rpm dependencies on perl/bash2.
jbj
1
-3
/
+47
2000-02-10
brp-compress deals with hard links correctly.
jbj
1
-1
/
+4
2000-02-07
Sanity (bump release).
jbj
1
-1
/
+4
2000-01-24
Sanity (bump release).
jbj
1
-1
/
+1
2000-01-24
explicitly expand file lists in writeRPM for rpmputtext.
jbj
1
-2
/
+6
2000-01-24
fix: on --rebuilddb, make sure new/old paths are not the same (#8752).
jbj
1
-1
/
+1
2000-01-17
updated perl scripts (Ken Estes).
jbj
1
-1
/
+1
2000-01-17
Updated msgid's.
jbj
1
-16
/
+17
2000-01-17
add %_rebuilddbpath macro to permit rebuilding db in new location.
jbj
1
-1
/
+1
2000-01-10
add manpage for gendiff (pbrown@redhat.com).
jbj
1
-5
/
+5
2000-01-07
add several BuildRoot FTW policies.
jbj
1
-1
/
+1
2000-01-05
resurrect failed glob error message during build
jbj
1
-2
/
+1
2000-01-04
Correct open flags for signing packages.
jbj
1
-1
/
+1
2000-01-03
fix: manageFile needs to and with O_WRONLY(=1), not O_RDONLY(=0).
jbj
1
-1
/
+1
2000-01-03
Sanity (make dist).
jbj
1
-1
/
+1
1999-12-30
add ja translation and man pages (Kanda Mitsuru kanda@nn.iij4u.or.jp).
jbj
1
-2
/
+3
1999-12-30
Sanity (make dist).
jbj
1
-1
/
+1
1999-12-24
split python bindings into a separate sub-package of rpm.
jbj
1
-9
/
+61
1999-12-22
duplicate popt routine so that librpm.so needs not libpopt.so.
jbj
1
-1
/
+1
1999-12-21
lib/rpmio.c: Start weeding the debug messages.
jbj
1
-1
/
+1
1999-12-19
Typo (t->num rather than tnum causes segfault while re-reading rpmrc on exit).
jbj
1
-1
/
+1
1999-12-18
fix: turn off stdio buffering if not opened O_RDONLY for now.
jbj
1
-1
/
+1
1999-12-16
diddle some names to keep my C++ brethern happy (i.e. kpackage port).
jbj
1
-1
/
+1
1999-12-16
fix: missing strdup when overriding buildroot from command line
jbj
1
-1
/
+1
1999-12-15
fix: compressFileList was over-generating dirNames.
jbj
1
-1
/
+1
1999-12-13
NULL missing at end of packages-to-be-installed array.
jbj
1
-1
/
+1
1999-12-12
reload macros from cmd line when re-reading config files.
jbj
1
-1
/
+1
1999-12-12
lib/rpminstall.c: Perform glob on remote ftp install args.
jbj
1
-1
/
+1
1999-12-12
perform glob on remote ftp queries.
jbj
1
-1
/
+1
1999-12-11
partial implementation for ftp globbing.
jbj
1
-1
/
+1
1999-12-10
Sanity (make dist).
jbj
1
-1
/
+1
1999-12-10
Back out fix for dirIndexes memory leak.
jbj
1
-1
/
+1
1999-12-08
Sanity (make dist).
jbj
1
-1
/
+1
1999-12-06
fix: Fopen should use 0666 as default (umask will be applied later).
jbj
1
-1
/
+1
1999-12-05
expose enough of the legacy fdio interface to compile rpmfind/rpm2html.
jbj
1
-1
/
+1
[next]