SHA256
3
0
forked from pool/aaa_base
OBS User unknown 2008-01-23 20:15:32 +00:00 committed by Git OBS Bridge
parent b98f24b419
commit 2e1f06108b
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 23 21:13:35 CET 2008 - mrueckert@suse.de
- only copy the secring if it really exists.
-------------------------------------------------------------------
Wed Jan 23 15:49:32 CET 2008 - ro@suse.de

View File

@ -256,4 +256,4 @@ if test ! -f etc/defaultdomain -a -f /etc/rc.config ; then
chmod 644 etc/defaultdomain
fi
cp -a /root/.gnupg/secring.gpg /root/.gnupg/secring.gpg.aaa_save
test -e /root/.gnupg/secring.gpg && cp -a /root/.gnupg/secring.gpg /root/.gnupg/secring.gpg.aaa_save

View File

@ -20,7 +20,7 @@ Recommends: logrotate
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: 21
Release: 22
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@ -141,6 +141,8 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
%defattr(-,root,root)
%changelog
* Wed Jan 23 2008 mrueckert@suse.de
- only copy the secring if it really exists.
* Wed Jan 23 2008 ro@suse.de
- don't overwite root/.gnupg/secring.gpg
* Mon Jan 14 2008 aj@suse.de