rpm: missed snippet in specfile for python2 only

Signed-off-by: Jiri Kastner <jkastner@redhat.com>
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec
index e374c61..d7550bc 100644
--- a/rpm/SPECS/python-linux-procfs.spec
+++ b/rpm/SPECS/python-linux-procfs.spec
@@ -69,6 +69,9 @@
 %defattr(0644,root,root,0755)
 %{python2_sitelib}/python_linux_procfs*.egg-info
 %license COPYING
+%if 0%{?without_python3}
+%{_bindir}/pflags
+%endif
 
 %if 0%{?with_python3}
 %files -n python3-linux-procfs