2009-01-07Avoid unportable "uint" type
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 07 Jan 2009 17:26:33 +0000] rev 324
Avoid unportable "uint" type

2009-01-07Add support for platforms without fnmatch.
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 07 Jan 2009 17:17:10 +0000] rev 323
Add support for platforms without fnmatch.

This uses gnulib so you will need to have a copy in order
to run autogen.sh (but not to build from a tarball). Either
arrange for gnulib-tool to be in your path or set the
environment variable GNULIB_TOOL to point to its location.

2009-01-06Support platforms without mmap
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 06 Jan 2009 17:33:37 +0000] rev 322
Support platforms without mmap

2009-01-06Make curl an optional dependancy
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 06 Jan 2009 16:00:32 +0000] rev 321
Make curl an optional dependancy

2009-01-06Make rpmlib an optional dependency
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 06 Jan 2009 14:06:00 +0000] rev 320
Make rpmlib an optional dependency

Use configure --without-rpm to avoid the dependency (default is unchanged).

2009-01-05Reduce intltool requirements to version 0.35 for compatibility with Centos 5
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 05 Jan 2009 17:39:05 +0000] rev 319
Reduce intltool requirements to version 0.35 for compatibility with Centos 5

2008-07-09Use strings to identify section types in the on-disk repo format.
James Bowes <jbowes@redhat.com> [Wed, 09 Jul 2008 10:11:13 -0400] rev 318
Use strings to identify section types in the on-disk repo format.

Previously, a given razor file type had a fixed number of sections in a
fixed order, identified by an integer type. Now, sections are identified
by a named string (stored in a string pool after the section lists).

This will allow for razor files to contain arbitrary sections.

For bonus points, also drop the 4k section alignment and change the
magic byte string to "RZDB".

committer: Kristian H?gsberg <krh@redhat.com>

2008-07-08Convert main.c to use razor_root for most cases.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 22:57:34 -0400] rev 317
Convert main.c to use razor_root for most cases.

With this we change the default repo location to /var/lib/razor, but let the env
variable RAZOR_ROOT override it.

2008-07-08Change the install iterator API to what we want.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 22:02:58 -0400] rev 316
Change the install iterator API to what we want.

2008-07-08Always open all three rzdb files when we're merging package sets.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 21:59:36 -0400] rev 315
Always open all three rzdb files when we're merging package sets.