|
@@ -1,17 +1,18 @@
|
|
Summary: Creates chroot environments for Fedora and CentOS
|
|
Summary: Creates chroot environments for Fedora and CentOS
|
|
Summary(ja): Fedora や CentOS 等の chroot 環境を構築するツール
|
|
Summary(ja): Fedora や CentOS 等の chroot 環境を構築するツール
|
|
Name: rinse
|
|
Name: rinse
|
|
-Version: 1.7
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.9.1
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: Perl
|
|
License: Perl
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
URL: http://xen-tools.org/software/rinse/
|
|
URL: http://xen-tools.org/software/rinse/
|
|
|
|
|
|
-Source: rinse-1.7.tar.gz
|
|
|
|
-Patch0: rinse-1.7-git.patch
|
|
|
|
-Patch1: rinse-1.7-rinseconf.patch
|
|
|
|
|
|
+Source: %{name}-%{version}.tar.gz
|
|
|
|
+Source1: %{name}-1.9.1-new-distro.tar.bz2
|
|
|
|
+Patch1: rinse-1.9.1-rinseconf.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -23,8 +24,7 @@ to testing new tools, and working towards the creation of new Xen guests.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
|
|
-%patch0 -p1
|
|
|
|
|
|
+%setup -q -a 1
|
|
%patch1 -p1
|
|
%patch1 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -51,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man8/*
|
|
%{_mandir}/man8/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Dec 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.1-1
|
|
|
|
+- update to 1.9.1
|
|
|
|
+- update rinse.conf, add source1 to support newer distro
|
|
|
|
+- change buildarch to noarch
|
|
|
|
+
|
|
* Wed Feb 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-2
|
|
* Wed Feb 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-2
|
|
- update from git master (http://gitorious.org/rinse)
|
|
- update from git master (http://gitorious.org/rinse)
|
|
- modify rinse.conf to update mirror urls
|
|
- modify rinse.conf to update mirror urls
|