public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/manafirewall] f44: Update to 0.99.2
@ 2026-05-31 20:46 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-05-31 20:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/manafirewall
Branch : f44
Commit : 6374f3900449ad09b9f557bf135a3f0825612a80
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-05-31T16:05:09-04:00
Stats : +14/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/manafirewall/c/6374f3900449ad09b9f557bf135a3f0825612a80?branch=f44
Log:
Update to 0.99.2
---
diff --git a/.gitignore b/.gitignore
index 236adcc..fcfc5a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/manafirewall-0.0.2.tar.gz
/manafirewall-0.0.3.tar.gz
/manafirewall-0.99.1.tar.gz
+/manafirewall-0.99.2.tar.gz
diff --git a/manafirewall.spec b/manafirewall.spec
index 5c287c5..c5735db 100644
--- a/manafirewall.spec
+++ b/manafirewall.spec
@@ -1,8 +1,10 @@
# Force out of source build
%undefine __cmake_in_source_build
+%global pymanatools_ver 0.99.2
+
Name: manafirewall
-Version: 0.99.1
+Version: 0.99.2
Release: 1%{?dist}
Summary: ManaTools FirewallD configuration tool
License: GPL-2.0-or-later
@@ -19,11 +21,11 @@ BuildRequires: pkgconfig
BuildRequires: python3-devel >= 3.4.0
BuildRequires: python3-setuptools
BuildRequires: python3-yaml
-BuildRequires: python3-manatools >= 0.99.0
+BuildRequires: python3-manatools >= %{pymanatools_ver}
Requires: hicolor-icon-theme
Requires: python3-yaml
-Requires: python3-manatools >= 0.99.0
+Requires: python3-manatools >= %{pymanatools_ver}
Requires: python3-firewall >= 0.9.0
Requires: firewalld
@@ -37,8 +39,11 @@ manatools, to be run using Qt, GTK, or ncurses interfaces.
%autosetup -p1
-%build
+%conf
%cmake -DCHECK_RUNTIME_DEPENDENCIES=ON
+
+
+%build
%cmake_build
@@ -66,6 +71,9 @@ appstream-util validate-relax --nonet \
%{_metainfodir}/*%{name}.metainfo.xml
%changelog
+* Sun May 31 2026 Neal Gompa <ngompa@fedoraproject.org> - 0.99.2-1
+- Update to 0.99.2
+
* Fri Apr 24 2026 Neal Gompa <ngompa@fedoraproject.org> - 0.99.1-1
- Rebase to the latest version
diff --git a/sources b/sources
index d5f1d97..e33252e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (manafirewall-0.99.1.tar.gz) = 188448bd8d2458d79a0a232374fd26a043e5e68b99d31c91ecb5a9920d0fa2ca1e411e6eb11861029ff4de0eebb767d0fe7bab6ba40710410e517c07aaf15c23
+SHA512 (manafirewall-0.99.2.tar.gz) = dd3d871488974c3e14c3aeac0663a3bafc91524e7d2dc06fad6e74a9db0b8644c7cdec6fe3229c08c4568712a888757eca0272eefe57431917035a0d5d517921
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 20:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 20:46 [rpms/manafirewall] f44: Update to 0.99.2 Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox