summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2019-08-29 15:57:37 -0500
committerRon Olson <tachoknight@gmail.com>2019-08-29 15:57:37 -0500
commit1d14c28a5cbc7b760b684bbeb84eefda946638b6 (patch)
tree2b74c3000ff6fa40152ec84cbf13ccacb0dde696
parentf22bda8f37619846562ff3cd8004724310d915d3 (diff)
downloadswift-lang-1d14c28a5cbc7b760b684bbeb84eefda946638b6.tar.gz
swift-lang-1d14c28a5cbc7b760b684bbeb84eefda946638b6.tar.xz
swift-lang-1d14c28a5cbc7b760b684bbeb84eefda946638b6.zip
added explicit requirement for python3-distro
-rw-r--r--swift-lang.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index 59b4e67..5e07da2 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -45,6 +45,7 @@ BuildRequires: perl-podlators
BuildRequires: rsync
BuildRequires: python3
BuildRequires: python3-devel
+BuildRequires: python3-distro
BuildRequires: libbsd-devel
BuildRequires: libxml2-devel
BuildRequires: libsqlite3x-devel
@@ -256,7 +257,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%changelog
* Thu Aug 29 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.39.20190828gite90298c
-- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-28-a
+- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-28-a and added explicit
+ requirement for python3-distro
* Wed Aug 28 2019 Ron Olson <tachoknight@gmail.com> 5.1-0.38.20190827gite90298c
- Updated to swift-5.1-DEVELOPMENT-SNAPSHOT-2019-08-27-a and added a patch
to allow LLDB to be built using Python 3.8 (currently in F32/Rawhide)