public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mikel Olasagasti Uranga <mikel@olasagasti.info>
To: git-commits@fedoraproject.org
Subject: [rpms/restic] epel10.2: Update to 0.19.0 - Closes rhbz#2487290
Date: Wed, 10 Jun 2026 10:07:31 GMT	[thread overview]
Message-ID: <178108605140.1.6392294655812465613.rpms-restic-d1172e0eb9b6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/restic
Branch : epel10.2
Commit : d1172e0eb9b6addbadf44582e6439578fe599e95
Author : Mikel Olasagasti Uranga <mikel@olasagasti.info>
Date   : 2026-06-10T11:34:52+02:00
Stats  : +23/-25 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/restic/c/d1172e0eb9b6addbadf44582e6439578fe599e95?branch=epel10.2

Log:
Update to 0.19.0 - Closes rhbz#2487290

---
diff --git a/.gitignore b/.gitignore
index 6abc227..95802b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@
 /restic-0.18.0-vendor.tar.bz2
 /restic-0.18.1.tar.gz
 /restic-0.18.1-vendor.tar.bz2
+/restic-0.19.0.tar.gz
+/restic-0.19.0-vendor.tar.bz2

diff --git a/.packit.yaml b/.packit.yaml
index b1fc172..856d307 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -1,35 +1,31 @@
-specfile_path: restic.spec
-
-upstream_package_name: restic
-upstream_project_url: https://github.com/restic/restic
+---
 downstream_package_name: restic
-
-upstream_tag_template: v{version}
+upstream_project_url: https://github.com/restic/restic
+upstream_tag_template: "v{version}"
 
 jobs:
+  - job: pull_from_upstream
+    trigger: release
+    dist_git_branches:
+      rawhide: {}
 
-- job: pull_from_upstream
-  trigger: release
-  dist_git_branches:
-    - rawhide
-
-- job: koji_build
-  trigger: commit
-  dist_git_branches:
-    - rawhide
-
+  - job: koji_build
+    trigger: commit
+    dist_git_branches:
+      - rawhide
 actions:
   post-modifications:
-    # https://fedora.gitlab.io/sigs/go/go-vendor-tools/scenarios/#manual-update
     - |
       sh -xeuc "
         cd $PACKIT_DOWNSTREAM_REPO
-        export GOTOOLCHAIN=auto
-        go_vendor_archive create --config go-vendor-tools.toml restic.spec
+        export GOTOOLCHAIN=local+auto
+        spec="$PACKIT_DOWNSTREAM_PACKAGE_NAME.spec"
+        go_vendor_archive create --config go-vendor-tools.toml "$spec"
         go_vendor_license \
           --config go-vendor-tools.toml \
-          --path restic.spec \
+          --path "$spec" \
           report \
-          --verify-spec
+          --verify-spec \
+          --autofill=auto
       "
 create_sync_note: false

diff --git a/go-vendor-tools.toml b/go-vendor-tools.toml
index d53aed1..82432af 100644
--- a/go-vendor-tools.toml
+++ b/go-vendor-tools.toml
@@ -17,6 +17,6 @@ path = "vendor/github.com/ncw/swift/v2/COPYING"
 sha256sum = "8cd2e9e750b90a04b7d82dbbca3930c696ae0309d7c10464f90a44f45754cd04"
 expression = "MIT"
 [[licensing.licenses]]
-path = "vendor/gopkg.in/yaml.v3/LICENSE"
+path = "vendor/go.yaml.in/yaml/v3/LICENSE"
 sha256sum = "d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b"
 expression = "MIT AND (MIT AND Apache-2.0)"

diff --git a/restic.spec b/restic.spec
index 193ea7b..dedd854 100644
--- a/restic.spec
+++ b/restic.spec
@@ -3,7 +3,7 @@
 
 # https://github.com/restic/restic
 %global goipath         github.com/restic/restic
-Version:                0.18.1
+Version:                0.19.0
 
 %gometa -L -f
 

diff --git a/sources b/sources
index 7fe7d79..6c3ee26 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (restic-0.18.1.tar.gz) = 7a0eb6bec02555b50ec7073cc631c1ec2e11ca2369b3c33d8b1d17086f2fedb14ac0025d004f19114537a0aab034df999bce7199594979bbefedb15116cce4e7
-SHA512 (restic-0.18.1-vendor.tar.bz2) = 439889cc78b9962a433b2555fb0e5178134dd5e38965582047b5ec0a41601a06c88df6c1c883b87a225c7e8cf81d0bb52158f21869d667684267c48d6c748961
+SHA512 (restic-0.19.0.tar.gz) = 914b438691591d4f12085c0c83a471672ce99fecd108754eb18ee27985fbe8d48d05af954043724a05d63fe9283ee7421de7975d2a1f5debc8b4dd047140b47c
+SHA512 (restic-0.19.0-vendor.tar.bz2) = 27c0a3c418b60d2f26807a61b1e4a5d56636ccde761b26848ec9079c3ca9c2eeb5ceabfc44285bd02f7e42c641cca4a90cd524cfd7cc2337ecb9881d8aa279fc

                 reply	other threads:[~2026-06-10 10:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178108605140.1.6392294655812465613.rpms-restic-d1172e0eb9b6@fedoraproject.org \
    --to=mikel@olasagasti.info \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox