public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Alien-Brotli] f44: Fix building in interactive mode
@ 2026-08-17 10:10
0 siblings, 0 replies; only message in thread
From: @ 2026-08-17 10:10 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-17 10:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 10:10 [rpms/perl-Alien-Brotli] f44: 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