Skip to content

Commit

Permalink
rpm: add BR required for directory ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Nov 5, 2023
1 parent fc9075d commit 1e7aec2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rpm_spec/qpdf-converter.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,18 @@ BuildRequires: make
BuildRequires: pandoc
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-devel
%if 0%{?is_opensuse}
# for directory ownership
BuildRequires: python-nautilus-common-files
BuildRequires: qubes-core-qrexec
%endif

Requires: poppler-utils GraphicsMagick
%if 0%{?is_opensuse}
Requires: python-nautilus-common-files
%else
Requires: nautilus-python
%endif
Requires: python%{python3_pkgversion} >= 3.7
Requires: python%{python3_pkgversion}-pillow
Requires: python%{python3_pkgversion}-click
Expand Down

0 comments on commit 1e7aec2

Please sign in to comment.