SPECS: openssh-blacklist.spec - noarch; rel 3
glen
glen at pld-linux.org
Thu Apr 23 19:27:47 CEST 2009
Author: glen Date: Thu Apr 23 17:27:47 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- noarch; rel 3
---- Files affected:
SPECS:
openssh-blacklist.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/openssh-blacklist.spec
diff -u SPECS/openssh-blacklist.spec:1.4 SPECS/openssh-blacklist.spec:1.5
--- SPECS/openssh-blacklist.spec:1.4 Wed Jun 11 17:49:49 2008
+++ SPECS/openssh-blacklist.spec Thu Apr 23 19:27:42 2009
@@ -3,11 +3,12 @@
Summary(pl): Lista niepożądanych kluczy RSA i DSA
Name: openssh-blacklist
Version: 0.4.1
-Release: 2
+Release: 3
License: GPLv3
Group: Applications
Source0: http://ftp.debian.org/debian/pool/main/o/openssh-blacklist/%{name}_%{version}.tar.gz
# Source0-md5: 397861288debb71ebdbe4adade033f85
+BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -25,8 +26,7 @@
%build
mkdir tmp
-
-for i in `ls [RD]SA-* | cut -d. -f1 | sort -u`; do
+for i in $(ls [RD]SA-* | cut -d. -f1 | sort -u); do
cat debian/blacklist.prefix > tmp/blacklist.$i
cat $i.* | cut -b13- | sort >> tmp/blacklist.$i
done
@@ -50,6 +50,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2009/04/23 17:27:42 glen
+- noarch; rel 3
+
Revision 1.4 2008/06/11 15:49:49 hawk
- release 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openssh-blacklist.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list