<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/kadmin.service, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/krb5.git/'/>
<entry>
<title>Replace _kadmin/_kprop with systemd macros</title>
<updated>2016-01-28T19:44:10+00:00</updated>
<author>
<name>Robbie Harwood</name>
<email>rharwood@redhat.com</email>
</author>
<published>2016-01-28T19:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/krb5.git/commit/?id=f525729cee1d3530d1b503fd01573719af36d02b'/>
<id>f525729cee1d3530d1b503fd01573719af36d02b</id>
<content type='text'>
Remove traces of upstart from fedora package per policy

Resolves: #1290185
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove traces of upstart from fedora package per policy

Resolves: #1290185
</pre>
</div>
</content>
</entry>
<entry>
<title>* Thu Jun 25 2015 Roland Mainz &lt;rmainz@redhat.com&gt; - 1.13.2-5</title>
<updated>2015-06-25T12:23:31+00:00</updated>
<author>
<name>Roland Mainz</name>
<email>rmainz@redhat.com</email>
</author>
<published>2015-06-25T12:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/krb5.git/commit/?id=d4aa04d87c80098e39143e033bbd80e58ffc27a7'/>
<id>d4aa04d87c80098e39143e033bbd80e58ffc27a7</id>
<content type='text'>
- Remove Zanata test glue and related workarounds
  - Bug #1234292 ("IPA server cannot be run in container due to incorrect /usr/sbin/_kadmind")
  - Bug #1234326 ("krb5-server introduces new rpm dependency on ksh")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove Zanata test glue and related workarounds
  - Bug #1234292 ("IPA server cannot be run in container due to incorrect /usr/sbin/_kadmind")
  - Bug #1234326 ("krb5-server introduces new rpm dependency on ksh")
</pre>
</div>
</content>
</entry>
<entry>
<title>* Thu Jun 18 2015 Roland Mainz &lt;rmainz@redhat.com&gt; - 1.13.2-4</title>
<updated>2015-06-19T16:22:15+00:00</updated>
<author>
<name>Roland Mainz</name>
<email>rmainz@redhat.com</email>
</author>
<published>2015-06-19T16:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/krb5.git/commit/?id=168ec0c9e7a7e003716df9201c09427961570244'/>
<id>168ec0c9e7a7e003716df9201c09427961570244</id>
<content type='text'>
- Fix dependicy on binfmt.service
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix dependicy on binfmt.service
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error detection when starting kpropd/kadmind</title>
<updated>2013-08-15T04:10:24+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@dahyabhai.net</email>
</author>
<published>2013-08-15T04:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/krb5.git/commit/?id=ee18500d9bf63fedace5dea8d090156e640e51e3'/>
<id>ee18500d9bf63fedace5dea8d090156e640e51e3</id>
<content type='text'>
- drop a patch we're not applying
- wrap kadmind and kpropd in scripts which check for the presence/absence
  of files which dictate particular exit codes before exec'ing the actual
  binaries, instead of trying to use ConditionPathExists in the unit files
  to accomplish that, so that we exit with failure properly when what we
  expect isn't actually in effect on the system (#800343)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- drop a patch we're not applying
- wrap kadmind and kpropd in scripts which check for the presence/absence
  of files which dictate particular exit codes before exec'ing the actual
  binaries, instead of trying to use ConditionPathExists in the unit files
  to accomplish that, so that we exit with failure properly when what we
  expect isn't actually in effect on the system (#800343)
</pre>
</div>
</content>
</entry>
<entry>
<title>- kadmin.service: fix #723723 again</title>
<updated>2011-10-07T19:10:35+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@dahyabhai.net</email>
</author>
<published>2011-10-07T19:10:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/krb5.git/commit/?id=098a308f7e923e0cb8c6d784587a9cc9da5f9fea'/>
<id>098a308f7e923e0cb8c6d784587a9cc9da5f9fea</id>
<content type='text'>
- kadmin.service,krb5kdc.service: remove optional use of $KRB5REALM in command
  lines, because systemd parsing doesn't handle alternate value shell variable
  syntax
- kprop.service: add missing Type=forking so that systemd doesn't assume simple
- kprop.service: expect the ACL configuration to be there, not absent
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- kadmin.service,krb5kdc.service: remove optional use of $KRB5REALM in command
  lines, because systemd parsing doesn't handle alternate value shell variable
  syntax
- kprop.service: add missing Type=forking so that systemd doesn't assume simple
- kprop.service: expect the ACL configuration to be there, not absent
</pre>
</div>
</content>
</entry>
<entry>
<title>convert to systemd</title>
<updated>2011-09-19T18:45:57+00:00</updated>
<author>
<name>Tom "spot" Callaway</name>
<email>tcallawa@redhat.com</email>
</author>
<published>2011-09-19T18:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/yshapovalov/public_git/krb5.git/commit/?id=82129e3a0d3fa6d48d5f00bc31bf952ee34f0e29'/>
<id>82129e3a0d3fa6d48d5f00bc31bf952ee34f0e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
