Browse Source

rebuilt with openssl-1.0.0c

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2500 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 13 years ago
parent
commit
8a7b027b4f
2 changed files with 12 additions and 3 deletions
  1. 8 2
      V/VirtualBox/VirtualBox-vl.spec
  2. 4 1
      p/python3/python3-vl.spec

+ 8 - 2
V/VirtualBox/VirtualBox-vl.spec

@@ -1,5 +1,5 @@
 %define version	3.2.12
-%define release	2%{?_dist_release}
+%define release	3%{?_dist_release}
 
 %define kname	vboxdrv
 %define oname	VirtualBox
@@ -35,6 +35,7 @@ Url:		http://www.virtualbox.org/
 
 Source0:	http://download.virtualbox.org/virtualbox/%ver/%{srcname}.tar.bz2
 Source2:	virtualbox.init.vine
+Source3:	vboxadd-timesync.vine
 Source4:	60-vboxadd.perms
 Source10:	VirtualBox.png
 Patch2:		VirtualBox-1.5.6_OSE-kernelrelease.patch
@@ -288,7 +289,8 @@ EOF
 # install additions
 %if %{build_additions}
 mkdir -p %{buildroot}%{_datadir}/hal/fdi/policy/20thirdparty
-install -m755 src/VBox/Additions/linux/installer/vboxadd-service.sh %{buildroot}%{_initrddir}/vboxadd-timesync
+#install -m755 src/VBox/Additions/linux/installer/vboxadd-service.sh %{buildroot}%{_initrddir}/vboxadd-timesync
+install -m755 %SOURCE3 %{buildroot}%{_initrddir}/vboxadd-timesync
 #install -m755 src/VBox/Additions/x11/Installer/VBoxRandR.sh %{buildroot}%{_bindir}/VBoxRandR
 install -m755 src/VBox/Additions/linux/installer/90-vboxguest.fdi %{buildroot}%{_datadir}/hal/fdi/policy/20thirdparty/90-vboxguest.fdi
 mkdir -p %{buildroot}%{_sysconfdir}/udev/rules.d/
@@ -512,6 +514,10 @@ set -x
 
 
 %changelog
+* Fri Jan 14 2011 Shu KONNO <owa@bg.wakwak.com> 3.2.12-3
+- rebuilt with openssl-1.0.0c
+- added vboxadd-timesync.vine instead of vboxadd-service.sh
+
 * Sat Dec 04 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.12-2
 - add BR: pam-devel
 - rebuild with python-2.6

+ 4 - 1
p/python3/python3-vl.spec

@@ -7,7 +7,7 @@ Summary: An interpreted, interactive, object-oriented programming language.
 Summary(ja): オブジェクト指向 Python3 インタプリタ
 Name: python3
 Version: %{pybasever}.3
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: Modified CNRI Open Source License
 Group: Development/Languages
 URL: http://www.python.org/download/releases/%{version}
@@ -280,6 +280,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 14 2011 Shu KONNO <owa@bg.wakwak.com> 3.1.3-2
+- rebuilt with openssl-1.0.0c
+
 * Mon Nov 29 2010 Shu KONNO <owa@bg.wakwak.com> 3.1.3-1
 - updated python to 3.1.3
 - added python-3.1.3-locale.patch