public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Alien-Brotli] f44: Fix building in interactive mode
Date: Mon, 17 Aug 2026 10:10:45 GMT	[thread overview]
Message-ID: <178696144530.1.5208728305532431958.rpms-perl-Alien-Brotli-8f1ce1638ee0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/perl-Alien-Brotli
            Branch : f44
            Commit : 8f1ce1638ee0bb4f96bd4a3661de5e6773b234f9
            Author : Michal Josef Špaček <mspacek@redhat.com>
            Date   : 2026-08-17T11:57:11+02:00
            Stats  : +5/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-Alien-Brotli/c/8f1ce1638ee0bb4f96bd4a3661de5e6773b234f9?branch=f44

            Log:
            Fix building in interactive mode

Thanks ppisar

---
diff --git a/perl-Alien-Brotli.spec b/perl-Alien-Brotli.spec
index 70adf02..89492e7 100644
--- a/perl-Alien-Brotli.spec
+++ b/perl-Alien-Brotli.spec
@@ -3,7 +3,7 @@
 
 Name:           perl-Alien-Brotli
 Version:        0.2.2
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Find and install the Brotli compressor
 License:        MIT
 URL:            http://metacpan.org/dist/Alien-Brotli
@@ -82,7 +82,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 %install
 %{make_install}
 # Remove alienfile
-rm %{buildroot}%{perl_vendorarch}/auto/share/dist/Alien-Brotli/_alien/alienfile
+rm -f %{buildroot}%{perl_vendorarch}/auto/share/dist/Alien-Brotli/_alien/alienfile
 # Install tests
 mkdir -p %{buildroot}%{_libexecdir}/%{name}
 cp -a t %{buildroot}%{_libexecdir}/%{name}
@@ -110,6 +110,9 @@ make test
 %{_libexecdir}/%{name}
 
 %changelog
+* Mon Aug 17 2026 Michal Josef Špaček <mspacek@redhat.com> - 0.2.2-14
+- Fix building in interactive mode. Thanks ppisar
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

                 reply	other threads:[~2026-08-17 10: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=178696144530.1.5208728305532431958.rpms-perl-Alien-Brotli-8f1ce1638ee0@fedoraproject.org \
    --to=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