Skip to content

Commit

Permalink
spec: Adjust %autosetup to PEP-625 tarball top-level directory
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Dec 27, 2024
1 parent bd8a355 commit 12af54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/python-dbusmock.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Requires: python3-dbus, python3-gobject, dbus-x11
%description -n python3-dbusmock %_description

%prep
%autosetup -n %{name}-%{version}
%autosetup -n python_%{modname}-%{version}
rm -rf python-%{modname}.egg-info


Expand Down

0 comments on commit 12af54c

Please sign in to comment.