From cc393915d0ed378de9e644dc78b7db85fdd0e064 Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Thu, 31 Mar 2022 20:16:39 +0800 Subject: [PATCH] change packaging to fix error --- python-ntplib.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python-ntplib.spec b/python-ntplib.spec index 5cfc83f..caf54b3 100644 --- a/python-ntplib.spec +++ b/python-ntplib.spec @@ -6,7 +6,7 @@ modules, it should work on any platform with a Python implementation. Name: python-ntplib Version: 0.3.4 -Release: 3 +Release: 4 Summary: This module offers a simple interface to query NTP servers from Python. License: MIT @@ -38,14 +38,16 @@ BuildRequires: python3-devel python3-setuptools %py3_install %files -n python3-ntplib -%{python3_sitelib}/ntplib.py -%{python3_sitelib}/ntplib-%{?version}-py?.?.egg-info -%{python3_sitelib}/__pycache__/ntplib*.pyc +%{python3_sitelib}/ntplib* +%exclude %{python3_sitelib}/__pycache__/ntplib*.pyc %files help %doc CHANGELOG %changelog +* Tue Mar 31 2022 liuyumeng - 0.3.4-4 +- change packaging to fix error + * Thu Oct 29 2020 gaihuiying - 0.3.4-3 - Type:requirement - ID:NA