remove wrong %{_isa} macro usage for ucm-utils and topology-utils
This commit is contained in:
parent
fa7e061820
commit
8fd9d787c5
@ -5,7 +5,7 @@
|
|||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: %{baseversion}%{?fixversion}
|
Version: %{baseversion}%{?fixversion}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
@ -39,7 +39,7 @@ Architecture (ALSA).
|
|||||||
%package -n alsa-ucm-utils
|
%package -n alsa-ucm-utils
|
||||||
Summary: Advanced Linux Sound Architecture (ALSA) - Use Case Manager
|
Summary: Advanced Linux Sound Architecture (ALSA) - Use Case Manager
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Requires: alsa-ucm%{?_isa} >= %{baseversion}
|
Requires: alsa-ucm >= %{baseversion}
|
||||||
|
|
||||||
%description -n alsa-ucm-utils
|
%description -n alsa-ucm-utils
|
||||||
This package contains Use Case Manager tools for Advanced Linux Sound
|
This package contains Use Case Manager tools for Advanced Linux Sound
|
||||||
@ -48,7 +48,7 @@ Architecture (ALSA) framework.
|
|||||||
%package -n alsa-topology-utils
|
%package -n alsa-topology-utils
|
||||||
Summary: Advanced Linux Sound Architecture (ALSA) - Topology
|
Summary: Advanced Linux Sound Architecture (ALSA) - Topology
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Requires: alsa-topology%{?_isa} >= %{baseversion}
|
Requires: alsa-topology >= %{baseversion}
|
||||||
|
|
||||||
%description -n alsa-topology-utils
|
%description -n alsa-topology-utils
|
||||||
This package contains topology tools for Advanced Linux Sound
|
This package contains topology tools for Advanced Linux Sound
|
||||||
@ -196,7 +196,7 @@ fi
|
|||||||
%systemd_postun_with_restart alsa-state.service
|
%systemd_postun_with_restart alsa-state.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 16 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.7-1
|
* Tue Oct 16 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.7-2
|
||||||
- Moved use case manager utility to alsa-ucm-utils
|
- Moved use case manager utility to alsa-ucm-utils
|
||||||
- Moved topology utility to alsa-topology-utils
|
- Moved topology utility to alsa-topology-utils
|
||||||
- Updated to 1.1.7
|
- Updated to 1.1.7
|
||||||
|
Loading…
Reference in New Issue
Block a user