Browse Source

setup: rebase to 2.9.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8720 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 9 years ago
parent
commit
dcf7377a9a
1 changed files with 8 additions and 6 deletions
  1. 8 6
      s/setup/setup-vl.spec

+ 8 - 6
s/setup/setup-vl.spec

@@ -1,14 +1,14 @@
 Summary: A set of system configuration and setup files.
 Summary(ja): システム設定およびセットアップファイル一式
 Name: setup
-Version: 2.8.31
+Version: 2.9.0
 Release: 1%{?_dist_release}
 License: Public Domain
 Group: System Environment/Base
 URL: https://fedorahosted.org/setup/
 
-Source: setup-%{version}.tar.bz2
-Patch: setup-2.8.1-vine.patch
+# use our forked version
+Source: setup-vine-%{version}.tar.bz2
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
@@ -23,8 +23,7 @@ setup files, such as passwd, group, and profile.
 重要なシステム設定ファイルが含まれてます。
 
 %prep
-%setup -q
-%patch -p1
+%setup -q -n %{name}-vine-%{version}
 ./shadowconvert.sh
 
 %install
@@ -91,6 +90,9 @@ end
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
 
 %changelog
+* Wed Jul 02 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.9.0-1
+- rebase to 2.9.0
+
 * Thu Apr 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.31-1
 - update to 2.8.31
 - use <lua> for post scriptlet 
@@ -307,7 +309,7 @@ end
 * Wed Feb 16 2000 Bill Nottingham <notting@redhat.com>
 - don't set prompt in /etc/profile (it's done in /etc/bashrc)
 
-* Fri Feb  5 2000 Bill Nottingham <notting@redhat.com>
+* Sat Feb  5 2000 Bill Nottingham <notting@redhat.com>
 - yet more inputrc tweaks from Hans de Goede (hans@highrise.nl)
 
 * Sun Jan 30 2000 Bill Nottingham <notting@redhat.com>