diff --git a/systemd.spec b/systemd.spec
index f531c1c..21b9f5f 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -66,7 +66,6 @@ Source7:        systemd-journal-remote.xml
 Source8:        systemd-journal-gatewayd.xml
 Source9:        20-yama-ptrace.conf
 Source10:       systemd-udev-trigger-no-reload.conf
-Source12:       systemd-user
 Source13:       libsystemd-shared.abignore
 
 Source14:       10-oomd-defaults.conf
@@ -473,11 +472,6 @@ package and is meant for use in non-systemd systems.
 %prep
 %autosetup -n %{?commit:%{name}%{?stable:-stable}-%{commit}}%{!?commit:%{name}%{?stable:-stable}-%{version_no_tilde}} -p1
 
-test -f src/login/systemd-user.in
-# Restore systemd-user pam config from before "removal of Fedora-specific bits".
-# We'll systemd process it and install in the right place.
-cp %{SOURCE12} src/login/systemd-user.in
-
 %build
 %global ntpvendor %(source /etc/os-release; echo ${ID})
 %{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}