public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/parallel] epel10: Merge branch 'rawhide' into epel10
Date: Mon, 31 Aug 2026 19:10:21 GMT	[thread overview]
Message-ID: <178820342111.1.4645344371336024990.rpms-parallel-9b609192523e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/parallel
Branch : epel10
Commit : 9b609192523e77232cdeaea2db8d4c39551465ed
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-31T16:10:06-03:00
Stats  : +14/-21 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/parallel/c/9b609192523e77232cdeaea2db8d4c39551465ed?branch=epel10

Log:
Merge branch 'rawhide' into epel10

---
diff --git a/.packit.yaml b/.packit.yaml
index a7925c5..567e4ae 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -9,20 +9,11 @@ jobs:
   - job: pull_from_upstream
     trigger: release
     dist_git_branches:
-      - epel-all
-      - fedora-all
+      - fedora-rawhide
 
   - job: koji_build
     trigger: commit
     allowed_committers: ['packit','all_admins']
     dist_git_branches:
-      - epel-all
-      - fedora-all
-
-  - job: bodhi_update
-    trigger: commit
-    allowed_builders: ['packit','all_users']
-    dist_git_branches:
-      - fedora-branched
-      - epel-branched
+      - fedora-rawhide
 

diff --git a/README.packit b/README.packit
index 173195e..72ae4cd 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
 This repository is maintained by packit.
 https://packit.dev/
-The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b.
+The file was generated using packit 1.16.2.post1.dev18+g099fa292c.

diff --git a/parallel.spec b/parallel.spec
index 8f54348..8a417c8 100644
--- a/parallel.spec
+++ b/parallel.spec
@@ -1,9 +1,8 @@
 Name:           parallel
 Summary:        Shell tool for executing jobs in parallel
-Version:        20260722
+Version:        20260822
 Release:        %autorelease
-# Automatically converted from old format: GFDL and GPLv3+ - review is highly recommended.
-License:        LicenseRef-Callaway-GFDL AND GPL-3.0-or-later
+License:        GPL-3.0-or-later AND GFDL-1.3-or-later
 URL:            https://www.gnu.org/software/parallel/
 Source0:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2
 Source1:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2.sig
@@ -13,13 +12,14 @@ BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  make
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
 BuildRequires:  perl-podlators
 BuildRequires:  perl(FileHandle)
 BuildRequires:  sed
 # for gpg verification
-BuildRequires: gnupg2
+BuildRequires:  gnupg2
 
-%define __requires_exclude sh$
+%global __requires_exclude sh$
 
 # Due to a naming conflict, both packages cannot be installed in parallel
 # To prevent user confusion, GNU parallel is installed in a compatibility
@@ -48,8 +48,7 @@ additional features.
 %prep
 %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
 %autosetup
-# Replace shebang by replacing "env" by removing "env ".
-# FIXME: this is quite a hack
+# Fix shebangs in env_parallel scripts to use direct interpreter paths instead of env
 sed -i '1s:/env :/:' src/env_parallel.*
 
 %build
@@ -61,6 +60,9 @@ autoreconf -ivf
 %make_install
 rm -vrf %{buildroot}%{_pkgdocdir}
 
+%check
+%{buildroot}%{_bindir}/parallel --version
+
 %files
 %license LICENSES/GPL-3.0-or-later.txt LICENSES/GFDL-1.3-or-later.txt
 %doc README NEWS

diff --git a/sources b/sources
index 7ed8c70..a1cff5f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (parallel-20260722.tar.bz2) = d25139f6afa0ed5571845499e5e57b8dec314263981b7bbf729b9d58f155d9a1e842b410af37ad37c9cca52f9c7e15c54a124a16731b75bf37dfe7077d70c1ea
-SHA512 (parallel-20260722.tar.bz2.sig) = 265270032807992a6be55296a233c73d19f9f3a9dabe3a0c6a253ff98cdc267e441abd9b8b8a522d6aa45d39caacb80749d7b46fe8c6f22c9aa6bf4b06adfccb
+SHA512 (parallel-20260822.tar.bz2) = 48dbd81d90ef51293709b79310a81cf6a0dda8ccaa0d95cf7031ff9501db658951ce7a303e192cb3ed14fb1c72894bfe243426a8f465406141d470a486aab9cc
+SHA512 (parallel-20260822.tar.bz2.sig) = be2323364ee5615adc07dda70c2e931500da98f1cb19b5c7ec31fcaf1b556a16f6b9d92dbc569c5d3ebd267a1bf661a7fd896a8e8538ffd5fc1d3ec7d225b2da

                 reply	other threads:[~2026-08-31 19:10 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=178820342111.1.4645344371336024990.rpms-parallel-9b609192523e@fedoraproject.org \
    --to=rosset.filipe@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