Mailinglist Archive: opensuse-commit (1059 mails)
| < Previous | Next > |
commit aaa_base
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 23 Jan 2008 21:53:05 +0100
- Message-id: <20080123205305.74C81678335@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package aaa_base
checked in at Wed Jan 23 21:53:05 CET 2008.
--------
--- aaa_base/aaa_base.changes 2008-01-23 21:13:56.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2008-01-23
21:52:09.910541000 +0100
@@ -1,0 +2,5 @@
+Wed Jan 23 21:51:55 CET 2008 - ro@xxxxxxx
+
+- use if/then instead of plain test
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.mm8573/_old 2008-01-23 21:52:23.000000000 +0100
+++ /var/tmp/diff_new_pack.mm8573/_new 2008-01-23 21:52:23.000000000 +0100
@@ -20,7 +20,7 @@
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date
/usr/bin/cmp /bin/fillup /sbin/insserv net-tools
AutoReqProv: on
Version: 11.0
-Release: 22
+Release: 23
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -141,6 +141,8 @@
%defattr(-,root,root)
%changelog
+* Wed Jan 23 2008 ro@xxxxxxx
+- use if/then instead of plain test
* Wed Jan 23 2008 mrueckert@xxxxxxx
- only copy the secring if it really exists.
* Wed Jan 23 2008 ro@xxxxxxx
++++++ aaa_base.pre ++++++
--- aaa_base/aaa_base.pre 2008-01-23 21:13:33.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.pre 2008-01-23
21:51:54.021761000 +0100
@@ -256,4 +256,6 @@
chmod 644 etc/defaultdomain
fi
-test -e /root/.gnupg/secring.gpg && cp -a /root/.gnupg/secring.gpg
/root/.gnupg/secring.gpg.aaa_save
+if test -f /root/.gnupg/secring.gpg ; then
+ cp -a /root/.gnupg/secring.gpg /root/.gnupg/secring.gpg.aaa_save
+fi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |