[mod_perl] ship NOTICE file

jorton jorton at fedoraproject.org
Sat Mar 26 16:43:23 UTC 2011


commit 12435105cd4eedb4669139805804d9b2c7ef0b75
Author: Joe Orton <jorton at redhat.com>
Date:   Sat Mar 26 16:43:13 2011 +0000

    ship NOTICE file

 mod_perl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mod_perl.spec b/mod_perl.spec
index c80644d..c1230c1 100644
--- a/mod_perl.spec
+++ b/mod_perl.spec
@@ -2,7 +2,7 @@
 
 Name:           mod_perl
 Version:        2.0.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An embedded Perl interpreter for the Apache HTTP Server
 
 Group:          System Environment/Daemons
@@ -122,7 +122,7 @@ done | tee devel.files | sed 's/^/%%exclude /' > exclude.files
 
 %files -f exclude.files
 %defattr(-,root,root,-)
-%doc Changes LICENSE README* STATUS SVN-MOVE docs/
+%doc Changes LICENSE NOTICE README* STATUS SVN-MOVE docs/
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
 %{_bindir}/*
 %{_libdir}/httpd/modules/mod_perl.so
@@ -139,6 +139,9 @@ done | tee devel.files | sed 's/^/%%exclude /' > exclude.files
 %{_includedir}/httpd/*
 
 %changelog
+* Sat Mar 26 2011 Joe Orton <jorton at redhat.com> - 2.0.5-2
+- ship NOTICE file
+
 * Sat Mar 26 2011 Joe Orton <jorton at redhat.com> - 2.0.5-1
 - update to 2.0.5
 


More information about the scm-commits mailing list