Skip to content

Commit

Permalink
Merge pull request #1292 from vojtechtrefny/main_spec-source-url-update
Browse files Browse the repository at this point in the history
spec: Update sources URL
  • Loading branch information
vojtechtrefny authored Sep 20, 2024
2 parents 10cf7dc + 2ef6e5b commit c8e5450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-blivet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Epoch: 1
License: LGPL-2.1-or-later
%global realname blivet
%global realversion %{version}%{?prerelease}
Source0: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}.tar.gz
Source1: http://github.com/storaged-project/blivet/archive/%{realname}-%{realversion}-tests.tar.gz
Source0: http://github.com/storaged-project/blivet/releases/download/%{realname}-%{realversion}/%{realname}-%{realversion}.tar.gz
Source1: http://github.com/storaged-project/blivet/releases/download/%{realname}-%{realversion}/%{realname}-%{realversion}-tests.tar.gz

# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
Expand Down

0 comments on commit c8e5450

Please sign in to comment.