File project.diff of Package tunctl
--- tunctl.changes.orig
+++ tunctl.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jan 8 15:38:09 UTC 2018 - aplanas@suse.com
+
+- Disable manual generation (CentOS_7)
+
+-------------------------------------------------------------------
Mon May 12 14:08:15 UTC 2014 - tchvatal@suse.com
- Remove pointless commented lines.
--- tunctl.spec.orig
+++ tunctl.spec
@@ -1,7 +1,7 @@
#
# spec file for package tunctl
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@ Name: tunctl
Version: 1.5
Release: 0
Summary: Create and remove virtual network interfaces
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/Management
Url: http://tunctl.sourceforge.net/
Source0: http://sourceforge.net/projects/tunctl/files/tunctl/%{version}/%{name}-%{version}.tar.gz
Patch0: %{name}-%{version}-install-manpage-noexec.patch
-BuildRequires: docbook-utils-minimal
+Patch1: disable-man.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -39,7 +39,7 @@ tunctl originates from the User Mode Lin
%prep
%setup -q
-%patch0
+%patch1 -p1
%build
make CFLAGS="%{optflags}" %{?_smp_mflags}
@@ -52,7 +52,6 @@ install -m 0644 ChangeLog %{buildroot}/%
%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}
-%doc %{_mandir}/man8/%{name}.8*
%attr(0755,root,root) /sbin/tunctl
%changelog