SPECS: rpm.spec - add gpg key
arekm
arekm at pld-linux.org
Tue Jul 29 19:30:27 CEST 2008
Author: arekm Date: Tue Jul 29 17:30:27 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add gpg key
---- Files affected:
SPECS:
rpm.spec (1.898 -> 1.899)
---- Diffs:
================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.898 SPECS/rpm.spec:1.899
--- SPECS/rpm.spec:1.898 Tue Jul 29 18:40:10 2008
+++ SPECS/rpm.spec Tue Jul 29 19:30:21 2008
@@ -88,7 +88,8 @@
# http://svn.pld-linux.org/banner.sh/
Source17: banner.sh
Source18: %{name}-pld.macros
-
+Source19: ftp://ftp.pld-linux.org/dists/th/PLD-3.0-Th-GPG-key.asc
+# Source19-md5: 08b29584dd349aac9caa7610131a0a88
Source100: %{name}-macros-athlon
Source101: %{name}-macros-i386
Source102: %{name}-macros-i486
@@ -747,7 +748,9 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/bin,/%{_lib},/etc/sysconfig,%{_sysconfdir}/rpm,/var/lib/banner,/var/cache/hrmib}
+install -d $RPM_BUILD_ROOT{/bin,/%{_lib},/etc/sysconfig,%{_sysconfdir}/rpm,/var/lib/banner,/var/cache/hrmib,/etc/pki/rpm-gpg}
+
+install %{SOURCE19} $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/PLD-3.0-Th-GPG-key.asc
%{__make} install \
pkgconfigdir=%{_pkgconfigdir} \
@@ -1069,6 +1072,9 @@
%defattr(644,root,root,755)
%doc CHANGES CREDITS README pubkeys/JBJ-GPG-KEY manual/*
+%dir %{_sysconfdir}/pki/rpm-gpg
+%{_sysconfdir}/pki/rpm-gpg/PLD-3.0-Th-GPG-key.asc
+
%attr(755,root,root) /bin/rpm
#%attr(755,root,root) %{_bindir}/rpmdb
#%attr(755,root,root) %{_bindir}/rpmquery
@@ -1295,6 +1301,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.899 2008/07/29 17:30:21 arekm
+- add gpg key
+
Revision 1.898 2008/07/29 16:40:10 arekm
- fixes from upstream
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.898&r2=1.899&f=u
More information about the pld-cvs-commit
mailing list