Skip to content

Commit e0c6419

Browse files
committed
RPM package
- Try and fix EPEL/Fedora packages
1 parent 9e09bd4 commit e0c6419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rpm/dsc-datatool.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Source0: https://github.com/DNS-OARC/dsc-datatool/archive/v%{version}.tar
1212

1313
BuildArch: noarch
1414

15+
BuildRequires: python3-devel
1516
BuildRequires: python3-setuptools
1617
%if 0%{?suse_version} || 0%{?sle_version}
1718
BuildRequires: python3-maxminddb
@@ -51,7 +52,7 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
5152
%files
5253
%license LICENSE
5354
%{_bindir}/dsc-datatool
54-
%{python3_sitelib}/*
55+
%{python3_sitelib}/dsc_datatool*
5556

5657

5758
%files doc

0 commit comments

Comments
 (0)