- do not install rarpd and rarpd.8 manpage (comes from rarpd rpm currently)

OBS-URL: https://build.opensuse.org/package/show/network:utilities/iputils?expand=0&rev=43
This commit is contained in:
Marcus Meissner 2016-05-24 09:29:10 +00:00 committed by Git OBS Bridge
parent 4dcafed830
commit 703938bc79
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 24 09:28:43 UTC 2016 - meissner@suse.com
- do not install rarpd and rarpd.8 manpage (comes from rarpd rpm currently)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 17 16:15:24 UTC 2016 - mchandras@suse.de Tue May 17 16:15:24 UTC 2016 - mchandras@suse.de

View File

@ -20,7 +20,6 @@ Name: iputils
BuildRequires: docbook_3 BuildRequires: docbook_3
BuildRequires: iso_ent BuildRequires: iso_ent
BuildRequires: libcap-devel BuildRequires: libcap-devel
BuildRequires: libidn-devel
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: opensp BuildRequires: opensp
BuildRequires: perl-SGMLS BuildRequires: perl-SGMLS
@ -85,7 +84,7 @@ install rdisc $RPM_BUILD_ROOT/%{_sbindir}/in.rdisc
install tracepath $RPM_BUILD_ROOT/%{_bindir} install tracepath $RPM_BUILD_ROOT/%{_bindir}
install tracepath6 $RPM_BUILD_ROOT/%{_bindir} install tracepath6 $RPM_BUILD_ROOT/%{_bindir}
install ping $RPM_BUILD_ROOT/%{_bindir} install ping $RPM_BUILD_ROOT/%{_bindir}
install rarpd $RPM_BUILD_ROOT/%{_bindir} #install rarpd $RPM_BUILD_ROOT/%{_bindir}
#UsrMerge #UsrMerge
# We still have reverse dependencies using /sbin/* or /bin/* # We still have reverse dependencies using /sbin/* or /bin/*
# so keep these symlinks for now. They are slowly being fixed # so keep these symlinks for now. They are slowly being fixed
@ -101,7 +100,7 @@ ln -sf %{_bindir}/ping $RPM_BUILD_ROOT/bin
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
# Remove conflicting manpages # Remove conflicting manpages
rm doc/tftpd* doc/traceroute* rm doc/tftpd* doc/traceroute* doc/rarpd*
# Install the rest # Install the rest
install -m 644 doc/*.8 $RPM_BUILD_ROOT%_mandir/man8/ install -m 644 doc/*.8 $RPM_BUILD_ROOT%_mandir/man8/