Perl rpm "provides"
Charles Lane <[email protected]>
| Newsgroups | gmane.linux.hardware.gpib.general |
|---|---|
| Organization | Drexel University Particle Physics |
| Message-ID | <[email protected]> |
The default current build of perl-LinuxGpib
gives Provides:
perl-LinuxGpib = 4.2.0-2.20190107svn1809.fc29
perl-LinuxGpib(x86-64) = 4.2.0-2.20190107svn1809.fc29
but standard Perl rpm provides for modules should be:
perl(LinuxGpib)
Attached (minor!) patch to linux-gpib.spec fixes this,
by adding a BuildRequires for the perl subpackage.
--
Drexel University \V --Chuck Lane
======]---------->-----*------<--------[===========
(215) 895-1545 / \_/*~~~~~ Particle Physics
FAX: (215) 895-1281 [email protected]
_______________________________________________
Linux-gpib-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-gpib-general
linux-gpib.spec.diff
(text/x-patch, 350 B)
--- linux-gpib.spec.orig 2019-03-03 18:49:47.000000000 -0500
+++ linux-gpib.spec 2019-03-13 09:30:43.349567388 -0400
@@ -198,6 +198,7 @@
Requires: perl
Requires: %{name}%{?_isa} = %{version}-%{release}
+BuildRequires: perl-generators
BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test)