Skip to content

Instantly share code, notes, and snippets.

@pvalena
Created January 25, 2022 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvalena/76968895f466b799e6041edba0c1688a to your computer and use it in GitHub Desktop.
Save pvalena/76968895f466b799e6041edba0c1688a to your computer and use it in GitHub Desktop.
diff --git a/rubygem-puma.spec b/rubygem-puma.spec
index 3a3c601..0d0c24d 100644
--- a/rubygem-puma.spec
+++ b/rubygem-puma.spec
@@ -32,6 +32,7 @@ BuildRequires: rubygem(rack)
BuildRequires: rubygem(minitest)
BuildRequires: rubygem(minitest-stub-const)
BuildRequires: rubygem(nio4r)
+BuildRequires: rubygem(sd_notify)
%if %{with ragel}
BuildRequires: %{_bindir}/ragel
%endif
@@ -134,9 +135,6 @@ sed -i -e '/^\s*def test_prune_bundler_with_multiple_workers$/a\
-e '/^\s*def test_phased_restart_cluster$/a\
skip' test/test_integration_pumactl.rb
-# Tests require systemd (sd_notify gem)
-mv test/test_integration_systemd.rb{,.disable}
-
# We don't have localhost gem in Fedora.
mv test/test_puma_localhost_authority.rb{,.disable}
@@ -212,11 +210,14 @@ popd
%{gem_instdir}/tools
%changelog
-* Wed Dec 22 2021 Pavel Valena <pvalena@redhat.com> - 5.5.2-1
+* Tue Jan 25 2022 Pavel Valena <pvalena@redhat.com> - 5.5.2-1
- Update to puma 5.5.2.
Resolves: rhbz#1880111
Resolves: CVE-2021-41136
+* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.6-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
* Mon Nov 08 2021 Vít Ondruch <vondruch@redhat.com> - 4.3.6-5
- Fix FTBFS due to updated RPM.
Resolves: rhbz#1987946
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment