Browse code

Change config file properties for iptables script

Change-Id: I75431d8c9e5a4efbbfcaa8a0f102c1b30dc5a171
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1341
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: suezzelur <anishs@vmware.com>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1347
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>

suezzelur authored on 2016/08/31 03:37:17
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	Linux kernel packet control tool
2 2
 Name:		iptables
3 3
 Version:	1.6.0
4
-Release:	4%{?dist}
4
+Release:	5%{?dist}
5 5
 License:	GPLv2+
6 6
 URL:		http://www.netfilter.org/projects/iptables
7 7
 Group:		System Environment/Security
... ...
@@ -72,7 +72,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
72 72
 rm -rf %{buildroot}/*
73 73
 %files
74 74
 %defattr(-,root,root)
75
-/etc/systemd/scripts/iptables
75
+%config(noreplace) /etc/systemd/scripts/iptables
76 76
 /lib/systemd/system/iptables.service
77 77
 /sbin/*
78 78
 %{_bindir}/*
... ...
@@ -85,8 +85,10 @@ rm -rf %{buildroot}/*
85 85
 %{_mandir}/man3/*
86 86
 %{_mandir}/man8/*
87 87
 %changelog
88
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.6.0-4
89
--	GA - Bump release of all rpms
88
+*   Tue Aug 30 2016 Anish Swaminathan <anishs@vmware.com> 1.6.0-5
89
+-   Change config file properties for iptables script
90
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.6.0-4
91
+-   GA - Bump release of all rpms
90 92
 *   Thu May 05 2016 Kumar Kaushik <kaushikk@vmware.com> 1.6.0-3
91 93
 -   Adding package support in pre/post/un scripts section.
92 94
 *   Thu Apr 21 2016 Divya Thaluru <dthaluru@vmware.com> 1.6.0-2
... ...
@@ -98,5 +100,5 @@ rm -rf %{buildroot}/*
98 98
 -   Use systemctl to enable/disable service.
99 99
 *   Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 1.4.21-2
100 100
 -   Updated group.
101
-*	Fri Oct 10 2014 Divya Thaluru <dthaluru@vmware.com> 1.4.21-1
102
--	Initial build.	First version
101
+*   Fri Oct 10 2014 Divya Thaluru <dthaluru@vmware.com> 1.4.21-1
102
+-   Initial build.	First version