Index: trunk/server/fedora/Makefile
===================================================================
--- trunk/server/fedora/Makefile	(revision 2360)
+++ trunk/server/fedora/Makefile	(revision 2363)
@@ -23,5 +23,5 @@
 upstream_hackage = ghc-cgi ghc-unix-handle
 upstream	= openafs $(upstream_yum) $(upstream_hackage) moira zephyr zephyr.i686 python-zephyr python-afs athena-aclocal discuss
-oursrc		= execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i686 whoisd athrun php_scripts scripts-wizard scripts-base scripts-static-cat fuse-better-mousetrapfs
+oursrc		= execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i686 whoisd athrun php_scripts scripts-wizard scripts-base scripts-static-cat fuse-better-mousetrapfs scripts-munin-plugins
 allsrc		= $(upstream) $(oursrc)
 oursrcdir	= ${PWD}/../common/oursrc
Index: trunk/server/fedora/specs/scripts-base.spec
===================================================================
--- trunk/server/fedora/specs/scripts-base.spec	(revision 2360)
+++ trunk/server/fedora/specs/scripts-base.spec	(revision 2363)
@@ -34,4 +34,5 @@
 Requires: httpdmods
 Requires: %{all_archs nss_nonlocal}
+Requires: scripts-munin-plugins
 %define debug_package %{nil}
 
Index: trunk/server/fedora/specs/scripts-munin-plugins.spec
===================================================================
--- trunk/server/fedora/specs/scripts-munin-plugins.spec	(revision 2363)
+++ trunk/server/fedora/specs/scripts-munin-plugins.spec	(revision 2363)
@@ -0,0 +1,46 @@
+Name:		scripts-munin-plugins
+Version:	0
+Release:	1.%{scriptsversion}%{?dist}
+Summary:	scripts.mit.edu munin monitoring plugins
+
+License:	GPLv2+
+URL:		http://scripts.mit.edu
+Source0:	%{name}.tar.gz
+
+Requires:	munin-node
+Requires:	perl(Net::LDAP)
+
+BuildArch:	noarch
+
+
+%description
+A collection of scripts.mit.edu munin plugins for monitoring, beyond
+the standard plugins provided by munin-node.
+
+
+%define debug_package %{nil}
+
+
+%prep
+%setup -q -n %{name}
+
+
+%build
+# This package is perl, nothing to configure or make
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%make_install
+
+
+%files
+%defattr(-,root,root,-)
+/usr/share/munin/plugins/389ds
+%doc
+
+
+%changelog
+* Thu Jan 17 2013 Alexander Chernyakhovsky <achernya@mit.edu> - 0-1
+- Initial packaging of scripts-munin-plugins
+
