[ngircd] Fix docs to not include Makefiles. Fixes bug #1004557

Kevin Fenzi kevin at fedoraproject.org
Thu Sep 5 00:18:58 UTC 2013


commit 8a6e656861a9c5d0a079d7a636d752bfdfebee92
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Sep 4 18:18:44 2013 -0600

    Fix docs to not include Makefiles. Fixes bug #1004557

 ngircd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ngircd.spec b/ngircd.spec
index 5f7760b..2e01c57 100644
--- a/ngircd.spec
+++ b/ngircd.spec
@@ -1,6 +1,6 @@
 Name:           ngircd
 Version:        20.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Next Generation IRC Daemon
 Group:          System Environment/Daemons
 License:        GPLv2+
@@ -103,7 +103,7 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README doc/*
+%doc AUTHORS COPYING ChangeLog NEWS README doc/*.txt doc/*.tmpl doc/sample-ngircd.conf
 %config(noreplace) %attr(660, root, ngircd) %{_sysconfdir}/ngircd.conf
 %ghost %config(noreplace) %attr(660, root, ngircd) %{_sysconfdir}/ngircd.motd
 %if 0%{?rhel} > 6 || 0%{?fedora} > 18
@@ -117,6 +117,9 @@ fi
 %dir %attr(775, root, ngircd) %{_localstatedir}/run/ngircd/
 
 %changelog
+* Wed Sep 04 2013 Kevin Fenzi <kevin at scrye.com> 20.3-2
+- Fix docs to not include Makefiles. Fixes bug #1004557
+
 * Sat Aug 24 2013 Kevin Fenzi <kevin at scrye.com> 20.3-1
 - Update to 20.3. Fixes bug #1000690
 - Fix for CVE-2013-5580


More information about the scm-commits mailing list