Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/foreman/rubygem-dynflow/dynflow-1.9.3.gem

This file was deleted.

1 change: 1 addition & 0 deletions packages/foreman/rubygem-dynflow/dynflow-2.0.0.gem
9 changes: 6 additions & 3 deletions packages/foreman/rubygem-dynflow/rubygem-dynflow.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
%global gem_name dynflow

Name: rubygem-%{gem_name}
Version: 1.9.3
Version: 2.0.0
Release: 1%{?dist}
Summary: DYNamic workFLOW engine
License: MIT
URL: https://github.com/Dynflow/dynflow
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem

# start specfile generated dependencies
Requires: ruby >= 2.7.0
BuildRequires: ruby >= 2.7.0
Requires: ruby >= 3.0.0
BuildRequires: ruby >= 3.0.0
BuildRequires: rubygems-devel
BuildArch: noarch
# end specfile generated dependencies
Expand Down Expand Up @@ -79,6 +79,9 @@ cp -a .%{gem_dir}/* \
%{gem_instdir}/test

%changelog
* Tue Jan 06 2026 Adam Ruzicka <aruzicka@redhat.com> - 2.0.0-1
- Update to 2.0.0

* Wed Sep 10 2025 Foreman Packaging Automation <packaging@theforeman.org> - 1.9.3-1
- Update to 1.9.3

Expand Down