diff --git a/kombu-4.2.1.tar.gz b/kombu-4.2.1.tar.gz new file mode 100644 index 0000000..d3a23b5 --- /dev/null +++ b/kombu-4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86adec6c60f63124e2082ea8481bbe4ebe04fde8ebed32c177c7f0cd2c1c9082 +size 423926 diff --git a/kombu-v4.2.1.tar.gz b/kombu-v4.2.1.tar.gz deleted file mode 100644 index 71cfa65..0000000 --- a/kombu-v4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4175cb1930a2d889da2663d6e4ba08e9419f9f79580c22167c350964fdb16e5 -size 418160 diff --git a/python-kombu.spec b/python-kombu.spec index 88189fb..a0d18bb 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -23,8 +23,8 @@ Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/celery/kombu -Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-v%{version}.tar.gz +URL: https://github.com/celery/kombu +Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{version}.tar.gz # Test requirements: BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module amqp >= 2.1.4} @@ -41,13 +41,13 @@ BuildRequires: python BuildRequires: python-rpm-macros Requires: python Requires: python-amqp +Obsoletes: python-carrot BuildArch: noarch %if 0%{?suse_version} Suggests: couchdb Suggests: mongodb Suggests: rabbitmq-server %endif -Obsoletes: python-carrot %python_subpackages %description