Skip to content

Commit

Permalink
packaging: Drop git option from spec %autosetup
Browse files Browse the repository at this point in the history
The most recent Fedora dist-git PR failed on this. We don't need it, and
it's discouraged by the packaging guidelines [1].

[1] https://docs.fedoraproject.org/en-US/packaging-guidelines/#_autosetup
  • Loading branch information
martinpitt committed Jul 14, 2024
1 parent f52b954 commit 1c37aa3
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} -S git
%autosetup -n %{name}-%{version}
rm -rf python-%{modname}.egg-info


Expand Down

0 comments on commit 1c37aa3

Please sign in to comment.