Skip to content

Commit e04de74

Browse files
committed
dist: Fix source URL in spec
We stopped using the release version in tags in 07352e9 so we need to update the path to the release tarball as well.
1 parent 27881cb commit e04de74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/libblockdev.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Release: 1%{?dist}
9090
Summary: A library for low-level manipulation with block devices
9191
License: LGPL-2.1-or-later
9292
URL: https://github.com/storaged-project/libblockdev
93-
Source0: https://github.com/storaged-project/libblockdev/releases/download/%{version}-%{release}/%{name}-%{version}.tar.gz
93+
Source0: https://github.com/storaged-project/libblockdev/releases/download/%{version}/%{name}-%{version}.tar.gz
9494

9595
BuildRequires: make
9696
BuildRequires: glib2-devel

0 commit comments

Comments
 (0)