From 62e1baac1fc17bb3cd41aa0019344722b2db95fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 7 Jan 2022 23:45:01 +0100 Subject: [PATCH] - activate also systemd sockets, rel 4 --- pipewire.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pipewire.spec b/pipewire.spec index b67abe0..97c85b8 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -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) -- 2.43.0