From 59ecc2ebecdf10d46db2b8606b25a16c46c74e64 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 29 May 2008 12:09:29 -0400 Subject: Do not own tftpboot, but create subdirs as needed automatically. --- cobbler.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cobbler.spec') diff --git a/cobbler.spec b/cobbler.spec index cccaa63..968f337 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -110,9 +110,6 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT /var/www/cobbler/webui/*.js /var/www/cobbler/webui/*.png /var/www/cobbler/webui/*.html -%defattr(-,root,root) -%dir /tftpboot/pxelinux.cfg -%dir /tftpboot/images %{_bindir}/cobbler %{_bindir}/cobblerd %dir /etc/cobbler @@ -188,6 +185,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 28 2008 Michael DeHaan - 1.0.1-1 +- Upstream changes (see CHANGELOG) +- stop owning files in tftpboot + * Wed May 27 2008 Michael DeHaan - 1.0.0-2 - Upstream changes (see CHANGELOG) -- cgit