public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/zonefs-tools] rawhide: Update to 1.7.0 + upload sources + spec cleanup and modernization
Date: Tue, 04 Aug 2026 04:33:47 GMT	[thread overview]
Message-ID: <178581802754.1.17298314915240425972.rpms-zonefs-tools-bb616580a237@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/zonefs-tools
            Branch : rawhide
            Commit : bb616580a237a9504b2ae88bd46eedbd9c3ab282
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-08-01T19:10:26-03:00
            Stats  : +27/-20 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/zonefs-tools/c/bb616580a237a9504b2ae88bd46eedbd9c3ab282?branch=rawhide

            Log:
            Update to 1.7.0 + upload sources + spec cleanup and modernization

Resolves: rhbz#2506020

---
diff --git a/.gitignore b/.gitignore
index 6571ff7..d77a288 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/zonefs-tools-1.5.2.tar.gz
-/zonefs-tools-1.6.0.tar.gz
+/zonefs-tools-*.tar.gz

diff --git a/sources b/sources
index 15341ec..f19d4d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zonefs-tools-1.6.0.tar.gz) = 8ea81395491a4f6cb38a6356d8cfacfbf0384471eadb4f9a0224daba859b1c65764811cd1f1a61aea0776cdcc63060d488bf0332f7d3dfe167e8f9480e76a305
+SHA512 (zonefs-tools-1.7.0.tar.gz) = 86a5ea2f1d04a3021b2ab8a509221bc8743598003109430d9d0177e4ba6ec742d2a3fc515bce102e693f5e8440445ca8642b8b0807b6b3c30db66ddb80b9da43

diff --git a/zonefs-tools.spec b/zonefs-tools.spec
index 452c040..792d166 100644
--- a/zonefs-tools.spec
+++ b/zonefs-tools.spec
@@ -1,26 +1,30 @@
-Name:		zonefs-tools
-Version:	1.7.0
-Release:	3%{?dist}
-Summary:	Provides user utilities for the zonefs file system
-
-License:	GPL-2.0-or-later
-URL:		https://github.com/westerndigitalcorporation/%{name}
-Source0:	%{url}/archive/v%{version}/%{name}-%{version}.tar.gz
-
-BuildRequires:	libblkid-devel
-BuildRequires:	libuuid-devel
-BuildRequires:	autoconf
-BuildRequires:	automake
-BuildRequires:	libtool
-BuildRequires:	make
-BuildRequires:	gcc
+%global forgeurl https://github.com/westerndigitalcorporation/zonefs-tools
+Version:        1.7.0
+%forgemeta
+
+Name:           zonefs-tools
+Release:        3%{?dist}
+Summary:        Provides user utilities for the zonefs file system
+
+License:        GPL-2.0-or-later
+URL:            %{forgeurl}
+Source0:        %{forgesource}
+
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc
+BuildRequires:  libblkid-devel
+BuildRequires:  libtool
+BuildRequires:  libuuid-devel
+BuildRequires:  make
 
 %description
 This package provides the mkzonefs (and mkfs.zonefs) user utility
 to format zoned block devices for use with the zonefs file system.
 
 %prep
-%autosetup
+%autosetup %{forgesetupargs}
+
 
 %build
 sh autogen.sh
@@ -30,6 +34,9 @@ sh autogen.sh
 %install
 %make_install
 
+%check
+%{buildroot}%{_sbindir}/mkzonefs --version
+
 %files
 %{_sbindir}/*
 %{_mandir}/man5/*
@@ -38,6 +45,7 @@ sh autogen.sh
 %license COPYING.GPL
 %doc README.md CONTRIBUTING
 
+
 %changelog
 * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild

                 reply	other threads:[~2026-08-04  4:33 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=178581802754.1.17298314915240425972.rpms-zonefs-tools-bb616580a237@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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