Paul Nasrat [Mon, 16 Apr 2007 12:15:10 +0000 (13:15 +0100)]
Allow "--ignoresize" for erase operations.
Patch from OpenSuSE
Paul Nasrat [Mon, 16 Apr 2007 12:14:17 +0000 (13:14 +0100)]
Fix segfault when rpmbuild stumbles over an empty file list.
The "+ 1" is a remedy for xmalloc(0), which would return NULL.
Patch from OpenSuSE
Paul Nasrat [Mon, 16 Apr 2007 12:12:32 +0000 (13:12 +0100)]
Add support for a new macro, %{_docdir}. It can be used to specify
the name of the directory for %doc files.
Default is "%{NAME}-%{VERSION}", SUSE uses just "%{NAME}".
rh#125514
Patch from OpenSuSE
Paul Nasrat [Mon, 16 Apr 2007 12:07:52 +0000 (13:07 +0100)]
Fix uncompress waitpid logic to shut up the compiler [#160434]
Patch from OpenSuSE
Paul Nasrat [Mon, 16 Apr 2007 12:06:24 +0000 (13:06 +0100)]
Fix a typo: the macro is currently called %{buildsubdir}
Patch from OpenSuSE
Paul Nasrat [Mon, 16 Apr 2007 12:05:18 +0000 (13:05 +0100)]
This fixes a typo that caused a compiler warning [#178055].
Patch from OpenSuSE
Paul Nasrat [Mon, 16 Apr 2007 11:49:38 +0000 (12:49 +0100)]
Fork failure patch from OpenSuSE
Paul Nasrat [Mon, 16 Apr 2007 11:42:56 +0000 (12:42 +0100)]
Allow customisable diff and use -p by default (#146981)
Paul Nasrat [Tue, 27 Mar 2007 13:55:48 +0000 (14:55 +0100)]
Ignore cscope/ctags output
Paul Nasrat [Thu, 15 Mar 2007 15:59:55 +0000 (15:59 +0000)]
Fix for debugedit with ../../ in paths
Paul Nasrat [Thu, 15 Mar 2007 15:59:22 +0000 (15:59 +0000)]
Fix debugedit for O0
Paul Nasrat [Thu, 15 Mar 2007 15:58:27 +0000 (15:58 +0000)]
Fix up debuginfo for various issues - inc. libc-client debuginfo (rh#205339)
Paul Nasrat [Thu, 15 Mar 2007 15:57:30 +0000 (15:57 +0000)]
Fix for thinko in debugedit on ppc
Paul Nasrat [Wed, 14 Mar 2007 15:52:12 +0000 (15:52 +0000)]
Cleanup: Remove old mpw references
Paul Nasrat [Wed, 14 Mar 2007 15:46:35 +0000 (15:46 +0000)]
Cleanup: Remove dumpasn1 util
Paul Nasrat [Wed, 14 Mar 2007 15:46:17 +0000 (15:46 +0000)]
Require external gettext
Paul Nasrat [Wed, 14 Mar 2007 15:08:28 +0000 (15:08 +0000)]
Cleanup: remove internal gettext
Paul Nasrat [Wed, 14 Mar 2007 15:05:00 +0000 (15:05 +0000)]
Cleanup: remove vendor GPG/PGP keys
Paul Nasrat [Wed, 14 Mar 2007 15:03:21 +0000 (15:03 +0000)]
Cleanup: remove old convertdb utility
Paul Nasrat [Wed, 14 Mar 2007 15:02:32 +0000 (15:02 +0000)]
Cleanup: remove oldrpmdb utility
Paul Nasrat [Wed, 14 Mar 2007 14:54:26 +0000 (14:54 +0000)]
Cleanup: remove xmlspec
Paul Nasrat [Wed, 14 Mar 2007 14:47:08 +0000 (14:47 +0000)]
Cleanup - move gendiff to scripts subdir
Paul Nasrat [Wed, 14 Mar 2007 14:31:21 +0000 (14:31 +0000)]
Remove rpm 4.0.4 examples
Paul Nasrat [Tue, 13 Mar 2007 10:32:40 +0000 (10:32 +0000)]
Fix potential segfault if no rpmlock_path defined (rh#231146)
Paul Nasrat [Thu, 22 Feb 2007 17:20:23 +0000 (17:20 +0000)]
Remove unused library
Paul Nasrat [Thu, 22 Feb 2007 14:17:02 +0000 (14:17 +0000)]
This fixes doxygen generation by removing a reference to a non-existent file
(rh#187714).
Paul Nasrat [Thu, 22 Feb 2007 14:16:27 +0000 (14:16 +0000)]
This patch from Peter Bowen fixes rpm version comparison for strings with
trailing null segments (rh#178798).
Paul Nasrat [Thu, 22 Feb 2007 14:15:30 +0000 (14:15 +0000)]
Make fcntl lock sensitive to --root (#151255)
Paul Nasrat [Thu, 22 Feb 2007 12:27:42 +0000 (12:27 +0000)]
Fix netshared path comparison (rh#52725) fix by jbj.
Paul Nasrat [Thu, 22 Feb 2007 12:26:56 +0000 (12:26 +0000)]
Fix from James Olin Oden for a scriptlet deadlock (#146549).
Paul Nasrat [Thu, 22 Feb 2007 12:26:10 +0000 (12:26 +0000)]
Filter out incorrect perl(main) provides (rh#177960).
Paul Nasrat [Thu, 22 Feb 2007 12:22:56 +0000 (12:22 +0000)]
This patch synchronises the internal file sources.
Paul Nasrat [Thu, 22 Feb 2007 12:21:11 +0000 (12:21 +0000)]
This patch ensures the rpm cronjob to record rpmpkgs uses the full path to
prevent potential PATH issues (rh#174211).
Paul Nasrat [Thu, 22 Feb 2007 12:19:49 +0000 (12:19 +0000)]
This patch fixes up the calculation total install size when we have excluded
files in the manifest (rh#89661).
Paul Nasrat [Thu, 22 Feb 2007 12:17:26 +0000 (12:17 +0000)]
Fix popt CHARSET for various languages (#172155)
Paul Nasrat [Thu, 22 Feb 2007 12:16:04 +0000 (12:16 +0000)]
This fixes the db build to handle newer CFLAGS which can contain the long
option --param.
Paul Nasrat [Thu, 22 Feb 2007 12:14:43 +0000 (12:14 +0000)]
This patch fixes how Requires(pre,postun) is handled to bring it in line with
seperate Requires() lines (rh#155700).
Paul Nasrat [Thu, 22 Feb 2007 12:09:46 +0000 (12:09 +0000)]
This patch fixes an off-by-one error in rpmalAllFileSatisfiesDepend() which
could lead to a segfault.
Paul Nasrat [Thu, 22 Feb 2007 12:00:22 +0000 (12:00 +0000)]
Re-enable fileconflicts
This patch re-enables fileconflicts by default (rh#151609).
Paul Nasrat [Thu, 22 Feb 2007 11:57:46 +0000 (11:57 +0000)]
Disable hkp lookup by default
This patch turns off RPM's hkp lookup by default. Having this on by default
caused heavy load on the keyservers.
Paul Nasrat [Fri, 16 Feb 2007 17:42:02 +0000 (17:42 +0000)]
Ignore popt tarball
Paul Nasrat [Fri, 16 Feb 2007 17:38:43 +0000 (17:38 +0000)]
Remove cvs based archive target
Paul Nasrat [Fri, 16 Feb 2007 17:36:26 +0000 (17:36 +0000)]
Remove some cvs targets
Paul Nasrat [Fri, 16 Feb 2007 17:33:43 +0000 (17:33 +0000)]
Remove reference to sqlite
Paul Nasrat [Fri, 16 Feb 2007 17:20:09 +0000 (17:20 +0000)]
Remove wraptastic.org url from spec
Paul Nasrat [Fri, 16 Feb 2007 17:18:50 +0000 (17:18 +0000)]
Point to correct mailing list
James Bowes <jbowes@redhat.com>
Paul Nasrat [Fri, 16 Feb 2007 16:31:40 +0000 (16:31 +0000)]
Add hgignore for clean hg status following build
Paul Nasrat [Fri, 16 Feb 2007 16:27:54 +0000 (16:27 +0000)]
Allow build without the neon library.
Resurrects old httpOpen code from rpm-4.1.1.
Building without neon means no webdav file uploads, though.
Michael Schroeder <mls@suse.de>
Paul Nasrat [Fri, 16 Feb 2007 16:26:41 +0000 (16:26 +0000)]
Don't exit on differing autotools.
Paul Nasrat [Fri, 16 Feb 2007 16:25:20 +0000 (16:25 +0000)]
Remove internal zlib
Paul Nasrat [Fri, 16 Feb 2007 16:25:10 +0000 (16:25 +0000)]
Remove internal neon
Paul Nasrat [Fri, 16 Feb 2007 16:24:52 +0000 (16:24 +0000)]
Remove internal sqlite
Paul Nasrat [Fri, 16 Feb 2007 16:24:26 +0000 (16:24 +0000)]
Remove mvista dir from tree
Paul Nasrat [Fri, 16 Feb 2007 16:24:16 +0000 (16:24 +0000)]
Remove lsbpkgchk from tree
Paul Nasrat [Fri, 16 Feb 2007 16:23:54 +0000 (16:23 +0000)]
Remove internal librsync
Paul Nasrat [Fri, 16 Feb 2007 16:22:20 +0000 (16:22 +0000)]
Remove internal libelf
Paul Nasrat [Fri, 16 Feb 2007 16:21:18 +0000 (16:21 +0000)]
Remove internal expat
Paul Nasrat [Fri, 16 Feb 2007 16:21:00 +0000 (16:21 +0000)]
Remove internal elfutils
Paul Nasrat [Fri, 16 Feb 2007 16:20:02 +0000 (16:20 +0000)]
Remove internal beecrypt
Paul Nasrat [Thu, 15 Feb 2007 11:37:17 +0000 (11:37 +0000)]
Fix parsing for parenthesis
Michael Schroeder <mls@suse.de>
Paul Nasrat [Thu, 15 Feb 2007 11:25:34 +0000 (11:25 +0000)]
Remove autogenerated file from elfutils
pauln@enki.eridu [Thu, 4 Jan 2007 14:44:50 +0000 (14:44 +0000)]
Remove autogenerated file
pauln@enki.eridu [Thu, 4 Jan 2007 14:41:34 +0000 (14:41 +0000)]
Remove autogenerated file
Paul Nasrat [Thu, 14 Dec 2006 16:40:03 +0000 (11:40 -0500)]
fix tags
Paul Nasrat [Thu, 14 Dec 2006 16:39:35 +0000 (11:39 -0500)]
Add tags
jbj [Thu, 21 Jul 2005 01:47:28 +0000 (01:47 +0000)]
- release rpm-4.4.2.
CVS patchset: 7919
CVS date: 2005/07/21 01:47:28
jbj [Thu, 21 Jul 2005 01:45:44 +0000 (01:45 +0000)]
- fix: magic_file() closes stdin when given directory path.
- use perldeps.pl, phase out perl.{req,prov} (again).
- document __vsflags (#147489).
CVS patchset: 7918
CVS date: 2005/07/21 01:45:44
jbj [Sun, 17 Jul 2005 18:58:29 +0000 (18:58 +0000)]
Revert to using perl.{req,prov} instead of perldeps.pl.
CVS patchset: 7910
CVS date: 2005/07/17 18:58:29
jbj [Sun, 17 Jul 2005 18:34:44 +0000 (18:34 +0000)]
Sanity.
CVS patchset: 7909
CVS date: 2005/07/17 18:34:44
jbj [Sun, 17 Jul 2005 15:29:55 +0000 (15:29 +0000)]
Don't bother packaging silly symlinks.
CVS patchset: 7908
CVS date: 2005/07/17 15:29:55
jbj [Sun, 17 Jul 2005 14:58:08 +0000 (14:58 +0000)]
Ooops.
CVS patchset: 7907
CVS date: 2005/07/17 14:58:08
jbj [Sun, 17 Jul 2005 14:55:56 +0000 (14:55 +0000)]
- upgrade to file-4.14 internal.
CVS patchset: 7906
CVS date: 2005/07/17 14:55:56
jbj [Sat, 16 Jul 2005 16:37:06 +0000 (16:37 +0000)]
- upgrade to zlib-1.2.2.4 internal.
- macosx: avoid minigzip build failures.
CVS patchset: 7894
CVS date: 2005/07/16 16:37:06
jbj [Fri, 15 Jul 2005 15:08:34 +0000 (15:08 +0000)]
- permit scriptlet includes from builddir for spec files w/o %setup.
CVS patchset: 7889
CVS date: 2005/07/15 15:08:34
jbj [Thu, 14 Jul 2005 15:50:30 +0000 (15:50 +0000)]
Typo.
CVS patchset: 7888
CVS date: 2005/07/14 15:50:30
jbj [Thu, 14 Jul 2005 11:08:25 +0000 (11:08 +0000)]
Typo.
CVS patchset: 7887
CVS date: 2005/07/14 11:08:25
jbj [Wed, 13 Jul 2005 16:50:30 +0000 (16:50 +0000)]
Typo's.
CVS patchset: 7886
CVS date: 2005/07/13 16:50:30
jbj [Wed, 13 Jul 2005 12:11:00 +0000 (12:11 +0000)]
Added from bugzilla #153935.
CVS patchset: 7885
CVS date: 2005/07/13 12:11:00
jbj [Wed, 13 Jul 2005 12:03:04 +0000 (12:03 +0000)]
Added from bugzilla #153936.
CVS patchset: 7884
CVS date: 2005/07/13 12:03:04
jbj [Wed, 13 Jul 2005 11:28:29 +0000 (11:28 +0000)]
- avoid '?' for zero length file mmap failure doing md5 (#159405).
CVS patchset: 7883
CVS date: 2005/07/13 11:28:29
jbj [Wed, 13 Jul 2005 11:21:28 +0000 (11:21 +0000)]
- permit zlib in rpm to be built with make -j (#159404).
CVS patchset: 7882
CVS date: 2005/07/13 11:21:28
jbj [Wed, 13 Jul 2005 11:15:16 +0000 (11:15 +0000)]
- fix: initialize variables used in debug msg (#160458).
CVS patchset: 7881
CVS date: 2005/07/13 11:15:16
jbj [Wed, 13 Jul 2005 11:09:39 +0000 (11:09 +0000)]
- fix: find-debuginfo.sh kernel voo-doo tweaks (#159346).
CVS patchset: 7880
CVS date: 2005/07/13 11:09:39
jbj [Wed, 13 Jul 2005 10:47:56 +0000 (10:47 +0000)]
Add porting sanity check (#159024).
CVS patchset: 7879
CVS date: 2005/07/13 10:47:56
jbj [Wed, 13 Jul 2005 10:40:08 +0000 (10:40 +0000)]
- fix: permit sqlite3 rpmdb with chroot (#159424).
CVS patchset: 7878
CVS date: 2005/07/13 10:40:08
jbj [Wed, 13 Jul 2005 10:34:15 +0000 (10:34 +0000)]
- fix: make sqlite3 rpmdb endian-neutral (#159425).
CVS patchset: 7877
CVS date: 2005/07/13 10:34:15
jbj [Wed, 13 Jul 2005 10:16:06 +0000 (10:16 +0000)]
- use perldeps.pl, phase out perl.{req,prov} (#161921).
CVS patchset: 7876
CVS date: 2005/07/13 10:16:06
jbj [Wed, 13 Jul 2005 10:03:31 +0000 (10:03 +0000)]
- *_terminate_build macros set per-pkg, not per-invocation (#161081).
CVS patchset: 7875
CVS date: 2005/07/13 10:03:31
jbj [Wed, 13 Jul 2005 09:52:45 +0000 (09:52 +0000)]
- fix: % at end-of-line overflow (#161091).
CVS patchset: 7874
CVS date: 2005/07/13 09:52:45
jbj [Wed, 13 Jul 2005 09:23:07 +0000 (09:23 +0000)]
- fix: java compiled with -O0 confuses debugedit (#161722).
CVS patchset: 7873
CVS date: 2005/07/13 09:23:07
jbj [Tue, 12 Jul 2005 11:29:05 +0000 (11:29 +0000)]
- added brp-java-gcjcompile build helper.
CVS patchset: 7872
CVS date: 2005/07/12 11:29:05
jbj [Tue, 12 Jul 2005 10:57:09 +0000 (10:57 +0000)]
- added CVSId: tag and SVNId: alias (#162807).
CVS patchset: 7871
CVS date: 2005/07/12 10:57:09
jbj [Tue, 12 Jul 2005 10:32:16 +0000 (10:32 +0000)]
- updated de.po (#162756).
CVS patchset: 7869
CVS date: 2005/07/12 10:32:16
jbj [Tue, 12 Jul 2005 09:53:31 +0000 (09:53 +0000)]
- updated de.po (#162756).
CVS patchset: 7868
CVS date: 2005/07/12 09:53:31
jbj [Sun, 10 Jul 2005 17:22:50 +0000 (17:22 +0000)]
Don't crap out with missing dependencies.
CVS patchset: 7867
CVS date: 2005/07/10 17:22:50
jbj [Mon, 4 Jul 2005 20:10:07 +0000 (20:10 +0000)]
Change file list to handle China's politics.
CVS patchset: 7866
CVS date: 2005/07/04 20:10:07
jbj [Mon, 4 Jul 2005 19:02:58 +0000 (19:02 +0000)]
- rebuild to start the rpm-4.4.2 release gears turning.
CVS patchset: 7865
CVS date: 2005/07/04 19:02:58
jbj [Sat, 2 Jul 2005 18:54:08 +0000 (18:54 +0000)]
GCC fidgets, add parentheses around timedRead vector.
CVS patchset: 7864
CVS date: 2005/07/02 18:54:08
jbj [Sat, 2 Jul 2005 18:53:12 +0000 (18:53 +0000)]
Correct typo.
CVS patchset: 7863
CVS date: 2005/07/02 18:53:12
jbj [Mon, 6 Jun 2005 23:35:24 +0000 (23:35 +0000)]
XXX Really old packages have HEADER_IMAGE, not HEADER_SIGNATURES.
CVS patchset: 7861
CVS date: 2005/06/06 23:35:24