From 37464c2c31c53de6f89b1cf71fd6ef16c14ac435 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mon, 21 Jun 2021 11:02:10 +0200 Subject: [PATCH] Fix %%prep Related: #1956700 --- hwdata.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwdata.spec b/hwdata.spec index 9c666b4..4ba61dc 100644 --- a/hwdata.spec +++ b/hwdata.spec @@ -15,7 +15,7 @@ hwdata contains various hardware identification and configuration data, such as the pci.ids and usb.ids databases. %prep -%setup -q +%setup -q -n %{name}-%{version}-%{uprelease} %configure %build