[iodine] Add Requires: net-tools (bz#922225) for server package.

Pavel Alexeev hubbitus at fedoraproject.org
Sun Apr 14 14:13:28 UTC 2013


commit bfc5545f948fb3c4832cb86ce47a08c0d332c0e6
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Sun Apr 14 18:13:17 2013 +0400

    Add Requires: net-tools (bz#922225) for server package.

 iodine.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/iodine.spec b/iodine.spec
index fe3ea48..4c1647d 100644
--- a/iodine.spec
+++ b/iodine.spec
@@ -2,7 +2,7 @@
 
 Name:		iodine
 Version:		0.6.0
-Release:		0.rc1.9%{?dist}.2
+Release:		0.rc1.10%{?dist}
 Summary:		Solution to tunnel IPv4 data through a DNS server
 Summary(ru):	Решение для туннелирования IPv4 трафика через DNS сервер
 Group:		System Environment/Daemons
@@ -103,6 +103,8 @@ Requires(postun):	systemd-units
 # is not valid. We can use %%post because this particular %%triggerun script
 # should fire just after this package is installed.
 Requires(post):	systemd-sysv
+# /sbin/ifconfig and /sbin/route (bz#922225)
+Requires:		net-tools
 
 %description server
 This is the server part of iodine solution.
@@ -264,6 +266,9 @@ fi
 %{_unitdir}/%{name}-server.service
 
 %changelog
+* Sun Apr 14 2013 Pavel Alexeev <Pahan at Hubbitus.info> - 0.6.0-0.rc1.10
+- Add Requires: net-tools (bz#922225) for server package.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.0-0.rc1.9.2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list