summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2017-11-21 13:54:49 +0100
committerJiri Kastner <jkastner@redhat.com>2017-11-21 13:54:49 +0100
commit1f940c096ab695924bcc3d5df7cfd48729ff8fbe (patch)
tree1e67942b13954305de223e2d2157597cf3b38400
parent744eab98c79871d5955a72654448813fcd365094 (diff)
downloadpython-linux-procfs-1f940c096ab695924bcc3d5df7cfd48729ff8fbe.tar.gz
rpm: missed snippet in specfile for python2 only
Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rw-r--r--rpm/SPECS/python-linux-procfs.spec3
1 files changed, 3 insertions, 0 deletions
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 @@ rm -rf %{buildroot}
%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