[mailgraph] - rebuild to fix dependency on perl(:MODULE_COMPAT_5.18.0) - fix FTBFS: queuegraph-1.1-18.fc21: unkn

Bernard Johnson bjohnson at fedoraproject.org
Mon Sep 15 03:27:52 UTC 2014


commit 5b1f29d22189ecf03a786fde19d2a17aeb45ae63
Author: Bernard Johnson <bjohnson at symetrix.com>
Date:   Sun Sep 14 21:27:32 2014 -0600

    - rebuild to fix dependency on perl(:MODULE_COMPAT_5.18.0)
    - fix FTBFS: queuegraph-1.1-18.fc21: unknown type httpd_queuegraph_script_t
      (bz#1058803)
    - trim changelog to last 2 years

 mailgraph.spec |   74 +++++--------------------------------------------------
 mailgraph.te   |    2 +
 2 files changed, 9 insertions(+), 67 deletions(-)
---
diff --git a/mailgraph.spec b/mailgraph.spec
index ec72ec9..042dce3 100644
--- a/mailgraph.spec
+++ b/mailgraph.spec
@@ -7,7 +7,7 @@
 
 Name:           mailgraph
 Version:        1.14
-Release:        20%{?dist}%{?repotag:.%{repotag}}
+Release:        21%{?dist}%{?repotag:.%{repotag}}
 Summary:        A RRDtool frontend for Mail statistics
 
 Group:          System Environment/Daemons
@@ -228,6 +228,12 @@ fi
 %endif
 
 %changelog
+* Sun Sep 14 2014 Bernard Johnson <bjohnson at symetrix.com> - 1.14-21
+- rebuild to fix dependency on perl(:MODULE_COMPAT_5.18.0)
+- fix FTBFS: queuegraph-1.1-18.fc21: unknown type httpd_queuegraph_script_t
+  (bz#1058803)
+- trim changelog to last 2 years
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.14-20
 - Perl 5.20 rebuild
 
@@ -245,69 +251,3 @@ fi
 
 * Mon Dec 24 2012 Bernard Johnson <bjohnson at symetrix.com> - 1.14-15
 - updated for httpd 2.4 configuration (bz #871415)
-
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-14
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Mon Jun 11 2012 Petr Pisar <ppisar at redhat.com> - 1.14-13
-- Perl 5.16 rebuild
-
-* Wed Mar 14 2012 Jon Ciesla <limburgher at gmail.com> - 1.14-12
-- Migrate to systemd, BZ 661387.
-
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-11
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Mon Jun 20 2011 Petr Sabata <contyk at redhat.com> - 1.14-10
-- Perl mass rebuild
-
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Sat Oct 02 2010 Mark Chappell <tremble at fedoraproject.org> - 1.14-8
-- SELinux policy did not set the context on RRD files (bz #566513)
-
-* Tue Jun 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.14-7
-- Mass rebuild with perl-5.12.0
-
-* Wed Feb 03 2010 Bernard Johnson <bjohnson at symetrix.com> - 1.14-6
-- Mailgraph does not include mailgraph.css (bz #561375)
-
-* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Tue Sep 30 2008 Bernard Johnson <bjohnson at symetrix.com> - 1.14-3
-- fix patch fuzz
-
-* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.14-2
-Rebuild for new perl
-
-* Tue Oct 30 2007 Bernard Johnson <bjohnson at symetrix.com> - 1.14-1
-- v 1.14
-- fix broken URLs (bz #251280)
-- selinux policy fu (bz #243302)
-- Mailgraph needs AddHandler cgi-script .cgi (bz #289021)
-- Make initscript LSB compliant (bz #246977)
-
-* Sun Mar 25 2007 Bernard Johnson <bjohnson at symetrix.com> - 1.12-5
-- require initscripts because initfile uses daemon function
-- use perl(...) requires (bz #233769)
-- use /sbin/service instead of invoking initscript directly
-- one line under %%files to own both %%{_datadir} and files below it
-
-* Sun Jan 28 2007 Bernard Johnson <bjohnson at symetrix.com> - 1.12-4
-- replace %%{_var} with %%{_localstatedir}
-
-* Sun Jan 28 2007 Bernard Johnson <bjohnson at symetrix.com> - 1.12-3
-- consistent use of mode in creating directories
-- add Requires for httpd
-- preserve timestamps on install
-
-* Sat Jan 27 2007 Bernard Johnson <bjohnson at symetrix.com> - 1.12-2
-- add Requires(preun), Requires(post) for chkconfig
-
-* Sat Jan 13 2007 Bernard Johnson <bjohnson at symetrix.com> - 1.12-1
-- initial release
diff --git a/mailgraph.te b/mailgraph.te
index 0eb699d..446e4f8 100644
--- a/mailgraph.te
+++ b/mailgraph.te
@@ -7,6 +7,8 @@ policy_module(mailgraph,1.0.0)
 
 apache_content_template(mailgraph)
 
+type httpd_mailgraph_script_t;
+type httpd_mailgraph_script_rw_t;
 type httpd_mailgraph_script_var_lib_t;
 files_type(httpd_mailgraph_script_var_lib_t)
 


More information about the scm-commits mailing list