Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rogge <andreas.rogge@bareos.com>2020-08-25 21:27:44 +0300
committerAndreas Rogge <andreas.rogge@bareos.com>2020-08-25 21:27:44 +0300
commitb554e9c951742d82aac41a5e26e732cddcff90e0 (patch)
tree4c43834966efeeb2edb310ba33d20a35e3119927
parent5eeb2c65353dd616c5bee0869566bbcd505980c2 (diff)
use tar.gz instead of tar.bz2 when building rpmbareos-17.2
-rw-r--r--packaging/python-bareos.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/python-bareos.spec b/packaging/python-bareos.spec
index 191335c..7c1da21 100644
--- a/packaging/python-bareos.spec
+++ b/packaging/python-bareos.spec
@@ -25,8 +25,7 @@ Group: Productivity/Archiving/Backup
License: AGPL-3.0
URL: https://github.com/bareos/python-bareos/
Vendor: The Bareos Team
-#Source0: http://pypi.python.org/packages/source/e/%%{srcname}/%%{srcname}-%%{version}.tar.gz
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
%global debug_package %{nil}
%if %{with python2}