- move the perl(:MODULE_COMPAT_5.10.x) require to net-snmp-libs
This commit is contained in:
parent
7c87463532
commit
9b0d5a064e
@ -11,7 +11,7 @@
|
|||||||
Summary: A collection of SNMP protocol tools and libraries
|
Summary: A collection of SNMP protocol tools and libraries
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.5
|
Version: 5.5
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
@ -41,7 +41,6 @@ Requires(preun): initscripts
|
|||||||
# for /bin/rm
|
# for /bin/rm
|
||||||
Requires(preun): coreutils
|
Requires(preun): coreutils
|
||||||
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: openssl-devel, bzip2-devel, elfutils-devel
|
BuildRequires: openssl-devel, bzip2-devel, elfutils-devel
|
||||||
BuildRequires: libselinux-devel, elfutils-libelf-devel, rpm-devel
|
BuildRequires: libselinux-devel, elfutils-libelf-devel, rpm-devel
|
||||||
@ -406,6 +405,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/snmp/mibs/*
|
%{_datadir}/snmp/mibs/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 12 2010 Stepan Kasal <skasal@redhat.com> - 1:5.5-11
|
||||||
|
- move the perl(:MODULE_COMPAT_5.10.x) require to net-snmp-libs
|
||||||
|
|
||||||
* Tue Jan 12 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-10
|
* Tue Jan 12 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-10
|
||||||
- document various legacy options in this spec file
|
- document various legacy options in this spec file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user