diff --git a/NEWS b/NEWS
index 46329c7dfe21a547de04f037b1838451246e5943..ad737eae80b48fddd33ca224e0b2d4dc3052e117 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ documents those changes that are of interest to users and admins.
  -- Fix bug in sched/backfill which could result in invalid memory reference
     when trying to schedule jobs submitted with --exclude option.
  -- Fix for slurmctld deadlock at startup with PreemptMode=SUSPEND,GANG.
+ -- Added preemptition plugins to RPM.
  
 * Changes in SLURM 2.1.0-pre4
 =============================
diff --git a/slurm.spec b/slurm.spec
index d6fd71222111b46dc24d1495602ba7c87dc8a5b6..ac610e89c93d5258c5a731453fa536fde67a5bb3 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -505,6 +505,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/slurm/jobcomp_none.so
 %{_libdir}/slurm/jobcomp_filetxt.so
 %{_libdir}/slurm/jobcomp_script.so
+%{_libdir}/slurm/mpi_lam.so
+%{_libdir}/slurm/mpi_mpich1_p4.so
+%{_libdir}/slurm/mpi_mpich1_shmem.so
+%{_libdir}/slurm/mpi_mpichgm.so
+%{_libdir}/slurm/mpi_mpichmx.so
+%{_libdir}/slurm/mpi_mvapich.so
+%{_libdir}/slurm/mpi_none.so
+%{_libdir}/slurm/mpi_openmpi.so
+%{_libdir}/slurm/preempt_none.so
+%{_libdir}/slurm/preempt_partition_prio.so
+%{_libdir}/slurm/preempt_qos.so
 %{_libdir}/slurm/priority_basic.so
 %{_libdir}/slurm/priority_multifactor.so
 %{_libdir}/slurm/proctrack_pgid.so
@@ -517,18 +528,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/slurm/select_cons_res.so
 %{_libdir}/slurm/select_linear.so
 %{_libdir}/slurm/switch_none.so
+%{_libdir}/slurm/task_none.so
 %{_libdir}/slurm/topology_3d_torus.so
 %{_libdir}/slurm/topology_none.so
 %{_libdir}/slurm/topology_tree.so
-%{_libdir}/slurm/mpi_lam.so
-%{_libdir}/slurm/mpi_mpich1_p4.so
-%{_libdir}/slurm/mpi_mpich1_shmem.so
-%{_libdir}/slurm/mpi_mpichgm.so
-%{_libdir}/slurm/mpi_mpichmx.so
-%{_libdir}/slurm/mpi_mvapich.so
-%{_libdir}/slurm/mpi_none.so
-%{_libdir}/slurm/mpi_openmpi.so
-%{_libdir}/slurm/task_none.so
 #############################################################################
 
 %files torque