public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/zonefs-tools] rawhide: Update to 1.7.0 + upload sources + spec cleanup and modernization
@ 2026-08-04 4:33 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-04 4:33 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 4:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 4:33 [rpms/zonefs-tools] rawhide: Update to 1.7.0 + upload sources + spec cleanup and modernization Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox