<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-python/ipa-python.spec, branch setkeytab</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Redo the way versioning works in freeIPA.</title>
<updated>2008-05-05T17:53:57+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-04-30T21:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=5ad2af3429580bc45bdfb7de53601ddf615266bf'/>
<id>5ad2af3429580bc45bdfb7de53601ddf615266bf</id>
<content type='text'>
The file VERSION is now the sole-source of versioning.

The generated .spec files will been removed in the maintainer-clean targets
and have been removed from the repository.

By default a GIT build is done. To do a non-GIT build do:

 $ make TARGET IPA_VERSION_IS_GIT_SNAPSHOT=no

When updating the version you can run this to regenerate the version:

 $ make version-update

The version can be determined in Python by using ipaserver.version.VERSION
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The file VERSION is now the sole-source of versioning.

The generated .spec files will been removed in the maintainer-clean targets
and have been removed from the repository.

By default a GIT build is done. To do a non-GIT build do:

 $ make TARGET IPA_VERSION_IS_GIT_SNAPSHOT=no

When updating the version you can run this to regenerate the version:

 $ make version-update

The version can be determined in Python by using ipaserver.version.VERSION
</pre>
</div>
</content>
</entry>
<entry>
<title>Become version 1.0.0</title>
<updated>2008-04-16T21:29:17+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcrit@thor.greyoak.com</email>
</author>
<published>2008-04-16T21:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=def28f3d5b9f89f208e8d3a27825a8e80372c460'/>
<id>def28f3d5b9f89f208e8d3a27825a8e80372c460</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Become freeipa-0.99.0</title>
<updated>2008-02-21T21:11:42+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-02-21T21:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=84d1e08d7651d04fffc68d8e25f2568879840ae1'/>
<id>84d1e08d7651d04fffc68d8e25f2568879840ae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Marked with wrong license. IPA is GPLv2.</title>
<updated>2008-01-31T21:49:01+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-01-31T21:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=0e3ecf627009749d780bfe61133bcb08a642b8c3'/>
<id>0e3ecf627009749d780bfe61133bcb08a642b8c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Fedora package names for PyKerberos (python-kerberos) and pyasn1</title>
<updated>2008-01-24T18:44:38+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-01-24T18:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=00e20c2003b8c5f42b6ad0a4bb2191602ca11788'/>
<id>00e20c2003b8c5f42b6ad0a4bb2191602ca11788</id>
<content type='text'>
(python-pyasn1) for the specfile Requires.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(python-pyasn1) for the specfile Requires.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues reported by rpmlint.</title>
<updated>2008-01-18T21:20:36+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-01-18T21:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=042fb11fa107718a831d468d16188e02f6ae3712'/>
<id>042fb11fa107718a831d468d16188e02f6ae3712</id>
<content type='text'>
- Removing shebangs (#!) from a bunch of python libraries
- Don't use a variable name in init scripts for the lock file
- Keep the init script name consistent with the binary name, so renamed
  ipa-kpasswd.init to ipa_kpasswd.init
- Add status option to the init scripts
- Move most python scripts out of /usr/share/ipa and into the python
  site-packages directories (ipaserver and ipaclient)
- Remove unnecessary sys.path.append("/usr/share/ipa")
- Fix the license string in the spec files
- Rename ipa-webgui to ipa_webgui everywhere
- Fix a couple of issues reported by pychecker in ipa-python
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Removing shebangs (#!) from a bunch of python libraries
- Don't use a variable name in init scripts for the lock file
- Keep the init script name consistent with the binary name, so renamed
  ipa-kpasswd.init to ipa_kpasswd.init
- Add status option to the init scripts
- Move most python scripts out of /usr/share/ipa and into the python
  site-packages directories (ipaserver and ipaclient)
- Remove unnecessary sys.path.append("/usr/share/ipa")
- Fix the license string in the spec files
- Rename ipa-webgui to ipa_webgui everywhere
- Fix a couple of issues reported by pychecker in ipa-python
</pre>
</div>
</content>
</entry>
<entry>
<title>Update versions for release.</title>
<updated>2007-12-21T16:42:54+00:00</updated>
<author>
<name>Karl MacMillan</name>
<email>kmacmill@redhat.com</email>
</author>
<published>2007-12-21T16:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=c761409490017fa3b192fedae17e6d3e4a5b2748'/>
<id>c761409490017fa3b192fedae17e6d3e4a5b2748</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ipa-python packaging</title>
<updated>2007-12-13T09:31:28+00:00</updated>
<author>
<name>Mark McLoughlin</name>
<email>markmc@redhat.com</email>
</author>
<published>2007-12-13T09:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=2dd8c346f34f361c19166c5033a2af8c1367159b'/>
<id>2dd8c346f34f361c19166c5033a2af8c1367159b</id>
<content type='text'>
Latest Fedora 9 python distutils generates .egg-info files;
follow the recommendation at:

  http://fedoraproject.org/wiki/Packaging/Python/Eggs

and just package everything under %{python_sitelib}/

Signed-off-by: Mark McLoughlin &lt;markmc@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Latest Fedora 9 python distutils generates .egg-info files;
follow the recommendation at:

  http://fedoraproject.org/wiki/Packaging/Python/Eggs

and just package everything under %{python_sitelib}/

Signed-off-by: Mark McLoughlin &lt;markmc@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move packages to ipa from freeipa.</title>
<updated>2007-11-22T04:28:06+00:00</updated>
<author>
<name>Karl MacMillan</name>
<email>kmacmill@redhat.com</email>
</author>
<published>2007-11-22T04:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=9038bf71dd76d845746e0ea3e94bca9f52f60c03'/>
<id>9038bf71dd76d845746e0ea3e94bca9f52f60c03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
