From 5f02b93d8899b8e6b46c3d60756ca22b701cbafd Mon Sep 17 00:00:00 2001 From: William Brown Date: Oct 11 2017 15:24:22 +0000 Subject: Ticket 19 - missing readme.md in python3 Bug Description: rpm build breaks on fedora Fix Description: missing readme.md on python 3 https://pagure.io/lib389/issue/19 Author: wibrown Review by: one line fix, identical to python 2 fix. --- diff --git a/src/lib389/python-lib389.spec b/src/lib389/python-lib389.spec index 68394ad..60dbb82 100644 --- a/src/lib389/python-lib389.spec +++ b/src/lib389/python-lib389.spec @@ -6,7 +6,7 @@ Name: python-%{srcname} Summary:%{sum} Version: %{vers} # RESET THIS TO 0 ON VERSION CHANGE -Release: 3%{?dist} +Release: 4%{?dist} %global tarver %{version}-1 Source0: http://www.port389.org/binaries/%{name}-%{tarver}.tar.bz2 License: GPLv3+ @@ -104,7 +104,7 @@ and configuring the 389 Directory Server. %if 0%{?rhel} >= 8 || 0%{?fedora} %files -n python%{python3_pkgversion}-%{srcname} %license LICENSE -%doc README +%doc README.md %{python3_sitelib}/* %{_sbindir}/* %endif