Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ipa-python to maintainer-clean and clean up .pyc files | Rob Crittenden | 2007-11-28 | 1 | -0/+1 |
| | |||||
* | Move packages to ipa from freeipa. | Karl MacMillan | 2007-11-21 | 1 | -21/+21 |
| | |||||
* | Bump the version numbers for release. Also remove | Karl MacMillan | 2007-11-21 | 1 | -8/+8 |
| | | | | | | specific version check on freeradius. Packages aren't available and the freeradius support isn't ready anyway. | ||||
* | Allow setting of lib directory to correct non-rpm builds on x86_64. | Karl MacMillan | 2007-11-13 | 1 | -4/+6 |
| | | | | | | With this patch you will need to run: make autogen LIBDIR=/usr/lib64 Also works for 'make all'. | ||||
* | Make it possible to force the running of autogen. | Karl MacMillan | 2007-11-05 | 1 | -2/+6 |
| | | | | | | | | | With the change to run autogen on make all if there was no makefile present, it became impossible to force the running of autogen when that is needed. Fix that by adding a bootstrap-autogen target that checks the existing of Makefiles and reverting the autogen target to always run autogen. | ||||
* | 'make all' needs to depend on autogen.sh but we don't want to re-run it | Rob Crittenden | 2007-11-02 | 1 | -3/+3 |
| | | | | on every iteration. This lets the top-level 'make install' work properly. | ||||
* | Bump versions for release. | Karl MacMillan | 2007-11-01 | 1 | -4/+4 |
| | |||||
* | Change the layout of the dist dir | Mark McLoughlin | 2008-02-21 | 1 | -21/+27 |
| | | | | | | | Rather than lumping everything together into the dist/ dir, this patch separates them out into sources/, rpms/ and srpms/. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Create repodata during "make dist" | Mark McLoughlin | 2008-02-21 | 1 | -1/+4 |
| | | | | | | | | | | This patch just makes "make dist" build the yum repodata. Note, that since the repodata is at the toplevel, if this dist/ dir is uploaded to freeipa.org/downloads, people's yum configs will continue to work. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Additional build fixes from autoconf merge. | Karl MacMillan | 2007-10-18 | 1 | -11/+22 |
| | |||||
* | Fix small error in top-level makefile. | Karl MacMillan | 2007-10-18 | 1 | -2/+2 |
| | |||||
* | Fix build from autoconf patch import. | Karl MacMillan | 2007-10-18 | 1 | -1/+9 |
| | |||||
* | Karl MacMillan wrote: | Karl MacMillan | 2007-10-09 | 1 | -9/+0 |
| | | | | | | | | | | | | | > > This largish patch makes the build and installation work on 64bit > > machines. The only catch here is that to get a 64bit build you need to > > set LIBDIR on make: > > > > make install LIBDIR=/usr/lib64 > > > > The spec file does this correctly. I couldn't find any reliable way to > > guess this that works both on real systems and in the almost entirely > > empty rpm build root (you can't, for example, check for the existence > > of /usr/lib64). | ||||
* | Misc small fixes | Karl MacMillan | 2007-09-28 | 1 | -1/+1 |
| | | | | | | | * Remove the rpmbuild tree with the dist-clean target. * Move ipa-server-setupssl from /usr/sbin to /usr/share/ipa * Check in requirement change for generated freeipa-python.spec * Fix interactive hostname in ipa-server-install. | ||||
* | Reset version numbers for next milestone. | Karl MacMillan | 2007-09-10 | 1 | -4/+4 |
| | |||||
* | Update version numbers for release.milestone_3 | Karl MacMillan | 2007-09-10 | 1 | -4/+4 |
| | |||||
* | Add 'test' target to makefiles. Hook up ipautil tests to run. | Kevin McCarthy | 2007-09-04 | 1 | -0/+5 |
| | |||||
* | Add a prototype client tool to configure a client of the IPA server | Simo Sorce | 2007-08-16 | 1 | -2/+24 |
| | | | | Right now it does only discovery (or fallback) | ||||
* | Make it possible to keep the rpmbuild root inside the dev tree. | Simo Sorce | 2007-08-15 | 1 | -13/+22 |
| | | | | Override provided, just set RPMBUILD in your environment. | ||||
* | Various build system fixes. | Karl MacMillan | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | Bump version numbers for release. | Karl MacMillan | 2007-08-10 | 1 | -3/+3 |
| | |||||
* | Updates to build kpaswd and the slapi plugins. | Karl MacMillan | 2007-08-10 | 1 | -1/+10 |
| | |||||
* | Add local-dist target. | Karl MacMillan | 2007-08-01 | 1 | -5/+14 |
| | | | | Remove hard-coded config. | ||||
* | Added spec files for python and admintools. | Karl MacMillan | 2007-07-31 | 1 | -2/+26 |
| | |||||
* | Final reorginzation to reflect packaging. | Karl MacMillan | 2007-07-31 | 1 | -3/+15 |
| | |||||
* | More reorgnization. | Karl MacMillan | 2007-07-27 | 1 | -0/+68 |