Skip to content

Commit 12af54c

Browse files
committed
spec: Adjust %autosetup to PEP-625 tarball top-level directory
1 parent bd8a355 commit 12af54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/python-dbusmock.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Requires: python3-dbus, python3-gobject, dbus-x11
3434
%description -n python3-dbusmock %_description
3535

3636
%prep
37-
%autosetup -n %{name}-%{version}
37+
%autosetup -n python_%{modname}-%{version}
3838
rm -rf python-%{modname}.egg-info
3939

4040

0 commit comments

Comments
 (0)