public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rbm] rawhide: lsb_release tool is now provided by lsb_release package
@ 2026-06-22 8:17
0 siblings, 0 replies; only message in thread
From: @ 2026-06-22 8:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rbm
Branch : rawhide
Commit : d63a0c37825d51ebdb07b0960b06d4a9ccc3ec7e
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-06-22T10:15:56+02:00
Stats : +10/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rbm/c/d63a0c37825d51ebdb07b0960b06d4a9ccc3ec7e?branch=rawhide
Log:
lsb_release tool is now provided by lsb_release package
---
diff --git a/rbm.spec b/rbm.spec
index 7b5c2d1..33a15f4 100644
--- a/rbm.spec
+++ b/rbm.spec
@@ -3,7 +3,7 @@
Name: rbm
Version: 0.4^20241205git%{shortcommit0}
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Reproducible Build Manager
License: CC0-1.0
# A bug tracker is at <https://gitlab.torproject.org/tpo/applications/rbm/>.
@@ -48,7 +48,7 @@ BuildRequires: perl(String::ShellQuote)
BuildRequires: perl(Template)
BuildRequires: perl(warnings)
BuildRequires: perl(YAML::XS)
-# redhat-lsb and other tools are not used at tests
+# lsb_release and other tools are not used at tests
# Tests:
BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
@@ -69,8 +69,11 @@ Requires: hostname
Requires: man-db
Requires: mercurial
Requires: perl(Exporter)
-# redhat-lsb for lsb_release
-Requires: redhat-lsb
+%if 0%{?fedora} < 45
+Requires: redhat_lsb
+%else
+Requires: lsb_release
+%endif
# rpm in default configuration
Requires: rpm
# rpm-build for rpmbuild defined in default configuration
@@ -150,6 +153,9 @@ chmod +x %{buildroot}%{_libexecdir}/%{name}/test
%{_libexecdir}/%{name}
%changelog
+* Mon Jun 22 2026 Petr Pisar <ppisar@redhat.com> - 0.4^20241205gitc6a4095-5
+- lsb_release tool is now provided by lsb_release package (bug #2491000)
+
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.4^20241205gitc6a4095-4
- 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-06-22 8:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 8:17 [rpms/rbm] rawhide: lsb_release tool is now provided by lsb_release package
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox