diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2006-10-16 12:01:51 -0400 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2006-10-16 12:01:51 -0400 |
| commit | ed32f17e7b9c7fcd8ce5bf48ded685c902b9f854 (patch) | |
| tree | 27df82f6f10aea82fdb97e1fe1ad9be2a064b35b | |
| parent | fbd4653d0c324c1cc39ed88183c79fb11a3f56fa (diff) | |
| download | third_party-cobbler-ed32f17e7b9c7fcd8ce5bf48ded685c902b9f854.tar.gz third_party-cobbler-ed32f17e7b9c7fcd8ce5bf48ded685c902b9f854.tar.xz third_party-cobbler-ed32f17e7b9c7fcd8ce5bf48ded685c902b9f854.zip | |
Include *.ks in specfile and fix rpmlint complaining about macro in doc section.
Updated AUTHORS.
| -rw-r--r-- | AUTHORS | 3 | ||||
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | cobbler.spec | 3 |
3 files changed, 5 insertions, 3 deletions
@@ -6,7 +6,8 @@ Cobbler is written & maintained by: Michael DeHaan <mdehaan@redhat.com> Patches and other contributions from: - + + Tru Huynh <tru@pasteur.fr> [...send patches to get your name here...] -- End @@ -27,7 +27,7 @@ Cobbler CHANGELOG - dhcpd.conf MAC & hostname association features * Thu Sep 21 2006 - 0.1.1-8 -- (RPM) Added doc files to %doc, removed INSTALLED_FILES +- (RPM) Added doc files to doc section, removed INSTALLED_FILES * Wed Sep 20 2006 - 0.1.1-7 - Split HTTP and TFTP content to seperate directories diff --git a/cobbler.spec b/cobbler.spec index 77edd2b..b042ced 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -41,6 +41,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{_bindir}/cobbler %dir /etc/cobbler +/etc/cobbler/*.ks /etc/cobbler/dhcp.template %dir %{python_sitelib}/cobbler %dir %{python_sitelib}/cobbler/yaml @@ -73,7 +74,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT - Lots of new PXE and dhcpd.conf upstream, elilo.efi now included. * Thu Sep 21 2006 Michael DeHaan <mdehaan@redhat.com> - 0.1.1-8 -- Added doc files to %doc, removed INSTALLED_FILES code +- Added doc files to doc, removed INSTALLED_FILES code * Wed Sep 20 2006 Michael DeHaan <mdehaan@redhat.com> - 0.1.1-7 - Upstream updates |
