summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-01-02 15:42:50 -0500
committerJim Meyering <jim@meyering.net>2007-01-02 15:42:50 -0500
commitbfe8871d73ad19a5701033754a9bbab8f85abf6f (patch)
tree0a1af083076edcfe9daeb83dd07165e5f01d87f5
parent381d62eb93bacff6fa54c20dbab70f36667f31e0 (diff)
downloadthird_party-cobbler-bfe8871d73ad19a5701033754a9bbab8f85abf6f.tar.gz
third_party-cobbler-bfe8871d73ad19a5701033754a9bbab8f85abf6f.tar.xz
third_party-cobbler-bfe8871d73ad19a5701033754a9bbab8f85abf6f.zip
RPM builds clean
-rw-r--r--MANIFEST.in3
-rw-r--r--cobbler.spec6
-rw-r--r--cobbler_rotate (renamed from cobbler-logrotate)0
-rw-r--r--setup.py2
4 files changed, 4 insertions, 7 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index d2ebca7..01460c6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,5 +9,4 @@ include cobbler.1.gz
include COPYING AUTHORS README CHANGELOG NEWS
include rsync.exclude
include watcher.py
-include cobbler-logrotate
-
+include cobbler_rotate
diff --git a/cobbler.spec b/cobbler.spec
index 43ebbca..8c333c0 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -52,12 +52,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/cobbler/yaml/*.py*
%{_mandir}/man1/cobbler.1.gz
%dir /var/lib/cobbler
-%dir /var/www/cobbler
-%dir /var/log/cobbler
/var/lib/cobbler/elilo-3.6-ia64.efi
-/var/www/cobbler/watcher.py
+/var/www/cobbler/watcher.py*
%attr(644, root, root)
-/etc/logrotate.d/cimbiote-logrotate
+/etc/logrotate.d/cobbler_rotate
%doc AUTHORS CHANGELOG NEWS README COPYING
diff --git a/cobbler-logrotate b/cobbler_rotate
index bd4f1cd..bd4f1cd 100644
--- a/cobbler-logrotate
+++ b/cobbler_rotate
diff --git a/setup.py b/setup.py
index 77ca39c..3b40eec 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ if __name__ == "__main__":
(etcpath, ['default.pxe']),
(manpath, ['cobbler.1.gz']),
(etcpath, ['rsync.exclude']),
- (logpath, ['cobbler-logrotate']),
+ (logpath, ['cobbler_rotate']),
(logpath2, [])
],
description = SHORT_DESC,