public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Alien-Brotli] rawhide: Fix building in interactive mode
@ 2026-08-17  9:24 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-17  9:24 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

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

            Log:
            Fix building in interactive mode

Thanks ppisar

---
diff --git a/perl-Alien-Brotli.spec b/perl-Alien-Brotli.spec
index d291b10..5a3e0eb 100644
--- a/perl-Alien-Brotli.spec
+++ b/perl-Alien-Brotli.spec
@@ -3,7 +3,7 @@
 
 Name:           perl-Alien-Brotli
 Version:        0.2.2
-Release:        13%{?dist}
+Release:        14%{?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
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-17  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17  9:24 [rpms/perl-Alien-Brotli] rawhide: Fix building in interactive mode 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox