Skip to content

Commit efda7f0

Browse files
jonludlamgaborigloi
authored andcommitted
CA-227821: Remove legacy gpg keys
Signed-off-by: Jon Ludlam <[email protected]>
1 parent fc59591 commit efda7f0

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

scripts/OMakefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,3 @@ install:
132132
mkdir -p $(DESTDIR)/etc/cron.d
133133
$(IDATA) xapi-logrotate.cron $(DESTDIR)/etc/cron.d/xapi-logrotate.cron
134134
mkdir -p $(DESTDIR)/opt/xensource/gpg
135-
$(IDATA) gpg/secring.gpg $(DESTDIR)/opt/xensource/gpg/
136-
$(IDATA) gpg/pubring.gpg $(DESTDIR)/opt/xensource/gpg/
137-
$(IDATA) gpg/trustdb.gpg $(DESTDIR)/opt/xensource/gpg/

scripts/gpg/pubring.gpg

-2.19 KB
Binary file not shown.

scripts/gpg/secring.gpg

Whitespace-only changes.

scripts/gpg/trustdb.gpg

-1.52 KB
Binary file not shown.

xapi.spec.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ rm -rf $RPM_BUILD_ROOT
256256
@OPTDIR@/bin/xe-enable-ipv6
257257
/etc/bash_completion.d/xe-switch-network-backend
258258
@OPTDIR@/bin/xsh
259-
@OPTDIR@/gpg/pubring.gpg
260-
@OPTDIR@/gpg/secring.gpg
261-
@OPTDIR@/gpg/trustdb.gpg
259+
%attr(700, root, root) @OPTDIR@/gpg
262260
/etc/xensource/bugtool/xapi.xml
263261
/etc/xensource/bugtool/xapi/stuff.xml
264262
/etc/xensource/bugtool/xenopsd.xml

0 commit comments

Comments
 (0)