Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3552052e92 | |||
| 7276436b94 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/stacklok/frizbee</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.1.2</param>
|
||||
<param name="revision">v0.1.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/stacklok/frizbee</param>
|
||||
<param name="changesrevision">227081dd83c913a7aae818196a5124bd2c01eb62</param></service></servicedata>
|
||||
<param name="changesrevision">ff4166b14b7eaf784b020893476a15a4989ce951</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ee84f734676a8ea1c0eb7cded85b791fa2b06880b39058e63435867f637d75e
|
||||
size 206859
|
||||
3
frizbee-0.1.7.obscpio
Normal file
3
frizbee-0.1.7.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ea741bed17052195cac12a1ea19faf0f9ca95b270549d6dba75995ebefe25a0
|
||||
size 190475
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 02 17:21:21 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 0.1.7:
|
||||
* Bump dependencies
|
||||
* feat: implement --error
|
||||
* chore: fix typos
|
||||
* Resolve commit ref correctly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 08:37:57 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: frizbee
|
||||
version: 0.1.2
|
||||
mtime: 1724747058
|
||||
commit: 227081dd83c913a7aae818196a5124bd2c01eb62
|
||||
version: 0.1.7
|
||||
mtime: 1742892889
|
||||
commit: ff4166b14b7eaf784b020893476a15a4989ce951
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package frizbee
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# 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
|
||||
@@ -19,14 +19,14 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: frizbee
|
||||
Version: 0.1.2
|
||||
Version: 0.1.7
|
||||
Release: 0
|
||||
Summary: Throw a tag at and it comes back with a checksum
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/stacklok/frizbee
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.22
|
||||
BuildRequires: go >= 1.24
|
||||
|
||||
%description
|
||||
Frizbee is a tool you may throw a tag at and it comes back with a checksum.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fce770770dcb5e756d4d04a8941fb5662c6a98fe91ac0fcdd97f484115e78589
|
||||
size 2596609
|
||||
oid sha256:0154f7dd9ce9434a93b329b36fb7c740fa499f0beadf364591dbc122f292cb47
|
||||
size 2677021
|
||||
|
||||
Reference in New Issue
Block a user