unified-system-service: Fix unified-system-plugin to have required files and name 34/324134/2
authorSangYoun Kwak <sy.kwak@samsung.com>
Tue, 13 May 2025 08:14:23 +0000 (17:14 +0900)
committerSangYoun Kwak <sy.kwak@samsung.com>
Tue, 13 May 2025 10:06:40 +0000 (19:06 +0900)
To make unified-system-plugin package to be usable without sensord
package, required files are added except sensord(executable), service
and socket files.
Also, unified-system-plugin is renamed to follow the prefix 'sensord':
    sensor-unified-system-plugin -> sensord-unified-system-plugin

Change-Id: Id19d6f0ffc357c1f2e70b65bea731b05771523de
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
packaging/sensord.spec

index f95f13d573c77fe9ac530be781fe3dc4772e7ec4..b5168e47d995ce79472b527eaa4ca947aca02bcd 100644 (file)
@@ -63,10 +63,10 @@ Group:      System/Testing
 %description -n sensor-test
 Sensor functional testing
 
-%package -n sensor-unified-system-plugin
+%package unified-system-plugin
 Summary:    Package for unified-system-plugin plugin
 
-%description -n sensor-unified-system-plugin
+%description unified-system-plugin
 Package for unified-system-service plugin
 
 %isu_package
@@ -155,9 +155,14 @@ rm -f %{_unitdir}/sockets.target.wants/sensord.socket
 %files -n sensor-test
 %{_bindir}/sensorctl
 
-%files -n sensor-unified-system-plugin
+%files unified-system-plugin
 %manifest packaging/sensord.manifest
+%{_libdir}/libsensor.so.*
+%{_libdir}/libsensord-shared.so
+%{_libdir}/sensor/fusion/libsensor-fusion.so
+%{_libdir}/sensor/physical/libsensor-physical.so
 %{_libdir}/libunified-system-service-sensord.so
+%config %{_sysconfdir}/sensord/auto_rotation.conf
 %license LICENSE.APLv2