diff --git a/.gitignore b/.gitignore
index e743151..283ba74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/svrcore-4.1.2.tar.bz2
+SOURCES/svrcore-4.1.3.tar.bz2
diff --git a/.svrcore.metadata b/.svrcore.metadata
index 3793d30..90e1c98 100644
--- a/.svrcore.metadata
+++ b/.svrcore.metadata
@@ -1 +1 @@
-699db1b2294e7d15c8f576037fc5ff9bc6d8e001 SOURCES/svrcore-4.1.2.tar.bz2
+be09c51768c3997a44055c6b8efdf52674ffb610 SOURCES/svrcore-4.1.3.tar.bz2
diff --git a/SPECS/svrcore.spec b/SPECS/svrcore.spec
index f7dcc90..77e771a 100644
--- a/SPECS/svrcore.spec
+++ b/SPECS/svrcore.spec
@@ -3,8 +3,8 @@
 
 Summary:          Secure PIN handling using NSS crypto
 Name:             svrcore
-Version:          4.1.2
-Release:          1%{?dist}
+Version:          4.1.3
+Release:          2%{?dist}
 License:          MPL2.0
 URL:              https://pagure.io/svrcore
 Group:            Development/Libraries
@@ -14,6 +14,11 @@ Requires:         nss >= %{nss_version}
 BuildRequires:    nspr-devel >= %{nspr_version}
 BuildRequires:    nss-devel >= %{nss_version}
 BuildRequires:    pkgconfig
+BuildRequires:    pkgconfig(systemd)
+# Needed to support regeneration of the autotool artifacts.
+BuildRequires:    autoconf
+BuildRequires:    automake
+BuildRequires:    libtool
 
 Source0:          http://www.port389.org/binaries/%{name}-%{version}.tar.bz2
 
@@ -46,6 +51,8 @@ develop programs which will use the svrcore library.
 
 %build
 
+autoreconf -fiv
+
 %configure --with-systemd
 make
 
@@ -74,6 +81,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.la
 %{_includedir}/svrcore.h
 
 %changelog
+* Fri Mar 17 2017 Mark Reynolds <mreynolds@redhat.com> - 4.1.3-2
+- Bump version to 4.1.3-2
+- Fix problem with spec file and systemd
+
+* Fri Mar 10 2017 Mark Reynolds <mreynolds@redhat.com> - 4.1.3-1
+- release 4.1.3.1
+- Resolves: Bug 1392065 - Rebase svrcore to 4.1.3 in RHEL-7.4
+
 * Thu Apr 21 2016 Noriko Hosoi <nhosoi@redhat.com> - 4.1.2-1
 - release 4.1.2-1
 - Resolves: Bug 1329002 - SVRCORE - Fixing coverity issues.