|
@@ -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
|