forked from pool/aaa_base
This commit is contained in:
parent
2e1f06108b
commit
22b67913ab
@ -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
|
||||
|
||||
|
@ -256,4 +256,6 @@ if test ! -f etc/defaultdomain -a -f /etc/rc.config ; then
|
||||
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
|
||||
|
@ -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: 22
|
||||
Release: 23
|
||||
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 ro@suse.de
|
||||
- use if/then instead of plain test
|
||||
* Wed Jan 23 2008 mrueckert@suse.de
|
||||
- only copy the secring if it really exists.
|
||||
* Wed Jan 23 2008 ro@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user