rpms/net-snmp/devel net-snmp.spec,1.161,1.162

Jan Šafránek jsafrane at fedoraproject.org
Fri Sep 26 13:40:33 UTC 2008


Author: jsafrane

Update of /cvs/pkgs/rpms/net-snmp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30366

Modified Files:
	net-snmp.spec 
Log Message:
further tune up the distribution of files among subpackages and dependencies
Resolves: #462484


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- net-snmp.spec	26 Sep 2008 10:48:04 -0000	1.161
+++ net-snmp.spec	26 Sep 2008 13:40:02 -0000	1.162
@@ -8,7 +8,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 
 License: BSD and MIT
@@ -79,7 +79,7 @@
 %package utils
 Group: Applications/System
 Summary: Network management utilities using SNMP, from the NET-SNMP project
-Requires: %{name} = %{epoch}:%{version}
+Requires: %{name}-libs = %{epoch}:%{version}
 
 %description utils
 The net-snmp-utils package contains various utilities for use with the
@@ -92,7 +92,7 @@
 %package devel
 Group: Development/Libraries
 Summary: The development environment for the NET-SNMP project
-Requires: %{name} = %{epoch}:%{version}
+Requires: %{name}-libs = %{epoch}:%{version}
 Requires: elfutils-devel, rpm-devel, elfutils-libelf-devel, openssl-devel
 %if %{tcp_wrappers}
 Requires: tcp_wrappers-devel
@@ -114,7 +114,7 @@
 %package perl
 Group: Development/Libraries
 Summary: The perl NET-SNMP module and the mib2c tool
-Requires: %{name} = %{epoch}:%{version}, perl >= 5
+Requires: %{name}-libs = %{epoch}:%{version}, perl >= 5
 BuildRequires: perl >= 5
 
 %description perl
@@ -362,7 +362,8 @@
 %{_bindir}/ipf-mod.pl
 %{_bindir}/snmpconf
 %{_sbindir}/*
-%attr(0644,root,root)	%{_mandir}/man[58]/snmp*
+%attr(0644,root,root)	%{_mandir}/man[58]/snmp*d*
+%attr(0644,root,root)	%{_mandir}/man5/snmp_config.5.gz
 %attr(0644,root,root)	%{_mandir}/man5/variables*
 %{_datadir}/snmp/snmpconf-data
 
@@ -372,6 +373,8 @@
 %{_bindir}/snmp[^c]*
 %attr(0644,root,root)	%{_mandir}/man1/snmp*.1*
 %attr(0644,root,root)	%{_mandir}/man1/encode_keychange*.1*
+%attr(0644,root,root)	%{_mandir}/man5/snmp.conf.5.gz
+%attr(0644,root,root)	%{_mandir}/man5/variables.5.gz
 
 
 %files devel
@@ -410,6 +413,10 @@
 %{_datadir}/snmp/mibs
 
 %changelog
+* Fri Sep 26 2008 Jan Safranek <jsafranek at redhat.com> 5.4.2-3
+- further tune up the distribution of files among subpackages
+  and dependencies
+
 * Fri Sep 26 2008 Jan Safranek <jsafranek at redhat.com> 5.4.2-2
 - redistribute the perl scripts to the net-snmp package,
   net-snmp-utils doesn't depend on perl now (#462484)




More information about the fedora-extras-commits mailing list