From 110dca3ac7ef796e958062ef06cf3cff3763ab6d Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 8 Sep 2024 17:49:59 +1000 Subject: [PATCH] fix-e-smith-pkg script (#12732) --- smeserver-madsonic.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/smeserver-madsonic.spec b/smeserver-madsonic.spec index bc654ad..ec73ce4 100644 --- a/smeserver-madsonic.spec +++ b/smeserver-madsonic.spec @@ -1,6 +1,6 @@ %define name smeserver-madsonic %define version 5.0.3761 -%define release 10 +%define release 11 Summary: madsonic is a music streaming system Name: %{name} Version: %{version} @@ -12,8 +12,8 @@ Source: smeserver-madsonic-%{version}.tar.xz BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version}-buildroot -BuildRequires: e-smith-devtools -Requires: e-smith-release >= 8.0 +BuildRequires: smeserver-devtools +Requires: smeserver-release >= 8.0 Requires: madsonic >= 6.2.9092 Requires: alsa-utils Requires: ffmpeg @@ -25,6 +25,9 @@ AutoReqProv: no This is all the configurations needed to install madsonic as a contrib for SME Server %changelog +* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley 5.0.3761-11.sme +- Fix e-smith references in smeserver-madsonic [SME: 12732] + * Sat Sep 07 2024 cvs2git.sh aka Brian Read 5.0.3761-10.sme - Roll up patches and move to git repo [SME: 12338]