diff --git a/centpkg.spec b/centpkg.spec
index 5919228..86816bb 100644
--- a/centpkg.spec
+++ b/centpkg.spec
@@ -12,7 +12,17 @@ BuildRequires:  %{py3_dist setuptools}
 
 
 %description
-Provides the centpkg command for working with dist-git
+Provides the centpkg command for working with dist-git.
+
+
+%package sig
+Summary:        CentOS SIG utility for working with dist-git
+Requires:       %{name} = %{version}-%{release}
+
+
+%description sig
+Provides the centpkg-sig command for working with dist-git.
+
 
 %prep
 %autosetup
@@ -35,6 +45,11 @@ Provides the centpkg command for working with dist-git
 %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info
 
 
+%files sig
+%{_bindir}/%{name}-sig
+%config(noreplace) %{_sysconfdir}/rpkg/centpkg-sig.conf
+
+
 %changelog
 * Mon Nov 28 2016 brian@bstinson.com 0.4.6-1
 - Tracking updates to rpkg (thanks pavlix)