diff --git a/0002-Fix-the-problem-that-the-muted-function-in-mate-volu.patch b/0002-Fix-the-problem-that-the-muted-function-in-mate-volu.patch deleted file mode 100644 index e84b74194123ee0b9d6630645d90dc79447c0413..0000000000000000000000000000000000000000 --- a/0002-Fix-the-problem-that-the-muted-function-in-mate-volu.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 5f945b8da1bf6834ad619c2a9920f3b589ab1fe4 Mon Sep 17 00:00:00 2001 -From: xiewenhao -Date: Wed, 30 Mar 2022 18:21:46 +0800 -Subject: [PATCH 2/2] Fix-the-problem-that-the-muted-function-in-mate-volu - ---- - src/daemon/systemd/user/pulseaudio.service.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/daemon/systemd/user/pulseaudio.service.in b/src/daemon/systemd/user/pulseaudio.service.in -index bf0f481..a84a978 100644 ---- a/src/daemon/systemd/user/pulseaudio.service.in -+++ b/src/daemon/systemd/user/pulseaudio.service.in -@@ -14,7 +14,7 @@ Description=Sound Service - # After=pulseaudio.socket is not needed, as it is already implicit in the - # socket-service relationship, see systemd.socket(5). - Requires=pulseaudio.socket --ConditionUser=!root -+#ConditionUser=!root - - [Service] - ExecStart=@PA_BINARY@ --daemonize=no --log-target=journal --- -2.33.0 - diff --git a/0002-fix-mate-volume-control-status-icon-doesn-t-work.patch b/0002-fix-mate-volume-control-status-icon-doesn-t-work.patch deleted file mode 100644 index a0f9f985ab0d767f66212448f4ab97c28396d7b9..0000000000000000000000000000000000000000 --- a/0002-fix-mate-volume-control-status-icon-doesn-t-work.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 02f3bde2031dfb6c8a6bb4458282f93ad563035a Mon Sep 17 00:00:00 2001 -From: xiewenhao -Date: Wed, 30 Mar 2022 18:25:36 +0800 -Subject: [PATCH 2/2] fix-mate-volume-control-status-icon-doesn-t-work - ---- - src/daemon/systemd/user/pulseaudio.socket | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/daemon/systemd/user/pulseaudio.socket b/src/daemon/systemd/user/pulseaudio.socket -index 98c1002..95247c1 100644 ---- a/src/daemon/systemd/user/pulseaudio.socket -+++ b/src/daemon/systemd/user/pulseaudio.socket -@@ -1,6 +1,6 @@ - [Unit] - Description=Sound System --ConditionUser=!root -+#ConditionUser=!root - - [Socket] - Priority=6 --- -2.33.0 diff --git a/pulseaudio.spec b/pulseaudio.spec index cee630fb7e8c7a72c219e418dc5e1f1334fcdc32..6cf6c6e460f13039c3b46d1a3b5ab3d42707bcef 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -6,7 +6,7 @@ Name: pulseaudio Summary: Improved Linux Sound Server Version: 15.0 -Release: 7 +Release: 8 License: LGPLv2+ URL: https://www.freedesktop.org/wiki/Software/PulseAudio Source0: https://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz @@ -15,8 +15,6 @@ Source5: default.pa-for-gdm Patch201: pulseaudio-autostart.patch Patch202: 0001-fix-translation-error-of-pulseaudio.patch -Patch203: 0002-fix-mate-volume-control-status-icon-doesn-t-work.patch -Patch204: 0002-Fix-the-problem-that-the-muted-function-in-mate-volu.patch BuildRequires: meson BuildRequires: automake libtool gcc-c++ bash-completion @@ -156,14 +154,6 @@ exit 0 %ldconfig_scriptlets -%post -%systemd_user_post pulseaudio.service -%systemd_user_post pulseaudio.socket - -%preun -%systemd_user_preun pulseaudio.service -%systemd_user_preun pulseaudio.socket - %files %defattr(-,root,root) %license LICENSE GPL LGPL @@ -244,6 +234,9 @@ exit 0 %{_mandir}/man*/* %changelog +* Thu Aug 04 2022 Qingqing Li - 15.0.8 +- revert 15.0-7 due to no correct service files + * Tue Aug 02 2022 ouyangminxiang - 15.0-7 - Fix mate-volume-control-status-icon doesn't work - Fix the problem that the muted function in mate-volume-control-status-icon doesn't work when the system is boot