diff --git a/udftools.spec b/udftools.spec index 52f34aa..199fa38 100644 --- a/udftools.spec +++ b/udftools.spec @@ -1,7 +1,7 @@ Summary: Linux UDF Filesystem userspace utilities Name: udftools Version: 1.0.0b3 -Release: 19%{?dist} +Release: 20%{?dist} License: GPLv2+ Group: Applications/Archiving URL: http://sourceforge.net/projects/linux-udf/ @@ -48,12 +48,17 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %files %doc AUTHORS ChangeLog COPYING %{_bindir}/* +#udffsck does nothing (in version 1.0.0b3), do not package +%exclude %{_bindir}/udffsck %exclude %{_libdir}/libudffs.a %exclude %{_libdir}/libudffs.la %{_mandir}/man?/* %changelog +* Fri Apr 05 2013 Frantisek Kluknavsky - 1.0.0b3-20 +- udffsck is an empty placeholder, erased + * Mon Mar 25 2013 Harald Hoyer 1.0.0b3-19 - run autoreconf to support aarch64 architecture Resolves: rhbz#926671