SHA256
3
0
forked from pool/aaa_base
OBS User unknown 2008-01-23 20:53:07 +00:00 committed by Git OBS Bridge
parent 2e1f06108b
commit 22b67913ab
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 23 21:51:55 CET 2008 - ro@suse.de
- use if/then instead of plain test
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 23 21:13:35 CET 2008 - mrueckert@suse.de Wed Jan 23 21:13:35 CET 2008 - mrueckert@suse.de

View File

@ -256,4 +256,6 @@ if test ! -f etc/defaultdomain -a -f /etc/rc.config ; then
chmod 644 etc/defaultdomain chmod 644 etc/defaultdomain
fi 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

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 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 AutoReqProv: on
Version: 11.0 Version: 11.0
Release: 22 Release: 23
Summary: SUSE Linux Base Package Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2 Source: aaa_base.tar.bz2
@ -141,6 +141,8 @@ rm -f /root/.gnupg/secring.gpg.aaa_save
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Wed Jan 23 2008 ro@suse.de
- use if/then instead of plain test
* Wed Jan 23 2008 mrueckert@suse.de * Wed Jan 23 2008 mrueckert@suse.de
- only copy the secring if it really exists. - only copy the secring if it really exists.
* Wed Jan 23 2008 ro@suse.de * Wed Jan 23 2008 ro@suse.de