apply smack manifest on packages 48/281848/1 accepted/tizen/unified/20220923.052710
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 22 Sep 2022 09:04:05 +0000 (18:04 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 22 Sep 2022 09:04:37 +0000 (18:04 +0900)
Change-Id: I57e815076152c64c0e8fe711a8842badba971f36

packaging/mosquitto.spec

index 91a69ef..c9f0920 100755 (executable)
@@ -106,6 +106,7 @@ install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
 %postun -n %{cpp_lib} -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %license edl-v10 epl-v10 LICENSE.txt
 %config(noreplace) %attr(-,root,%{name}) %{_sysconfdir}/mosquitto/
 %{_bindir}/mosquitto_passwd
@@ -114,16 +115,19 @@ install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
 %{_unitdir}/multi-user.target.wants/%{name}.service
 
 %files clients
+%manifest %{name}.manifest
 %license edl-v10 epl-v10 LICENSE.txt
 %{_bindir}/mosquitto_pub
 %{_bindir}/mosquitto_sub
 %{_bindir}/mosquitto_rr
 
 %files -n %{c_lib}
+%manifest %{name}.manifest
 %license edl-v10 epl-v10 LICENSE.txt
 %{_libdir}/libmosquitto.so.*
 
 %files -n %{cpp_lib}
+%manifest %{name}.manifest
 %license edl-v10 epl-v10 LICENSE.txt
 %{_libdir}/libmosquittopp.so.*