Browse Source

rpm: add xz dependency

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2450 ec354946-7b23-47d6-9f5a-488ba84defc7
iwamoto 14 years ago
parent
commit
24a96a0b31
1 changed files with 7 additions and 2 deletions
  1. 7 2
      r/rpm/rpm-vl.spec

+ 7 - 2
r/rpm/rpm-vl.spec

@@ -25,7 +25,7 @@ Summary(ja): RPM パッケージ管理システム
 Name: rpm
 Version: 4.8.1
 %{expand: %%define rpm_version %{version}}
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 Group: System Environment/Base
 License: GPL
 
@@ -99,6 +99,7 @@ BuildRequires: libcap-devel
 BuildRequires: libacl-devel
 BuildRequires: nss-devel
 BuildRequires: db4-devel >= 4.8
+BuildRequires: xz-devel
 
 %if %{with_python_subpackage}
 BuildRequires: python-devel >= %{with_python_version}
@@ -169,7 +170,7 @@ Provides: rpmbuild(VendorConfig) = 4.1-1
 Requires: rpm = %{rpm_version}-%{release}
 Requires: elfutils, binutils
 Requires: findutils, sed, grep, gawk, diffutils, file, patch >= 2.5
-Requires: zip, gzip, bzip2, cpio, tar
+Requires: zip, gzip, bzip2, cpio, tar, xz
 
 %description build
 The rpm-build package contains the scripts and executable programs
@@ -548,6 +549,10 @@ exit 0
 
 
 %changelog
+* Thu Jan  6 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.8.1-2
+- add R: xz into rpm-build pkg
+- add BR: xz-devel
+
 * Sun Sep 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 4.8.1-1
 - update to 4.8.1
 - add patch1320 to force gpg v3 signature on package signing