public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Lemenkov <lemenkov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/erlang-riak_core] rawhide: Reenable eqc plugin
Date: Sun, 06 Sep 2026 15:16:36 GMT	[thread overview]
Message-ID: <178870779673.1.7060985412330331001.rpms-erlang-riak_core-dabb58cd466a@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/erlang-riak_core
            Branch : rawhide
            Commit : dabb58cd466afbb7fee94912296444b0110c53a5
            Author : Peter Lemenkov <lemenkov@gmail.com>
            Date   : 2026-09-06T16:56:20+02:00
            Stats  : +11/-33 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/erlang-riak_core/c/dabb58cd466afbb7fee94912296444b0110c53a5?branch=rawhide

            Log:
            Reenable eqc plugin

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index 4fd0b9e..65ac5b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,4 @@
 /basho-riak_core-1.3.0-0-gc08df0d.tar.gz
 /basho-riak_core-1.3.1-0-g96d5dc3.tar.gz
 /basho-riak_core-1.3.2-0-g5f683f5.tar.gz
-/riak_core-2.1.5.tar.gz
-/riak_core-2.1.10.tar.gz
-/riak_core-3.0.16.tar.gz
+/riak_core-*.tar.gz

diff --git a/erlang-riak_core-0005-Disable-eqc-rebar3-plugin.patch b/erlang-riak_core-0005-Disable-eqc-rebar3-plugin.patch
deleted file mode 100644
index 86a61c2..0000000
--- a/erlang-riak_core-0005-Disable-eqc-rebar3-plugin.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Peter Lemenkov <lemenkov@gmail.com>
-Date: Sat, 9 Apr 2022 20:07:44 +0200
-Subject: [PATCH] Disable eqc rebar3 plugin
-
-Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
-
-diff --git a/rebar.config b/rebar.config
-index c39daca..d2de9a5 100644
---- a/rebar.config
-+++ b/rebar.config
-@@ -17,7 +17,7 @@
- 
- {xref_checks,[undefined_function_calls,undefined_functions,locals_not_used]}.
- 
--{plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.
-+{plugins, []}.
- 
- {deps, [
-   {lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}},

diff --git a/erlang-riak_core.spec b/erlang-riak_core.spec
index e3800d2..6d9c2e9 100644
--- a/erlang-riak_core.spec
+++ b/erlang-riak_core.spec
@@ -13,22 +13,20 @@ Summary:	Distributed systems infrastructure used by Riak
 License:	Apache-2.0 and ErlPL-1.1 and MIT and MPL-1.1
 URL:		https://github.com/basho/%{realname}
 VCS:		git:%{url}.git
-Source0:	%{url}/archive/riak_kv-%{version}/%{realname}-%{version}.tar.gz
+Source:		%{url}/archive/riak_kv-%{version}/%{realname}-%{version}.tar.gz
 # Fedora-specific
-Patch1:	erlang-riak_core-0001-Don-t-use-pbkdf2-as-application.patch
+Patch:	erlang-riak_core-0001-Don-t-use-pbkdf2-as-application.patch
 # Fedora-specific (unbundle mochiglobal)
-Patch2:	erlang-riak_core-0002-Revert-Copy-in-mochiglobal-as-riak_core_mochiglobal.patch
+Patch:	erlang-riak_core-0002-Revert-Copy-in-mochiglobal-as-riak_core_mochiglobal.patch
 # Fedora-specific (we have more directories to search for code artifacts)
-Patch3:	erlang-riak_core-0003-Be-more-greedy-while-loading-schemas.patch
+Patch:	erlang-riak_core-0003-Be-more-greedy-while-loading-schemas.patch
 # Fedora-specific (we have more directories to search for code artifacts)
-Patch4:	erlang-riak_core-0004-Load-cuttlefish-schemas-from-noarch-dir-as-well.patch
-# Fedora-specific (very likely we will never have eqc packaged - it's proprietary)
-Patch5:	erlang-riak_core-0005-Disable-eqc-rebar3-plugin.patch
-Patch6: erlang-riak_core-0006-Don-t-threat-warnings-as-errors.patch
+Patch:	erlang-riak_core-0004-Load-cuttlefish-schemas-from-noarch-dir-as-well.patch
+Patch:	erlang-riak_core-0006-Don-t-threat-warnings-as-errors.patch
 # https://github.com/basho/riak_core/pull/639
-Patch7:	erlang-riak_core-0007-Use-poolboy-API-for-stopping-poolboy.patch
-Patch8:	erlang-riak_core-0008-Ignore-completely-reply-value.patch
-Patch9:	erlang-riak_core-0009-Fix-test-with-self-signed-certificates.patch
+Patch:	erlang-riak_core-0007-Use-poolboy-API-for-stopping-poolboy.patch
+Patch:	erlang-riak_core-0008-Ignore-completely-reply-value.patch
+Patch:	erlang-riak_core-0009-Fix-test-with-self-signed-certificates.patch
 BuildRequires:	erlang-basho_stats >= 1.1.0
 BuildRequires:	erlang-clique >= 0.3.12
 BuildRequires:	erlang-cluster_info >= 2.1.0
@@ -43,6 +41,7 @@ BuildRequires:	erlang-mochiweb
 # BuildRequires:	erlang-pbkdf2 >= 2.1.0
 BuildRequires:	erlang-poolboy >= 1.5.2
 BuildRequires:	erlang-rebar3
+BuildRequires:	erlang-rebar3-eqc
 BuildRequires:	erlang-riak_ensemble >= 3.0.10
 BuildRequires:	erlang-riak_sysmon >= 2.2.1
 BuildRequires:	openssl

                 reply	other threads:[~2026-09-06 15:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178870779673.1.7060985412330331001.rpms-erlang-riak_core-dabb58cd466a@fedoraproject.org \
    --to=lemenkov@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox