Browse Source

dosfstools-4.0-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10355 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
0d4c00f070
1 changed files with 5 additions and 2 deletions
  1. 5 2
      d/dosfstools/dosfstools-vl.spec

+ 5 - 2
d/dosfstools/dosfstools-vl.spec

@@ -2,7 +2,7 @@ Name: dosfstools
 Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
 Summary(ja): LinuxでMS-DOS FAT filesystemsを作成/チェックするユーティリティ
 Version: 4.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: GPLv3+
 Group: Applications/System
@@ -32,7 +32,7 @@ dosfstools パッケージには mkdosfs と dosfsck のユーティリティが
 %build
 autoreconf -i
 CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
-%configure --sbindir=/sbin
+%configure --sbindir=/sbin --enable-compat-symlinks
 make %{?_smp_mflags}
 
 %install
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/*
 
 %changelog
+* Sat Jun  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0-2
+- added symbolic links for compatibility.
+
 * Sat Jun  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0-1
 - updated to 4.0.