tools/librpm-tizen.git
16 years agoShow pre- and posttrans scripts in rpm -q --scripts query (susebz#253620)
Panu Matilainen [Tue, 28 Aug 2007 07:11:06 +0000 (10:11 +0300)]
Show pre- and posttrans scripts in rpm -q --scripts query (susebz#253620)
Patch from Michal Marek.

16 years agoAutomated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpm
Panu Matilainen [Tue, 28 Aug 2007 06:54:33 +0000 (09:54 +0300)]
Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpm

16 years agoCreate x86_64 compat macros for ia32e and amd64 (rhbz#211119, 223355)
Panu Matilainen [Tue, 28 Aug 2007 06:10:11 +0000 (09:10 +0300)]
Create x86_64 compat macros for ia32e and amd64 (rhbz#211119, 223355)

16 years agoAvoid .rpmnew when the file hasn't changed in package (rhbz#194246)
Panu Matilainen [Tue, 28 Aug 2007 06:04:09 +0000 (09:04 +0300)]
Avoid .rpmnew when the file hasn't changed in package (rhbz#194246)

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.

16 years agoFix perl version provide for packages defined in multiple blocks (#rhbz214496)
Panu Matilainen [Tue, 28 Aug 2007 05:52:06 +0000 (08:52 +0300)]
Fix perl version provide for packages defined in multiple blocks (#rhbz214496)

Successive definitions of the same package shouldn't stomp on previously
found $VERSION, this is how perl itself behaves.
Patch from James Ralston.

16 years agoAdd -DLOCALEDIR="\"$(localedir)\""
Ralf Corsépius [Tue, 28 Aug 2007 04:46:20 +0000 (06:46 +0200)]
Add -DLOCALEDIR="\"$(localedir)\""

16 years agoRemove LOCALEDIR.
Ralf Corsépius [Tue, 28 Aug 2007 04:45:25 +0000 (06:45 +0200)]
Remove LOCALEDIR.

16 years agoRemove stamp-h.
Ralf Corsépius [Tue, 28 Aug 2007 04:37:49 +0000 (06:37 +0200)]
Remove stamp-h.

16 years agoMake tjfn, tdbi check_PROGRAMS.
Ralf Corsépius [Mon, 27 Aug 2007 21:40:58 +0000 (23:40 +0200)]
Make tjfn, tdbi check_PROGRAMS.

16 years agoComment out tjfn_LDFLAGS.
Ralf Corsépius [Mon, 27 Aug 2007 21:38:23 +0000 (23:38 +0200)]
Comment out tjfn_LDFLAGS.

16 years agoRemove sqlite.c from EXTRA_DIST.
Ralf Corsépius [Mon, 27 Aug 2007 21:38:00 +0000 (23:38 +0200)]
Remove sqlite.c from EXTRA_DIST.

16 years agoConvert EXTRA_PROGRAMS and noinst_PROGRAMS to check_PROGRAMS.
Ralf Corsépius [Mon, 27 Aug 2007 15:23:54 +0000 (17:23 +0200)]
Convert EXTRA_PROGRAMS and noinst_PROGRAMS to check_PROGRAMS.

16 years agoAdd tufdio.
Ralf Corsépius [Mon, 27 Aug 2007 15:18:04 +0000 (17:18 +0200)]
Add tufdio.
Convert EXTRA_PROGRAMS to check_PROGRAMS.

16 years agoUse $GCC instead of undocumented autoconf internal $ac_cv_c_compiler_gnu
Ralf Corsépius [Mon, 27 Aug 2007 14:16:12 +0000 (16:16 +0200)]
Use $GCC instead of undocumented autoconf internal $ac_cv_c_compiler_gnu

16 years agoRemove config.site.
Ralf Corsépius [Mon, 27 Aug 2007 14:15:29 +0000 (16:15 +0200)]
Remove config.site.

16 years agoRemove config.site (Not useful).
Ralf Corsépius [Mon, 27 Aug 2007 14:11:11 +0000 (16:11 +0200)]
Remove config.site (Not useful).

16 years agoRemove (Not useful).
Ralf Corsépius [Mon, 27 Aug 2007 14:09:37 +0000 (16:09 +0200)]
Remove (Not useful).

16 years agoUse check_PROGRAMS instead of EXTRA_PROGRAMS for t*programs.
Ralf Corsépius [Mon, 27 Aug 2007 14:06:05 +0000 (16:06 +0200)]
Use check_PROGRAMS instead of EXTRA_PROGRAMS for t*programs.

16 years agoComment out Glob_error.
Ralf Corsépius [Mon, 27 Aug 2007 14:03:46 +0000 (16:03 +0200)]
Comment out Glob_error.

16 years agoAdjust paths to beecrypt headers.
Ralf Corsépius [Mon, 27 Aug 2007 13:59:39 +0000 (15:59 +0200)]
Adjust paths to beecrypt headers.

16 years agoAdjust paths to beecrypt headers.
Ralf Corsépius [Mon, 27 Aug 2007 13:55:48 +0000 (15:55 +0200)]
Adjust paths to beecrypt headers.

16 years agoComment out setfiles_LDFLAGS.
Ralf Corsépius [Mon, 27 Aug 2007 13:08:43 +0000 (15:08 +0200)]
Comment out setfiles_LDFLAGS.

16 years agoEliminate noinst_HEADERS.
Ralf Corsépius [Mon, 27 Aug 2007 10:26:21 +0000 (12:26 +0200)]
Eliminate noinst_HEADERS.

16 years agoUse system magic file for file classification.
Panu Matilainen [Mon, 27 Aug 2007 08:17:03 +0000 (11:17 +0300)]
Use system magic file for file classification.
- use whatever magic_load() uses by default
- remove unused rpm.magic file

16 years agoFix monday morning thinkos wrt macro buffer changes.
Panu Matilainen [Mon, 27 Aug 2007 08:01:39 +0000 (11:01 +0300)]
Fix monday morning thinkos wrt macro buffer changes.
The expanded size is of course not known beforehand.. check for size
before copying instead.

16 years agoDon't check for termination signals in middle of transaction (!)
Panu Matilainen [Mon, 27 Aug 2007 07:19:43 +0000 (10:19 +0300)]
Don't check for termination signals in middle of transaction (!)

16 years agoAutomated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpm
Panu Matilainen [Mon, 27 Aug 2007 06:56:38 +0000 (09:56 +0300)]
Automated merge with ssh://login.linux.duke.edu//home/groups/rpm/hg/rpm

16 years agoFix potential buffer overflow in macro primitive execution
Panu Matilainen [Mon, 27 Aug 2007 06:55:42 +0000 (09:55 +0300)]
Fix potential buffer overflow in macro primitive execution
Use dynamic buffer, we know the needed size here...

16 years agoFix potential buffer overflow in macro findEntry()
Panu Matilainen [Mon, 27 Aug 2007 06:51:52 +0000 (09:51 +0300)]
Fix potential buffer overflow in macro findEntry()
Avoid static buffer, we know the size...

16 years agoFix potential buffer overflow by using dynamic buffer size.
Panu Matilainen [Mon, 27 Aug 2007 06:48:00 +0000 (09:48 +0300)]
Fix potential buffer overflow by using dynamic buffer size.

16 years agoFix buffer overflow in macro shell escaping (#253971)
Panu Matilainen [Mon, 27 Aug 2007 06:45:53 +0000 (09:45 +0300)]
Fix buffer overflow in macro shell escaping (#253971)
We know the required buffer size here, no point in using static buffer.

16 years agoRemove tdigest.
Ralf Corsépius [Mon, 27 Aug 2007 06:17:43 +0000 (08:17 +0200)]
Remove tdigest.

16 years agoRemove (Unused junk).
Ralf Corsépius [Mon, 27 Aug 2007 06:17:10 +0000 (08:17 +0200)]
Remove (Unused junk).

16 years agoRemove (Unused, rotten junk).
Ralf Corsépius [Mon, 27 Aug 2007 05:28:17 +0000 (07:28 +0200)]
Remove (Unused, rotten junk).

16 years agoRemove dependency on librpmbuild.
Ralf Corsépius [Mon, 27 Aug 2007 03:58:57 +0000 (05:58 +0200)]
Remove dependency on librpmbuild.

16 years agoAdd [rpm -q --scripts -p *.i386.rpm].
Ralf Corsépius [Fri, 24 Aug 2007 05:36:24 +0000 (07:36 +0200)]
Add [rpm -q --scripts -p *.i386.rpm].

16 years agoRemove FINDREQUIRES, FINDPROVIDES (Unused).
Ralf Corsépius [Fri, 24 Aug 2007 04:40:22 +0000 (06:40 +0200)]
Remove FINDREQUIRES, FINDPROVIDES (Unused).

16 years agos/-lselinux/@WITH_SELINUX_LIB@/
Ralf Corsépius [Fri, 24 Aug 2007 04:24:52 +0000 (06:24 +0200)]
s/-lselinux/@WITH_SELINUX_LIB@/

16 years agoUse with_dmalloc instead of withval.
Ralf Corsépius [Fri, 24 Aug 2007 04:05:45 +0000 (06:05 +0200)]
Use with_dmalloc instead of withval.

16 years agoUse with_python instead of withval.
Ralf Corsépius [Fri, 24 Aug 2007 04:04:43 +0000 (06:04 +0200)]
Use with_python instead of withval.

16 years agoDon't reset LIBS=.
Ralf Corsépius [Fri, 24 Aug 2007 04:02:24 +0000 (06:02 +0200)]
Don't reset LIBS=.

16 years agoEliminate localdone.
Ralf Corsépius [Fri, 24 Aug 2007 03:43:59 +0000 (05:43 +0200)]
Eliminate localdone.

16 years agoEliminate INCPATH.
Ralf Corsépius [Fri, 24 Aug 2007 03:43:34 +0000 (05:43 +0200)]
Eliminate INCPATH.

16 years agoRemove SYSCONFIGDIR, ~./rpmmacros from macros.in processing.
Ralf Corsépius [Thu, 23 Aug 2007 14:41:44 +0000 (16:41 +0200)]
Remove SYSCONFIGDIR, ~./rpmmacros from macros.in processing.

16 years agoCreate a customized rpmpopt-$(VERSION).
Ralf Corsépius [Thu, 23 Aug 2007 14:38:12 +0000 (16:38 +0200)]
Create a customized rpmpopt-$(VERSION).

16 years agoEliminate rpmpopt.
Ralf Corsépius [Thu, 23 Aug 2007 13:56:08 +0000 (15:56 +0200)]
Eliminate rpmpopt.
Let rpmpopt-${VERSION} be generated by configure.ac directly.

16 years agoUse (xxx->open)() to work-around glibc's open() behaving having changed.
Ralf Corsépius [Thu, 23 Aug 2007 08:09:13 +0000 (10:09 +0200)]
Use (xxx->open)() to work-around glibc's open() behaving having changed.

16 years agoRemove AC_SUBST(INCPATH).
Ralf Corsépius [Wed, 22 Aug 2007 14:52:25 +0000 (16:52 +0200)]
Remove AC_SUBST(INCPATH).

16 years agoRemove INCPATH.
Ralf Corsépius [Wed, 22 Aug 2007 13:19:58 +0000 (15:19 +0200)]
Remove INCPATH.

16 years agoUse (xxx->open)() to work-around glibc's open() behaving having changed.
Ralf Corsépius [Wed, 22 Aug 2007 13:17:23 +0000 (15:17 +0200)]
Use (xxx->open)() to work-around glibc's open() behaving having changed.

16 years agoRemove INCPATH.
Ralf Corsépius [Wed, 22 Aug 2007 13:14:30 +0000 (15:14 +0200)]
Remove INCPATH.

16 years agoRemove INCPATH.
Ralf Corsépius [Wed, 22 Aug 2007 09:54:31 +0000 (11:54 +0200)]
Remove INCPATH.

16 years agoUse RPMCONFIGDIR for determining rpmrc path, usrlibdir is wrong on multilib.
Panu Matilainen [Wed, 22 Aug 2007 08:24:43 +0000 (11:24 +0300)]
Use RPMCONFIGDIR for determining rpmrc path, usrlibdir is wrong on multilib.

16 years agoAdd bzip'ed tarball.
Ralf Corsépius [Tue, 21 Aug 2007 14:29:51 +0000 (16:29 +0200)]
Add bzip'ed tarball.
Remove tests/atlocal

16 years agoRemove defs/defs.in.
Ralf Corsépius [Tue, 21 Aug 2007 14:28:55 +0000 (16:28 +0200)]
Remove defs/defs.in.
Cosmetics.

16 years agoMerge-in former defs.in.
Ralf Corsépius [Tue, 21 Aug 2007 14:28:27 +0000 (16:28 +0200)]
Merge-in former defs.in.

16 years agoRemove (merged into atlocal.in).
Ralf Corsépius [Tue, 21 Aug 2007 14:27:58 +0000 (16:27 +0200)]
Remove (merged into atlocal.in).

16 years agoRegenerate.
Ralf Corsépius [Tue, 21 Aug 2007 12:55:38 +0000 (14:55 +0200)]
Regenerate.

16 years agoUpdate.
Ralf Corsépius [Tue, 21 Aug 2007 12:53:57 +0000 (14:53 +0200)]
Update.

16 years agoAdd local.at
Ralf Corsépius [Tue, 21 Aug 2007 12:52:13 +0000 (14:52 +0200)]
Add local.at

16 years agoCosmetics.
Ralf Corsépius [Tue, 21 Aug 2007 12:52:00 +0000 (14:52 +0200)]
Cosmetics.

16 years agoNew.
Ralf Corsépius [Tue, 21 Aug 2007 12:51:46 +0000 (14:51 +0200)]
New.

16 years agoRemove.
Ralf Corsépius [Tue, 21 Aug 2007 09:26:03 +0000 (11:26 +0200)]
Remove.

16 years agoRemove.
Ralf Corsépius [Tue, 21 Aug 2007 09:23:42 +0000 (11:23 +0200)]
Remove.

16 years agoMore checks.
Ralf Corsépius [Tue, 21 Aug 2007 09:09:45 +0000 (11:09 +0200)]
More checks.

16 years agoMore checks.
Ralf Corsépius [Tue, 21 Aug 2007 09:09:35 +0000 (11:09 +0200)]
More checks.

16 years agoNew.
Ralf Corsépius [Tue, 21 Aug 2007 09:08:43 +0000 (11:08 +0200)]
New.

16 years agoExtensively extend.
Ralf Corsépius [Tue, 21 Aug 2007 08:37:27 +0000 (10:37 +0200)]
Extensively extend.

16 years agoAdd check for rpmquery -ql -p *.src.rpm.
Ralf Corsépius [Tue, 21 Aug 2007 06:51:16 +0000 (08:51 +0200)]
Add check for rpmquery -ql -p *.src.rpm.
Add check for rpmquery -ql -p *.i386.rpm

16 years agoRemove (unused).
Ralf Corsépius [Tue, 21 Aug 2007 06:44:33 +0000 (08:44 +0200)]
Remove (unused).

16 years agoRemove (unused).
Ralf Corsépius [Tue, 21 Aug 2007 06:43:59 +0000 (08:43 +0200)]
Remove (unused).

16 years agoRemove (unused).
Ralf Corsépius [Tue, 21 Aug 2007 06:40:49 +0000 (08:40 +0200)]
Remove (unused).

16 years agoAdd rpmi.at.
Ralf Corsépius [Mon, 20 Aug 2007 22:51:10 +0000 (00:51 +0200)]
Add rpmi.at.

16 years agoAdd rpmi.at.
Ralf Corsépius [Mon, 20 Aug 2007 22:50:58 +0000 (00:50 +0200)]
Add rpmi.at.

16 years agoNew.
Ralf Corsépius [Mon, 20 Aug 2007 22:50:40 +0000 (00:50 +0200)]
New.

16 years agoExtend rpm --querytags check.
Ralf Corsépius [Mon, 20 Aug 2007 22:44:56 +0000 (00:44 +0200)]
Extend rpm --querytags check.

16 years agoAdd check for rpmi --version.
Ralf Corsépius [Mon, 20 Aug 2007 22:40:55 +0000 (00:40 +0200)]
Add check for rpmi --version.

16 years agoFix typo in rpmquery --version check.
Ralf Corsépius [Mon, 20 Aug 2007 22:40:08 +0000 (00:40 +0200)]
Fix typo in rpmquery --version check.

16 years agoFix typos.
Ralf Corsépius [Mon, 20 Aug 2007 15:07:30 +0000 (17:07 +0200)]
Fix typos.

16 years agoAdd rpmbuild.at.
Ralf Corsépius [Mon, 20 Aug 2007 14:56:34 +0000 (16:56 +0200)]
Add rpmbuild.at.

16 years agoCosmetics.
Ralf Corsépius [Mon, 20 Aug 2007 14:07:52 +0000 (16:07 +0200)]
Cosmetics.

16 years agoAdd rpmdb.at
Ralf Corsépius [Mon, 20 Aug 2007 14:07:02 +0000 (16:07 +0200)]
Add rpmdb.at

16 years agoGenerate customized macros.in.
Ralf Corsépius [Mon, 20 Aug 2007 13:40:31 +0000 (15:40 +0200)]
Generate customized macros.in.

16 years agoCosmetics.
Ralf Corsépius [Mon, 20 Aug 2007 13:29:18 +0000 (15:29 +0200)]
Cosmetics.

16 years agoAdd rpmquery.at
Ralf Corsépius [Mon, 20 Aug 2007 13:28:20 +0000 (15:28 +0200)]
Add rpmquery.at

16 years agoActivate the testsuite
Ralf Corsépius [Mon, 20 Aug 2007 13:16:15 +0000 (15:16 +0200)]
Activate the testsuite

16 years agoexport LD_LIBRARY_PATH and PATH
Ralf Corsépius [Mon, 20 Aug 2007 13:15:35 +0000 (15:15 +0200)]
export LD_LIBRARY_PATH and PATH

16 years agoCreate testing directory. Cosmetics.
Ralf Corsépius [Mon, 20 Aug 2007 12:49:55 +0000 (14:49 +0200)]
Create testing directory. Cosmetics.

16 years agoRemove.
Ralf Corsépius [Mon, 20 Aug 2007 12:48:56 +0000 (14:48 +0200)]
Remove.

16 years agoRemove.
Ralf Corsépius [Mon, 20 Aug 2007 12:48:34 +0000 (14:48 +0200)]
Remove.

16 years agoAdd AUTOTEST
Ralf Corsépius [Mon, 20 Aug 2007 12:26:13 +0000 (14:26 +0200)]
Add AUTOTEST

16 years agoAdd atconfig
Ralf Corsépius [Mon, 20 Aug 2007 12:23:48 +0000 (14:23 +0200)]
Add atconfig

16 years agoAdd rpmrc and rpmrc.in
Ralf Corsépius [Mon, 20 Aug 2007 12:22:33 +0000 (14:22 +0200)]
Add rpmrc and rpmrc.in

16 years agoAdd defs and defs.in
Ralf Corsépius [Mon, 20 Aug 2007 12:21:09 +0000 (14:21 +0200)]
Add defs and defs.in

16 years agoAdd package.m4
Ralf Corsépius [Mon, 20 Aug 2007 12:20:20 +0000 (14:20 +0200)]
Add package.m4

16 years agoMore autotest stuff.
Ralf Corsépius [Mon, 20 Aug 2007 12:16:02 +0000 (14:16 +0200)]
More autotest stuff.

16 years agoAdd data directory.
Ralf Corsépius [Mon, 20 Aug 2007 10:51:48 +0000 (12:51 +0200)]
Add data directory.

16 years agoRebuilt on FC7.
Ralf Corsépius [Mon, 20 Aug 2007 10:45:50 +0000 (12:45 +0200)]
Rebuilt on FC7.

16 years agoRebuilt on FC7.
Ralf Corsépius [Mon, 20 Aug 2007 10:45:43 +0000 (12:45 +0200)]
Rebuilt on FC7.

16 years agoExtracted from hello-test.
Ralf Corsépius [Mon, 20 Aug 2007 10:45:11 +0000 (12:45 +0200)]
Extracted from hello-test.