summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-28Rework rpmrc generation.Ralf Corsépius1-7/+7
2007-08-28Remove SYSCONFIGDIR.Ralf Corsépius1-6/+1
2007-08-28Create rpmrc from inside of Makefile.Ralf Corsépius1-0/+9
2007-08-28hg sucks rocksRalf Corsépius3-16/+37
2007-08-28Sync macrofiles with macrofiles: in rpmrc.Ralf Corsépius1-1/+11
2007-08-28Propagate SYSCONFDIR.Ralf Corsépius1-0/+1
2007-08-28Eliminate MACROFILES.Ralf Corsépius1-5/+0
2007-08-28Support accessing header info in python by object attributes as well.Panu Matilainen1-13/+14
2007-08-28Add expandMacro() to python bindings.Panu Matilainen1-0/+14
Patch by Jeremy Katz.
2007-08-28Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpmPanu Matilainen1-0/+1
2007-08-28Check for locale.h.Ralf Corsépius1-0/+1
2007-08-28Install packages with preferred color first (rhbz#214737)Panu Matilainen1-3/+9
Patch by Jeff Johnson.
2007-08-28Show pre- and posttrans scripts in rpm -q --scripts query (susebz#253620)Panu Matilainen1-0/+8
Patch from Michal Marek.
2007-08-28Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpmPanu Matilainen5-32/+29
2007-08-28Create x86_64 compat macros for ia32e and amd64 (rhbz#211119, 223355)Panu Matilainen1-0/+1
2007-08-28Avoid .rpmnew when the file hasn't changed in package (rhbz#194246)Panu Matilainen1-6/+10
The current behavior of %config(noreplace) creates a .rpmnewfile iff the type of the current file has been changed wrto what was originally installed. The patch changes this behavior so when old and new (in db and in package) is identical -> not changed, the function returns FA_SKIP -> it won't clobber anything, it simply skips installation of the file from the package. This patch handles also the opposite case when old and new packages contain %config symlink and we have regular file on disk. Patch from Tomas Mraz.
2007-08-28Fix perl version provide for packages defined in multiple blocks (#rhbz214496)Panu Matilainen1-1/+5
Successive definitions of the same package shouldn't stomp on previously found $VERSION, this is how perl itself behaves. Patch from James Ralston.
2007-08-28Add -DLOCALEDIR="\"$(localedir)\""Ralf Corsépius3-0/+3
2007-08-28Remove LOCALEDIR.Ralf Corsépius1-4/+0
2007-08-28Remove stamp-h.Ralf Corsépius1-4/+0
2007-08-27Make tjfn, tdbi check_PROGRAMS.Ralf Corsépius1-3/+4
2007-08-27Comment out tjfn_LDFLAGS.Ralf Corsépius1-1/+1
2007-08-27Remove sqlite.c from EXTRA_DIST.Ralf Corsépius1-2/+2
2007-08-27Convert EXTRA_PROGRAMS and noinst_PROGRAMS to check_PROGRAMS.Ralf Corsépius1-7/+5
2007-08-27Add tufdio.Ralf Corsépius1-11/+14
Convert EXTRA_PROGRAMS to check_PROGRAMS.
2007-08-27Use $GCC instead of undocumented autoconf internal $ac_cv_c_compiler_gnuRalf Corsépius1-1/+1
2007-08-27Remove config.site.Ralf Corsépius1-1/+1
2007-08-27Remove config.site (Not useful).Ralf Corsépius1-1/+1
2007-08-27Remove (Not useful).Ralf Corsépius1-133/+0
2007-08-27Use check_PROGRAMS instead of EXTRA_PROGRAMS for t*programs.Ralf Corsépius1-15/+13
2007-08-27Comment out Glob_error.Ralf Corsépius1-0/+2
2007-08-27Adjust paths to beecrypt headers.Ralf Corsépius1-2/+2
2007-08-27Adjust paths to beecrypt headers.Ralf Corsépius1-4/+4
2007-08-27Comment out setfiles_LDFLAGS.Ralf Corsépius1-1/+1
2007-08-27Eliminate noinst_HEADERS.Ralf Corsépius1-11/+12
2007-08-27Use system magic file for file classification.Panu Matilainen3-27/+3
- use whatever magic_load() uses by default - remove unused rpm.magic file
2007-08-27Fix monday morning thinkos wrt macro buffer changes.Panu Matilainen1-10/+16
The expanded size is of course not known beforehand.. check for size before copying instead.
2007-08-27Don't check for termination signals in middle of transaction (!)Panu Matilainen1-4/+0
2007-08-27Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpmPanu Matilainen5-287/+0
2007-08-27Fix potential buffer overflow in macro primitive executionPanu Matilainen1-2/+3
Use dynamic buffer, we know the needed size here...
2007-08-27Fix potential buffer overflow in macro findEntry()Panu Matilainen1-1/+3
Avoid static buffer, we know the size...
2007-08-27Fix potential buffer overflow by using dynamic buffer size.Panu Matilainen1-1/+4
2007-08-27Fix buffer overflow in macro shell escaping (#253971)Panu Matilainen1-1/+4
We know the required buffer size here, no point in using static buffer.
2007-08-27Remove tdigest.Ralf Corsépius1-4/+0
2007-08-27Remove (Unused junk).Ralf Corsépius1-224/+0
2007-08-27Remove (Unused, rotten junk).Ralf Corsépius1-57/+0
2007-08-27Remove dependency on librpmbuild.Ralf Corsépius2-2/+0
2007-08-24Add [rpm -q --scripts -p *.i386.rpm].Ralf Corsépius1-0/+20
2007-08-24Remove FINDREQUIRES, FINDPROVIDES (Unused).Ralf Corsépius1-8/+0
2007-08-24s/-lselinux/@WITH_SELINUX_LIB@/Ralf Corsépius1-2/+2