浏览代码

speclint police: add missing %integrity call

Ralf S. Engelschall 22 年之前
父节点
当前提交
150a3a4a81
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      dss/dss.spec

+ 2 - 0
dss/dss.spec

@@ -60,8 +60,10 @@ AutoReqProv:  no
     the same code as Apple's QuickTime Streaming Server.
 
 %prep
+    %integrity
     %setup -q -n DSS-%{V_dss}.src
     %patch -p1
+
     l_hostname=`%{l_shtool} echo -e %h%d`
     %{l_shtool} subst \
         -e 's;/etc/streaming/;%{l_prefix}/etc/dss/;g' \