OBS User unknown 2008-08-26 00:17:38 +00:00 committed by Git OBS Bridge
parent 8e83027dda
commit 135cdd9fc5
3 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,12 @@
https://bugzilla.redhat.com/show_bug.cgi?id=248329
--- net-snmp-5.1.2/local/snmpconf
+++ net-snmp-5.1.2/local/snmpconf
@@ -585,6 +585,7 @@
}
}
close(O);
+ system("restorecon $outputf");
}
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 25 11:53:31 CEST 2008 - prusnak@suse.cz
- fixed wrong SELinux context (selinux.patch) [Fate#303662]
-------------------------------------------------------------------
Fri Aug 22 16:19:33 CEST 2008 - mrueckert@suse.de

View File

@ -20,7 +20,7 @@
Name: net-snmp
Version: 5.4.1
Release: 92
Release: 95
#
License: BSD 3-Clause; X11/MIT
Group: Productivity/Networking/Other
@ -63,6 +63,7 @@ Patch5: net-snmp-5.2.1.testing.empty_arptable.patch
Patch6: net-snmp-5.1.1-pie.patch
Patch7: net-snmp-5.3_vendorperl.patch
Patch8: net-snmp-5.4_net-snmp-config_headercheck.patch
Patch9: net-snmp-5.1.2-snmpconf-selinux.patch
#
Summary: SNMP Daemon
@ -178,6 +179,7 @@ Authors:
%patch6
%patch7
%patch8
%patch9 -p1
find -name "CVS" -type d | xargs -r %{__rm} -rfv
find -name ".cvsignore" | xargs -r %{__rm} -fv
find -name "*.orig" | xargs -r %{__rm} -fv
@ -372,6 +374,8 @@ fi
%{_bindir}/mib2c-update
%changelog
* Mon Aug 25 2008 prusnak@suse.cz
- fixed wrong SELinux context (selinux.patch) [Fate#303662]
* Fri Aug 22 2008 mrueckert@suse.de
- fix init scripts
- use %%fillup_only as we dont launch the daemon per default