소스 검색

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' \