rpms/partimage/F-11 .cvsignore, 1.2, 1.3 README.partimage.html, 1.1, 1.2 import.log, 1.3, 1.4 partimage.spec, 1.4, 1.5 sources, 1.2, 1.3 partimage-0.6.7-gcc43.patch, 1.1, NONE partimage-0.6.7-gcc44.patch, 1.1, NONE

Paulo Roma Cavalcanti roma at fedoraproject.org
Thu Nov 26 13:36:54 UTC 2009


Author: roma

Update of /cvs/pkgs/rpms/partimage/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18155/F-11

Modified Files:
	.cvsignore README.partimage.html import.log partimage.spec 
	sources 
Removed Files:
	partimage-0.6.7-gcc43.patch partimage-0.6.7-gcc44.patch 
Log Message:
version 0.6.8 - ssl enabled


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/partimage/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	4 Dec 2008 01:19:12 -0000	1.2
+++ .cvsignore	26 Nov 2009 13:36:54 -0000	1.3
@@ -1,3 +1,3 @@
-partimage-0.6.7.tar.bz2
 partimage-man.tar.gz
 partimage-scripts.tar.gz
+partimage-0.6.8.tar.bz2


Index: README.partimage.html
===================================================================
RCS file: /cvs/pkgs/rpms/partimage/F-11/README.partimage.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- README.partimage.html	4 Dec 2008 01:19:12 -0000	1.1
+++ README.partimage.html	26 Nov 2009 13:36:54 -0000	1.2
@@ -40,7 +40,7 @@ and optionally another machine on the ne
 to receive the image. In the server, the file <b>/etc/sysconfig/partimaged</b>
 should contain options like this:
 </p><p>
-OPTIONS="--port=4025 --nologin --dest /your_image_dir/images"
+OPTIONS="--port=4025 --dest /your_image_dir/images"
 </p><p>
 The client must always be run as <b>root</b>, and it can optionally use a password
 for accessing the server. 
@@ -61,11 +61,11 @@ For using the ssl capability, the certif
 <b>/usr/share/partimaged/create_certificates.sh</b>. The file 
 <b>/etc/partimaged/partimage-certs.cnf</b> can be customized, in order to change
 information, such as, Country, State and Location.
-The client supplied with SystemRescueCd is not compiled with ssl or login 
-enabled. However, for security reasons, the partimage package was created 
-with pam and login enabled.
-Please, note that, for disabling login in the server, it is enough to add 
-the option <b>--nologin</b> to its configuration file, and <u>restart</u> the server.
+Clients supplied with SystemRescueCd, version 1.3.1 or greater, ARE compiled with 
+ssl and login enabled. Therefore, the partimage package was created with the same 
+options also enabled.
+Please, note that, for disabling ssl in the server, it is enough to add 
+the option <b>--nossl</b> to its configuration file, and <u>restart</u> the server.
 To check which compilation options have been chosen, just type <b>partimaged -i</b>.
 
 </p><p>


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/partimage/F-11/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	26 Feb 2009 17:01:22 -0000	1.3
+++ import.log	26 Nov 2009 13:36:54 -0000	1.4
@@ -1,3 +1,4 @@
 partimage-0_6_7-5_fc8:HEAD:partimage-0.6.7-5.fc8.src.rpm:1228353414
 partimage-0_6_7-6_fc11:HEAD:partimage-0.6.7-6.fc11.src.rpm:1235666598
 partimage-0_6_7-7_fc10:HEAD:partimage-0.6.7-7.fc10.src.rpm:1235667632
+partimage-0_6_8-1_fc11:F-11:partimage-0.6.8-1.fc11.src.rpm:1259242595


Index: partimage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/partimage/F-11/partimage.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- partimage.spec	26 Feb 2009 17:01:22 -0000	1.4
+++ partimage.spec	26 Nov 2009 13:36:54 -0000	1.5
@@ -1,6 +1,6 @@
 %bcond_without login
 %bcond_without pam
-%bcond_with ssl
+%bcond_without ssl
 
 %define image_place  %{_localstatedir}/partimaged
 
@@ -12,8 +12,8 @@
 
 Summary: Partition imaging utility, much like Ghost
 Name:    partimage
-Version: 0.6.7
-Release: 7%{?dist}
+Version: 0.6.8
+Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://www.partimage.org/
@@ -21,9 +21,6 @@ Source0: http://downloads.sourceforge.ne
 Source1: %{name}-man.tar.gz
 Source2: %{name}-scripts.tar.gz
 Source3: README.partimage.html
-# Changes include <iostream.h> for include <iostream> (gcc-c++ 4.3)
-Patch0:  partimage-0.6.7-gcc43.patch
-Patch1:  partimage-0.6.7-gcc44.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext
 BuildRequires: autoconf 
@@ -68,8 +65,6 @@ This package contains the server daemon 
 
 %prep
 %setup -q -a1 -a2
-%patch0 -p1 -b .gcc43
-%patch1 -p1 -b .gcc44
 for i in ./TODO ./README ./ChangeLog ./THANKS ./README.partimaged; do
         iconv -f iso-8859-1 -t utf-8 < "$i" > "${i}_"
         mv "${i}_" "$i"
@@ -87,12 +82,12 @@ done
 # NOTE: The client has always to be run as root.
 # For the server being able to authenticate, the client has to be compiled 
 # with login enabled. Otherwise, a "version mismatch" error occurs.
-# Use --nologin, and restart partimaged, to disable login.
+# Use --nossl, and restart partimaged, to disable ssl encription.
 #
-%if %{with login}
+%if %{with ssl}
 OPTIONS="--port=4025 --dest %{image_place}"
 %else
-OPTIONS="--port=4025 --nologin --dest %{image_place}"
+OPTIONS="--port=4025 --nossl --dest %{image_place}"
 %endif
 EOF
 
@@ -223,6 +218,11 @@ fi
 %dir %{image_place}
 
 %changelog
+* Mon Nov 23 2009 Paulo Roma <roma at lcg.ufrj.br> - 0.6.8-1
+- Updated 0.6.8
+- Removed all patches.
+- Enabled ssl to match SystemRescueCD's client.
+
 * Thu Feb 26 2009 Paulo Roma <roma at lcg.ufrj.br> - 0.6.7-7
 - Patched for gcc-4.4.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/partimage/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	4 Dec 2008 01:19:12 -0000	1.2
+++ sources	26 Nov 2009 13:36:54 -0000	1.3
@@ -1,3 +1,3 @@
-1c13530b43ea5c368c1c2fd0ab36bddb  partimage-0.6.7.tar.bz2
 2ca176278ca1dbe52d74f70812a693ab  partimage-man.tar.gz
 77e47a3cdd7d804ab7efae19143b23ec  partimage-scripts.tar.gz
+c13c8ede8cdf7745b97ec5827920ece7  partimage-0.6.8.tar.bz2


--- partimage-0.6.7-gcc43.patch DELETED ---


--- partimage-0.6.7-gcc44.patch DELETED ---




More information about the scm-commits mailing list