public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/rbm] rawhide: lsb_release tool is now provided by lsb_release package
Date: Mon, 22 Jun 2026 08:17:42 GMT [thread overview]
Message-ID: <178211626250.1.2757316836502549991.rpms-rbm-d63a0c37825d@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-22 8:17 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=178211626250.1.2757316836502549991.rpms-rbm-d63a0c37825d@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