Compare commits

..

6 commits

Author SHA1 Message Date
Fedora Release Engineering
13bc59d292 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:39:39 +00:00
Milan Crha
66b4af5fdd Use a gnome-srpm-macros macro
[skip changelog]
2026-07-03 11:29:16 +02:00
Jan Grulich
7dcbac10cf Add configuration for release-monitoring 2026-03-25 14:31:53 +01:00
Milan Crha
10b331831d Add some helper code to avoid silly human errors
[skip changelog]
2026-03-18 08:57:28 +01:00
Milan Crha
ad9eed4495 Update to 4.2.2 2026-03-18 08:53:39 +01:00
Milan Crha
edcde8d823 Convert to %autorelease and %autochangelog
[skip changelog]
2026-03-18 08:51:30 +01:00
2 changed files with 14 additions and 1 deletions

13
monitoring.toml Normal file
View file

@ -0,0 +1,13 @@
# Enable/disable monitoring
monitoring = true
# Enable/disable filling bugzilla ticket for new release
# When disabled it will also disable scratch builds
bugzilla = false
# Enable/disable reporting only stable versions
# Stable versions are recognized based on release-monitoring.org project settings
stable_only = true
# Enable/disable reporting all new versions instead of the latest one
# Enabling this will disable scratch builds
all_versions = true
# Enable/disable scratch build for newly opened version
scratch_build = false

View file

@ -5,7 +5,7 @@ Summary: Display dialog boxes from shell scripts
License: LGPL-2.1-or-later
URL: https://wiki.gnome.org/Projects/Zenity
Source: https://download.gnome.org/sources/%{name}/4.2/%{name}-%{version}.tar.xz
Source: https://download.gnome.org/sources/%{name}/%{gnome_major_minor_version}/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(libadwaita-1) >= 1.2
BuildRequires: /usr/bin/help2man