]> git.pld-linux.org Git - packages/pipewire.git/commitdiff
- activate also systemd sockets, rel 4 auto/th/pipewire-0.3.43-4
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 7 Jan 2022 22:45:01 +0000 (23:45 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 7 Jan 2022 22:45:01 +0000 (23:45 +0100)
pipewire.spec

index b67abe005743b40adf013b2c420abe046400099a..97c85b802529c8d480d26fdb04a87a4b647d6180 100644 (file)
@@ -12,7 +12,7 @@ Summary:      PipeWire - server and user space API to deal with multimedia pipelines
 Summary(pl.UTF-8):     PipeWire - serwer i API przestrzeni użytkownika do obsługi potoków multimedialnych
 Name:          pipewire
 Version:       0.3.43
-Release:       3
+Release:       4
 License:       MIT, LGPL v2+, GPL v2
 Group:         Libraries
 #Source0Download: https://github.com/PipeWire/pipewire/releases
@@ -297,18 +297,22 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %systemd_user_post pipewire.service
+%systemd_user_post pipewire.socket
 
 %preun
 %systemd_user_preun pipewire.service
+%systemd_user_preun pipewire.socket
 
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
 %post pulseaudio
 %systemd_user_post pipewire-pulse.service
+%systemd_user_post pipewire-pulse.socket
 
 %preun pulseaudio
 %systemd_user_preun pipewire-pulse.service
+%systemd_user_preun pipewire-pulse.socket
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.149488 seconds and 4 git commands to generate.