From 73f96d7cec81507759d8008ce9c6907ae2f2fc5a Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Jan 03 2018 04:06:12 +0000 Subject: Restore dist-info information. --- diff --git a/python-entrypoints.spec b/python-entrypoints.spec index 810e856..096833e 100644 --- a/python-entrypoints.spec +++ b/python-entrypoints.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 0.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{sum} # license clarification issue opened upstream @@ -95,10 +95,6 @@ popd %py3_install_wheel %{python3_wheelname} %py2_install_wheel %{python2_wheelname} -# Fedora doesn't use this yet. -rm -r %{buildroot}%{python2_sitelib}/%{srcname}-%{version}.dist-info/ -rm -r %{buildroot}%{python3_sitelib}/%{srcname}-%{version}.dist-info/ - %files -n python2-%{srcname} %doc doc/_build/html @@ -110,12 +106,16 @@ rm -r %{buildroot}%{python3_sitelib}/%{srcname}-%{version}.dist-info/ %license LICENSE %{python3_sitelib}/__pycache__/* %{python3_sitelib}/*.py +%{python3_sitelib}/%{srcname}-%{version}.dist-info %files -n python-%{srcname}-doc %doc doc/_build/html %license LICENSE %changelog +* Wed Jan 03 2018 Elliott Sales de Andrade - 0.2.3-3 +- Restore dist-info information (#1530098). + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild