This commit is contained in:
parent
3c120d2d72
commit
d2ccde6f38
@ -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
|
Wed Jan 23 15:49:32 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -256,4 +256,4 @@ if test ! -f etc/defaultdomain -a -f /etc/rc.config ; then
|
|||||||
chmod 644 etc/defaultdomain
|
chmod 644 etc/defaultdomain
|
||||||
fi
|
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
|
||||||
|
@ -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: 21
|
Release: 22
|
||||||
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 mrueckert@suse.de
|
||||||
|
- only copy the secring if it really exists.
|
||||||
* Wed Jan 23 2008 ro@suse.de
|
* Wed Jan 23 2008 ro@suse.de
|
||||||
- don't overwite root/.gnupg/secring.gpg
|
- don't overwite root/.gnupg/secring.gpg
|
||||||
* Mon Jan 14 2008 aj@suse.de
|
* Mon Jan 14 2008 aj@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user