Use upstream Source
Related: rhbz1843859
This commit is contained in:
parent
a569bf3443
commit
4c5b0baeda
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/ansible-collection-fedora-linux_mgmt.tar.gz
|
||||
/fedora.linux_mgmt-1.0.0.tar.gz
|
||||
|
@ -16,7 +16,7 @@
|
||||
%endif
|
||||
|
||||
Name: ansible-collection-%{collection_namespace}-%{collection_name}
|
||||
Url: https://github.com/linux-system-roles/
|
||||
Url: https://github.com/pcahyna/fedora.linux_mgmt/
|
||||
Summary: Ansible Collection of general system management and utility modules and other plugins
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
@ -24,7 +24,7 @@ Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
|
||||
%global collection_version %{version}
|
||||
%global archivename ansible-collection-%{collection_namespace_orig}-%{collection_name_orig}
|
||||
%global archivename %{collection_namespace_orig}.%{collection_name_orig}-%{version}
|
||||
%global extractdir %{archivename}
|
||||
|
||||
# Helper macros originally from macros.ansible by Igor Raits <ignatenkobrain>
|
||||
@ -58,7 +58,7 @@ Requires: ansible >= 2.9.10
|
||||
%endif
|
||||
%endif
|
||||
|
||||
Source: %{archivename}.tar.gz
|
||||
Source: https://github.com/pcahyna/fedora.linux_mgmt/archive/%{version}/%{archivename}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansible-collection-fedora-linux_mgmt.tar.gz) = d1f404b89001a8530c07d4fb5641f7660a8b34b17dddd71018f07b400cb1a5aadedc57f2038180dd6aced470ac24d4b65e85477bba3fcaeeb1fa6b709e3ca0d4
|
||||
SHA512 (fedora.linux_mgmt-1.0.0.tar.gz) = b24b1e98bd21119f21d47ffcff47a3325cb0ab38ee5a7b241990fe28eb8b1146c0ae1b22cad3fa5c733f12950f4620bb690ebb03ca07b2b23cd34c63e6f06922
|
||||
|
Loading…
Reference in New Issue
Block a user