From d45654faa6d6cee47aa2a006e35f940348e24d88 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Sep 05 2013 22:06:52 +0000 Subject: fixing bad dir declaration in spec, bumping release --- diff --git a/blockerbugs.spec b/blockerbugs.spec index 394cda3..c2c586c 100644 --- a/blockerbugs.spec +++ b/blockerbugs.spec @@ -4,7 +4,7 @@ Name: blockerbugs Version: 0.3.0.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fedora QA Blocker Tracking Application License: GPLv2+ @@ -127,12 +127,14 @@ chcon -t httpd_sys_content_t %{_localstatedir}/www/blockerbugs %dir %{_sysconfdir}/blockerbugs %{_sysconfdir}/blockerbugs/* %dir %{_datadir}/blockerbugs -%dir %{_localstatedir}/www/blockerbugs -%dir %attr(755,apache,apache) %{_datadir}/blockerbugs/cookiefiles +%dir %attr(755,apache,apache) %{_localstatedir}/www/blockerbugs %{_datadir}/blockerbugs/* %changelog +* Thu Sep 5 2013 Tim Flink - 0.3.0.3.2-2 +- fixing file declarations to remove un-needed dir + * Thu Sep 5 2013 Tim Flink - 0.3.0.3.2-1 - moving python-bugzilla cookiefile to /var/www/blockerbugs