Mailinglist Archive: opensuse-commit (1670 mails)

< Previous Next >
commit suspend
  • From: root@xxxxxxx (h_root)
  • Date: Mon, 2 Oct 2006 12:05:21 +0200 (CEST)
  • Message-id: <20061002100521.4E9697F479@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package suspend
checked in at Mon Oct 2 12:05:21 CEST 2006.

--------
--- arch/i386/suspend/suspend.changes 2006-09-26 21:53:08.000000000 +0200
+++ /mounts/work_src_done/STABLE/suspend/suspend.changes 2006-09-29 20:33:06.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 29 20:32:39 CEST 2006 - seife@xxxxxxx
+
+- enable image-encryption.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ suspend.spec ++++++
--- /var/tmp/diff_new_pack.VO6jUe/_old 2006-10-02 12:05:17.000000000 +0200
+++ /var/tmp/diff_new_pack.VO6jUe/_new 2006-10-02 12:05:17.000000000 +0200
@@ -11,9 +11,9 @@
# norootforbuild

Name: suspend
-BuildRequires: pciutils-devel
+BuildRequires: gnutls-devel pciutils-devel
Version: 20060926
-Release: 1
+Release: 2
Summary: A Set Of Tools To Support Sleep Modes
License: GPL
URL: http://sourceforge.net/projects/suspend
@@ -57,6 +57,7 @@
SUSPEND_DIR=/usr/sbin \
CFLAGS="$RPM_OPT_FLAGS -Iliblzf-1.6 -Lliblzf-1.6" \
CONFIG_COMPRESS=yes \
+ CONFIG_ENCRYPT=yes \
CONFIG_UDEV=yes

%install
@@ -64,6 +65,7 @@
DESTDIR=$RPM_BUILD_ROOT \
SUSPEND_DIR=/usr/sbin \
CONFIG_COMPRESS=yes \
+ CONFIG_ENCRYPT=yes \
CONFIG_UDEV=yes
find $RPM_BUILD_ROOT

@@ -77,10 +79,13 @@
/usr/sbin/s2ram
/usr/sbin/s2both
/usr/sbin/resume
+/usr/sbin/suspend-keygen
%doc README README.s2ram-whitelist HOWTO LICENSE conf/suspend.conf
%doc doc/installation-on-SUSE-10.1.txt openSUSE-factory-README.txt scripts/

%changelog -n suspend
+* Fri Sep 29 2006 - seife@xxxxxxx
+- enable image-encryption.
* Tue Sep 26 2006 - seife@xxxxxxx
- update to current CVS which does:
- implement code for using ACPI methods to suspend ("platform



++++++ suspend-comment-configfile-options.diff ++++++
--- /var/tmp/diff_new_pack.VO6jUe/_old 2006-10-02 12:05:17.000000000 +0200
+++ /var/tmp/diff_new_pack.VO6jUe/_new 2006-10-02 12:05:17.000000000 +0200
@@ -1,6 +1,6 @@
--- conf/suspend.conf
+++ conf/suspend.conf
-@@ -1,9 +1,32 @@
+@@ -1,9 +1,34 @@
-snapshot device = /dev/snapshot
-resume device = <path_to_resume_device_file>
+#############################################################################
@@ -30,7 +30,9 @@
+## compression will often speed up suspend and resume
#compress = y
+#
-+## the SUSE package is built without encryption support for now
++## encryption support is rather basic right now - e.g. USB keyboards will not
++## work to enter the key in the standard initrd, also beware of
++## non-US keyboard layouts. Only use this if you know what you are doing.
#encrypt = y
-#early writeout = y
+#


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread