commit e4c6ae2cdc06a5c6780d329833a9b342f436b4b1f07a9f781c0c009519bf5ec1 Author: Dirk Mueller Date: Wed Feb 9 21:27:05 2022 +0000 Accepting request 950351 from home:ojkastl_buildservice:Branch_terraform new package terragrunt OBS-URL: https://build.opensuse.org/request/show/950351 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:terraform/terragrunt?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..d9bca71 --- /dev/null +++ b/_service @@ -0,0 +1,21 @@ + + + https://github.com/gruntwork-io/terragrunt + git + .git + v0.36.1 + @PARENT_TAG@ + enable + v(.*) + + + terragrunt + + + *.tar + gz + + + terragrunt-0.36.1.tar.gz + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..54dadd0 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/gruntwork-io/terragrunt + df7ea9f65e7975d480f43c058776f5c845afc7a3 \ No newline at end of file diff --git a/terragrunt-0.36.1.tar.gz b/terragrunt-0.36.1.tar.gz new file mode 100644 index 0000000..3a67b82 --- /dev/null +++ b/terragrunt-0.36.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a990378f5b151ac59d4ebfc9675d3790b68e49cbf290dceab1f98a263214637d +size 2298276 diff --git a/terragrunt.changes b/terragrunt.changes new file mode 100644 index 0000000..e96f4f6 --- /dev/null +++ b/terragrunt.changes @@ -0,0 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 01 07:05:48 UTC 2022 - kastl@b1-systems.de + +- Update to version 0.36.1: + * Handle relative paths correctly when fetching tfr (#2005) + * CI Build fix (#2001) + * Add 1.1.x to version compatibility table (#1991) + +------------------------------------------------------------------- +Wed Jan 26 07:34:16 UTC 2022 - Johannes Kastl + +- new package terragrunt at version 0.36.0 diff --git a/terragrunt.spec b/terragrunt.spec new file mode 100644 index 0000000..54aaa39 --- /dev/null +++ b/terragrunt.spec @@ -0,0 +1,53 @@ +# +# spec file for package terragrunt +# +# Copyright (c) 2022 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define __arch_install_post export NO_BRP_STRIP_DEBUG=true + +Name: terragrunt +Version: 0.36.1 +Release: 0 +Summary: Thin wrapper for Terraform for working with multiple Terraform modules +License: MIT +URL: https://github.com/gruntwork-io/terragrunt +Source: terragrunt-%{version}.tar.gz +Source1: vendor.tar.gz +BuildRequires: go >= 1.17 + +%description +Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. + +%prep +%setup -q +%setup -q -T -D -a 1 + +%build +go build \ + -mod=vendor \ + -buildmode=pie \ + -ldflags="-X main.VERSION=%{version}" + +%install +# Install the binary. +install -D -m 0755 %{name} "%{buildroot}/%{_bindir}/%{name}" + +%files +%doc README.md +%license LICENSE.txt +%{_bindir}/%{name} + +%changelog diff --git a/vendor.tar.gz b/vendor.tar.gz new file mode 100644 index 0000000..30e0e38 --- /dev/null +++ b/vendor.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2328dcfe84d64959098a7d4e4e05531af8a2e14df0e83e1b915d603ab3b96343 +size 8808280