Browse Source

rebuild with rpm-4.8.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3748 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
4dbefd9dc8
1 changed files with 12 additions and 5 deletions
  1. 12 5
      d/dump/dump-vl.spec

+ 12 - 5
d/dump/dump-vl.spec

@@ -6,7 +6,7 @@ Summary: Programs for backing up and restoring ext2/ext3 filesystems.
 Summary(ja): ext2/ext3 ファイルシステムをバックアップ/リストアするプログラム
 Name: dump
 Version: 0.4b41
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: BSD
 Group: Applications/Archiving
 URL: http://dump.sourceforge.net
@@ -18,12 +18,15 @@ Patch1: dump-dmfix.patch
 
 BuildRoot: %{_tmppath}/%{name}-root
 
-BuildPrereq: libtermcap-devel
-BuildPrereq: e2fsprogs-devel >= 1.18, readline-devel >= 4.1
-BuildPrereq: zlib-devel, device-mapper-devel
+BuildRequires: libtermcap-devel
+BuildRequires: e2fsprogs-devel >= 1.18, readline-devel >= 4.1
+BuildRequires: zlib-devel, device-mapper-devel
+BuildRequires: libblkid-devel
+BuildRequires: libuuid-devel
+BuildRequires: bzip2-devel
 # This Prereq is now required because we only ship static binaries, and
 # need to ensure the "disk" group is created before installation (#60461)
-Prereq: setup
+Requires(pre): setup
 Requires: rmt
 Obsoletes: dump-static
 #Provides: dump-static
@@ -135,6 +138,10 @@ rm -rf %{buildroot}
 %{_mandir}/man8/rmt.*
 
 %changelog
+* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4b41-3
+- rebuild with rpm-4.8.1
+- add BuildRequires: libblkid-devel, libuuid-devel, bzip2-devel
+
 * Mon Jun 22 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.4b41-2
 - spec in UTF-8
 - change configure option to --disable-static