diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dac06d6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/goreleaser
+/_build*
+/goreleaser-*.*.*.tar.gz
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 1cb3d2c..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,9 +0,0 @@
-MIT License
-
-Copyright (c) 2025 ph03nix
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
deleted file mode 100644
index 74563fb..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# goreleaser
-
-Release engineering, simplified
\ No newline at end of file
diff --git a/_service b/_service
new file mode 100644
index 0000000..0a04c6b
--- /dev/null
+++ b/_service
@@ -0,0 +1,17 @@
+
+
+ https://github.com/goreleaser/goreleaser.git
+ git
+ main
+ v2.7.0
+ v(.*)
+ enable
+
+
+
+
+ *.tar
+ gz
+
+
+
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..b3d874b
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,4 @@
+
+
+ https://github.com/goreleaser/goreleaser.git
+ 58a3aec7995a4ab56696133a5a44edc1e588c20b
\ No newline at end of file
diff --git a/goreleaser-2.7.0.obscpio b/goreleaser-2.7.0.obscpio
new file mode 100644
index 0000000..34a8d34
Binary files /dev/null and b/goreleaser-2.7.0.obscpio differ
diff --git a/goreleaser.changes b/goreleaser.changes
new file mode 100644
index 0000000..aa6f9c4
--- /dev/null
+++ b/goreleaser.changes
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Tue Feb 18 19:24:57 UTC 2025 - Felix Niederwanger
+
+- Kickoff with version 2.7.0
diff --git a/goreleaser.obsinfo b/goreleaser.obsinfo
new file mode 100644
index 0000000..40dc33a
--- /dev/null
+++ b/goreleaser.obsinfo
@@ -0,0 +1,4 @@
+name: goreleaser
+version: 2.7.0
+mtime: 1739867581
+commit: 58a3aec7995a4ab56696133a5a44edc1e588c20b
diff --git a/goreleaser.spec b/goreleaser.spec
new file mode 100644
index 0000000..3d54e4f
--- /dev/null
+++ b/goreleaser.spec
@@ -0,0 +1,54 @@
+#
+# spec file for package goreleaser
+#
+# Copyright (c) 2025 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/
+#
+
+
+Name: goreleaser
+Version: 2.7.0
+Release: 0
+Summary: Go release engineering tool
+# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses
+License: MIT
+URL: https://goreleaser.com/
+Source: goreleaser-%{version}.tar.gz
+Source1: vendor.tar.gz
+BuildRequires: golang(API) >= 1.24
+
+%description
+goreleaser is a modern buildsystem for golang.
+
+%prep
+%autosetup -D -a 1
+
+%build
+%ifnarch ppc64
+export GOFLAGS="-buildmode=pie"
+%endif
+go build
+
+%install
+install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
+
+%check
+# Tests are currently broken because they require network.
+#go test ./...
+
+%files
+%doc README.md
+%license LICENSE.md
+%{_bindir}/%{name}
+
+%changelog
diff --git a/vendor.tar.gz b/vendor.tar.gz
new file mode 100644
index 0000000..29d9568
Binary files /dev/null and b/vendor.tar.gz differ