This commit is contained in:
parent
8e83027dda
commit
135cdd9fc5
12
net-snmp-5.1.2-snmpconf-selinux.patch
Normal file
12
net-snmp-5.1.2-snmpconf-selinux.patch
Normal 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");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -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
|
Fri Aug 22 16:19:33 CEST 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.4.1
|
Version: 5.4.1
|
||||||
Release: 92
|
Release: 95
|
||||||
#
|
#
|
||||||
License: BSD 3-Clause; X11/MIT
|
License: BSD 3-Clause; X11/MIT
|
||||||
Group: Productivity/Networking/Other
|
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
|
Patch6: net-snmp-5.1.1-pie.patch
|
||||||
Patch7: net-snmp-5.3_vendorperl.patch
|
Patch7: net-snmp-5.3_vendorperl.patch
|
||||||
Patch8: net-snmp-5.4_net-snmp-config_headercheck.patch
|
Patch8: net-snmp-5.4_net-snmp-config_headercheck.patch
|
||||||
|
Patch9: net-snmp-5.1.2-snmpconf-selinux.patch
|
||||||
#
|
#
|
||||||
Summary: SNMP Daemon
|
Summary: SNMP Daemon
|
||||||
|
|
||||||
@ -178,6 +179,7 @@ Authors:
|
|||||||
%patch6
|
%patch6
|
||||||
%patch7
|
%patch7
|
||||||
%patch8
|
%patch8
|
||||||
|
%patch9 -p1
|
||||||
find -name "CVS" -type d | xargs -r %{__rm} -rfv
|
find -name "CVS" -type d | xargs -r %{__rm} -rfv
|
||||||
find -name ".cvsignore" | xargs -r %{__rm} -fv
|
find -name ".cvsignore" | xargs -r %{__rm} -fv
|
||||||
find -name "*.orig" | xargs -r %{__rm} -fv
|
find -name "*.orig" | xargs -r %{__rm} -fv
|
||||||
@ -372,6 +374,8 @@ fi
|
|||||||
%{_bindir}/mib2c-update
|
%{_bindir}/mib2c-update
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 25 2008 prusnak@suse.cz
|
||||||
|
- fixed wrong SELinux context (selinux.patch) [Fate#303662]
|
||||||
* Fri Aug 22 2008 mrueckert@suse.de
|
* Fri Aug 22 2008 mrueckert@suse.de
|
||||||
- fix init scripts
|
- fix init scripts
|
||||||
- use %%fillup_only as we dont launch the daemon per default
|
- use %%fillup_only as we dont launch the daemon per default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user