summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-16 12:01:51 -0400
committerJim Meyering <jim@meyering.net>2006-10-16 12:01:51 -0400
commited32f17e7b9c7fcd8ce5bf48ded685c902b9f854 (patch)
tree27df82f6f10aea82fdb97e1fe1ad9be2a064b35b
parentfbd4653d0c324c1cc39ed88183c79fb11a3f56fa (diff)
downloadthird_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--AUTHORS3
-rw-r--r--CHANGELOG2
-rw-r--r--cobbler.spec3
3 files changed, 5 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 1cd481a..1caae72 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/CHANGELOG b/CHANGELOG
index 6cd3784..38b3e79 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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