diff --git a/zisofs-tools.changes b/zisofs-tools.changes index 5263579..95a3aa3 100644 --- a/zisofs-tools.changes +++ b/zisofs-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 6 12:43:15 UTC 2013 - mhrusecky@suse.com + +- require /usr/bin/mkisofs instead of mkisofs package + ------------------------------------------------------------------- Sat Oct 30 20:26:46 UTC 2010 - jengelh@medozas.de diff --git a/zisofs-tools.spec b/zisofs-tools.spec index e53fd13..87e1fa5 100644 --- a/zisofs-tools.spec +++ b/zisofs-tools.spec @@ -1,7 +1,7 @@ # -# spec file for package zisofs-tools (Version 1.0.8) +# spec file for package zisofs-tools # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,19 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: zisofs-tools BuildRequires: zlib-devel Url: ftp://ftp.kernel.org/pub/linux/utils/fs/zisofs/ +Requires: /usr/bin/mkisofs +Version: 1.0.8 +Release: 0 +Summary: User tools for zisofs License: GPL-2.0+ Group: System/Filesystems -Requires: mkisofs -AutoReqProv: on -Version: 1.0.8 -Release: 6 -Summary: User tools for zisofs Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build