rpms/net-snmp/devel net-snmp.spec, 1.181, 1.182 ucd-snmp-4.2.4.pre3-mnttab.patch, 1.2, NONE

Jan Šafránek jsafrane at fedoraproject.org
Wed Jul 1 12:59:46 UTC 2009


Author: jsafrane

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

Modified Files:
	net-snmp.spec 
Removed Files:
	ucd-snmp-4.2.4.pre3-mnttab.patch 
Log Message:
remove ucd-snmp-4.2.4.pre3-mnttab.patch, the configure check in current code should catch /etc/mtab automatically


Index: net-snmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/net-snmp/devel/net-snmp.spec,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -p -r1.181 -r1.182
--- net-snmp.spec	1 Jul 2009 11:03:31 -0000	1.181
+++ net-snmp.spec	1 Jul 2009 12:59:46 -0000	1.182
@@ -8,7 +8,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: %{major_ver}
-Release: 12%{?dist}
+Release: 13%{?dist}
 Epoch: 1
 
 License: BSD and MIT
@@ -24,7 +24,6 @@ Source6: net-snmp-config.h
 Source7: net-snmp-config
 Source8: net-snmp-trapd.redhat.conf
 Source9: net-snmpd.sysconfig
-Patch1: ucd-snmp-4.2.4.pre3-mnttab.patch
 Patch4: net-snmp-5.4.1-pie.patch
 Patch5: net-snmp-5.1.2-dir-fix.patch
 Patch6: net-snmp-5.2.1-file_offset.patch
@@ -159,7 +158,8 @@ Net-SNMP toolkit library.
 
 %prep
 %setup -q -n %{name}-%{major_ver}
-%patch1 -p1 -b .mnttab
+# TODO: check, there is /etc/mtab in net-snmp-config.h on all architectures
+# %patch1 -p1 -b .mnttab
 
 %ifnarch ia64
 %patch4 -p1 -b .pie
@@ -423,6 +423,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/snmp/mibs
 
 %changelog
+* Wed Jul  1 2009 Jan Safranek <jsafranek at redhat.com> 5.4.2.1-13
+- package cleanup, remove unnecessary patches
+
 * Wed Jul  1 2009 Jan Safranek <jsafranek at redhat.com> 5.4.2.1-12
 - make the default configuration less noisy, i.e. do not print "Connection from
   UDP:" and "Received SNMP packet(s) from UDP:" messages on each connection.


--- ucd-snmp-4.2.4.pre3-mnttab.patch DELETED ---




More information about the fedora-extras-commits mailing list