hardaker pushed to perl-Net-DNS-SEC (master). "Nuke GOST related files before packaging due to R.H.'s GOST policy"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 30 17:02:59 UTC 2015


>From c6fcbb3e74ac83b43502db9c41cc0a2cdf069aca Mon Sep 17 00:00:00 2001
From: Wes Hardaker <opensource at hardakers.net>
Date: Thu, 30 Apr 2015 10:02:11 -0700
Subject: Nuke GOST related files before packaging due to R.H.'s GOST policy


diff --git a/perl-Net-DNS-SEC.spec b/perl-Net-DNS-SEC.spec
index 53ca9d0..1579940 100644
--- a/perl-Net-DNS-SEC.spec
+++ b/perl-Net-DNS-SEC.spec
@@ -49,6 +49,8 @@ make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
+find %{buildroot} -name "*GOST*" -exec rm -f {} \;
+
 %{_fixperms} %{buildroot}/*
 
 %check
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Net-DNS-SEC.git/commit/?h=master&id=c6fcbb3e74ac83b43502db9c41cc0a2cdf069aca


More information about the scm-commits mailing list