From 8ff6987fceaf2cab2936149d2cf92fad107fbf1ebce503ead51e6928550d8423 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 30 Apr 2018 05:38:13 +0000 Subject: [PATCH] Accepting request 602109 from home:StefanBruens:branches:Base:System - Disable floppyd support. Floppyd is a daemon allowing remote X clients to access floppies attached to e.g. thin clients. As it uses X authentication, it pulls in X libraries. OBS-URL: https://build.opensuse.org/request/show/602109 OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=43 --- mtools.changes | 7 +++++++ mtools.spec | 24 ++---------------------- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/mtools.changes b/mtools.changes index e4b1c1d..3dd22a5 100644 --- a/mtools.changes +++ b/mtools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 27 17:31:13 UTC 2018 - stefan.bruens@rwth-aachen.de + +- Disable floppyd support. Floppyd is a daemon allowing remote X + clients to access floppies attached to e.g. thin clients. As it + uses X authentication, it pulls in X libraries. + ------------------------------------------------------------------- Tue Feb 13 18:59:51 UTC 2018 - crrodriguez@opensuse.org diff --git a/mtools.spec b/mtools.spec index 8fbb93b..d572597 100644 --- a/mtools.spec +++ b/mtools.spec @@ -34,17 +34,11 @@ Patch5: %{name}-%{version}-prototypes.diff BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool -BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xau) Requires(pre): %{install_info_prereq} Requires: glibc-locale BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} > 1220 BuildRequires: makeinfo BuildRequires: texinfo -%else -BuildRequires: texlive-latex -%endif %description Mtools allows uncomplicated access to an MS-DOS file system on disk @@ -53,16 +47,6 @@ files: mdir, mcd, mcopy, and mformat. XDF support for OS/2 is also provided. -%package floppyd -Summary: Floppy daemon for remote access to floppy drive -License: GPL-3.0+ -Group: System/Filesystems - -%description floppyd -Floppyd is used as a server to grant access to the floppy drive to -clients running on a remote machine, just as an X server grants access -to the display to remote clients. - %package doc Summary: Access Files on an MS-DOS File System License: GPL-3.0+ and GFDL-1.3 @@ -87,7 +71,8 @@ XDF support for OS/2 is also provided. %build autoreconf -fi %configure \ - --includedir=%{_prefix}/src/linux/include + --includedir=%{_prefix}/src/linux/include \ + --disable-floppyd make %{?_smp_mflags} all info pdf @@ -112,11 +97,6 @@ cp -p mtools.conf %{buildroot}%{_sysconfdir} %{_bindir}/* %exclude %{_bindir}/f* -%files floppyd -%defattr(-,root,root) -%doc %{_mandir}/man?*/f* -%{_bindir}/f* - %files doc %defattr(-,root,root) %doc *.pdf