mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Use https for links to ansible.com domains.
This commit is contained in:
@@ -4,7 +4,7 @@ PORTNAME= ansible
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= python net-mgmt sysutils
|
||||
MASTER_SITES= http://releases.ansible.com/ansible/
|
||||
MASTER_SITES= https://releases.ansible.com/ansible/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= bcoca@ansible.com
|
||||
|
||||
@@ -12,7 +12,7 @@ Url: https://www.ansible.com
|
||||
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
|
||||
License: GPLv3+
|
||||
Group: Development/Libraries
|
||||
Source: http://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
|
||||
Source: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
%{!?__python2: %global __python2 /usr/bin/python2.6}
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
|
||||
Reference in New Issue
Block a user