Dominique Leuenberger 3 months ago committed by Git OBS Bridge
commit 85c8f8e80b

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 13 08:12:01 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- spec: Run python_compileall macro to generate bytecode
-------------------------------------------------------------------
Sat Oct 15 19:26:38 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

@ -1,7 +1,7 @@
#
# spec file for package dnf
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2021 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties
@ -69,6 +69,7 @@ Patch1002: dnf-4.6_vendor_change_doc.patch
BuildRequires: bash-completion
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gettext
BuildRequires: python3-Sphinx
BuildRequires: python3-bugzilla
@ -211,6 +212,8 @@ make doc-man
%install
pushd ./build
%make_install
%python_compileall
%fdupes %{buildroot}%{python3_sitelib}
popd
%find_lang %{name}

Loading…
Cancel
Save