chore: bump spec file release version

This commit is contained in:
Suyog Tandel
2026-01-17 09:51:53 +05:30
parent a9ee31044c
commit 4167fea654
+4 -1
View File
@@ -1,7 +1,7 @@
%global debug_package %{nil}
Name: picoforge
Version: 0.2.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: An open source commissioning tool for Pico FIDO security keys. Developed with Rust, Tauri, and Svelte.
License: AGPL-3.0
URL: https://github.com/librekeys/picoforge
@@ -76,6 +76,9 @@ install -m 644 src-tauri/icons/in.suyogtandel.picoforge.svg %{buildroot}%{_datad
%{_datadir}/icons/hicolor/scalable/apps/in.suyogtandel.picoforge.svg
%changelog
* Sat Jan 17 2026 Suyog Tandel <git@suyogtandel.in>
- fix: rust path in spec file (git@suyogtandel.in)
* Sat Jan 17 2026 Suyog Tandel <git@suyogtandel.in> 0.2.1-3
- bump spec file release version (git@suyogtandel.in)
- fix: rust install command in spec file (git@suyogtandel.in)