Compare commits
No commits in common. "imports/c9/alsa-plugins-1.2.2-7.el9" and "c8s" have entirely different histories.
imports/c9
...
c8s
@ -1 +0,0 @@
|
|||||||
d6baf41c0aa10104b4963fe95f46aaca534def35 SOURCES/alsa-plugins-1.2.2.tar.bz2
|
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/alsa-plugins-1.2.2.tar.bz2
|
SOURCES/alsa-plugins-1.1.9.tar.bz2
|
||||||
|
/alsa-plugins-1.1.9.tar.bz2
|
||||||
|
@ -5,15 +5,15 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: alsa-plugins
|
Name: alsa-plugins
|
||||||
Version: 1.2.2
|
Version: 1.1.9
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
||||||
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
|
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
|
||||||
# pph plugin is BSD-like licensed
|
# pph plugin is BSD-like licensed
|
||||||
License: GPLv2+ and LGPLv2+ and BSD
|
License: GPLv2+ and LGPLv2+ and BSD
|
||||||
|
Group: System Environment/Libraries
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
Source0: ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
|
||||||
Patch0: alsa-git.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: alsa-lib-devel
|
BuildRequires: alsa-lib-devel
|
||||||
@ -30,6 +30,7 @@ Requires: alsa-utils
|
|||||||
Requires: jack-audio-connection-kit
|
Requires: jack-audio-connection-kit
|
||||||
BuildRequires: jack-audio-connection-kit-devel
|
BuildRequires: jack-audio-connection-kit-devel
|
||||||
Summary: Jack PCM output plugin for ALSA
|
Summary: Jack PCM output plugin for ALSA
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%description jack
|
%description jack
|
||||||
This plugin converts the ALSA API over JACK (Jack Audio Connection
|
This plugin converts the ALSA API over JACK (Jack Audio Connection
|
||||||
@ -42,6 +43,7 @@ This plugin provides the PCM type "jack"
|
|||||||
Requires: alsa-utils
|
Requires: alsa-utils
|
||||||
BuildRequires: alsa-lib-devel
|
BuildRequires: alsa-lib-devel
|
||||||
Summary: Oss PCM output plugin for ALSA
|
Summary: Oss PCM output plugin for ALSA
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%description oss
|
%description oss
|
||||||
This plugin converts the ALSA API over OSS API. With this plugin,
|
This plugin converts the ALSA API over OSS API. With this plugin,
|
||||||
@ -51,9 +53,10 @@ This plugin provides the PCM type "oss".
|
|||||||
|
|
||||||
%package pulseaudio
|
%package pulseaudio
|
||||||
Requires: alsa-utils
|
Requires: alsa-utils
|
||||||
Requires: pulseaudio-daemon
|
Requires: pulseaudio
|
||||||
BuildRequires: pulseaudio-libs-devel
|
BuildRequires: pulseaudio-libs-devel
|
||||||
Summary: Alsa to PulseAudio backend
|
Summary: Alsa to PulseAudio backend
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%description pulseaudio
|
%description pulseaudio
|
||||||
This plugin allows any program that uses the ALSA API to access a PulseAudio
|
This plugin allows any program that uses the ALSA API to access a PulseAudio
|
||||||
@ -65,6 +68,7 @@ one for mixer control.
|
|||||||
Requires: alsa-utils
|
Requires: alsa-utils
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
Summary: External rate converter plugin for ALSA
|
Summary: External rate converter plugin for ALSA
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
%description samplerate
|
%description samplerate
|
||||||
This plugin is an external rate converter using libsamplerate by Erik de
|
This plugin is an external rate converter using libsamplerate by Erik de
|
||||||
@ -74,6 +78,7 @@ Castro Lopo.
|
|||||||
Requires: alsa-utils
|
Requires: alsa-utils
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
Summary: Upmixer channel expander plugin for ALSA
|
Summary: Upmixer channel expander plugin for ALSA
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%description upmix
|
%description upmix
|
||||||
The upmix plugin is an easy-to-use plugin for upmixing to 4 or
|
The upmix plugin is an easy-to-use plugin for upmixing to 4 or
|
||||||
@ -84,6 +89,7 @@ by the slave PCM or explicitly via channel option.
|
|||||||
Requires: alsa-utils
|
Requires: alsa-utils
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
Summary: Downmixer to stereo plugin for ALSA
|
Summary: Downmixer to stereo plugin for ALSA
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%description vdownmix
|
%description vdownmix
|
||||||
The vdownmix plugin is a downmixer from 4-6 channels to 2-channel
|
The vdownmix plugin is a downmixer from 4-6 channels to 2-channel
|
||||||
@ -93,6 +99,7 @@ surround".
|
|||||||
|
|
||||||
%package usbstream
|
%package usbstream
|
||||||
Summary: USB stream plugin for ALSA
|
Summary: USB stream plugin for ALSA
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%description usbstream
|
%description usbstream
|
||||||
The usbstream plugin is for snd-usb-us122l driver. It converts PCM
|
The usbstream plugin is for snd-usb-us122l driver. It converts PCM
|
||||||
@ -100,6 +107,7 @@ stream to USB specific stream.
|
|||||||
|
|
||||||
%package arcamav
|
%package arcamav
|
||||||
Summary: Arcam AV amplifier plugin for ALSA
|
Summary: Arcam AV amplifier plugin for ALSA
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%description arcamav
|
%description arcamav
|
||||||
This plugin exposes the controls for an Arcam AV amplifier
|
This plugin exposes the controls for an Arcam AV amplifier
|
||||||
@ -109,6 +117,7 @@ This plugin exposes the controls for an Arcam AV amplifier
|
|||||||
Requires: speex speexdsp
|
Requires: speex speexdsp
|
||||||
BuildRequires: speex-devel speexdsp-devel
|
BuildRequires: speex-devel speexdsp-devel
|
||||||
Summary: Rate Converter Plugin Using Speex Resampler
|
Summary: Rate Converter Plugin Using Speex Resampler
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%description speex
|
%description speex
|
||||||
The rate plugin is an external rate converter using the Speex resampler
|
The rate plugin is an external rate converter using the Speex resampler
|
||||||
@ -117,8 +126,8 @@ pre-processing of a mono stream like denoise using libspeex DSP API.
|
|||||||
|
|
||||||
%package maemo
|
%package maemo
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
BuildRequires: make
|
|
||||||
Summary: Maemo plugin for ALSA
|
Summary: Maemo plugin for ALSA
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
%description maemo
|
%description maemo
|
||||||
This plugin converts the ALSA API over PCM task nodes protocol. In this way,
|
This plugin converts the ALSA API over PCM task nodes protocol. In this way,
|
||||||
@ -126,7 +135,6 @@ ALSA native applications can run over DSP Gateway and use DSP PCM task nodes.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?prever}
|
%setup -q -n %{name}-%{version}%{?prever}
|
||||||
%patch0 -p1 -b .alsa-git
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
@ -139,8 +147,8 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
mv %{buildroot}%{_sysconfdir}/alsa/conf.d/99-pulseaudio-default.conf.example \
|
mv %{buildroot}/etc/alsa/conf.d/99-pulseaudio-default.conf.example \
|
||||||
%{buildroot}%{_sysconfdir}/alsa/conf.d/99-pulseaudio-default.conf
|
%{buildroot}/etc/alsa/conf.d/99-pulseaudio-default.conf
|
||||||
|
|
||||||
find %{buildroot} -name "*.la" -exec rm {} \;
|
find %{buildroot} -name "*.la" -exec rm {} \;
|
||||||
|
|
||||||
@ -152,8 +160,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
%if 0%{?with_jack}
|
%if 0%{?with_jack}
|
||||||
%files jack
|
%files jack
|
||||||
%doc COPYING COPYING.GPL doc/README-jack
|
%doc COPYING COPYING.GPL doc/README-jack
|
||||||
%dir %{_sysconfdir}/alsa/conf.d
|
%dir /etc/alsa/conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/50-jack.conf
|
%config(noreplace) /etc/alsa/conf.d/50-jack.conf
|
||||||
%dir %{_datadir}/alsa/alsa.conf.d
|
%dir %{_datadir}/alsa/alsa.conf.d
|
||||||
%{_datadir}/alsa/alsa.conf.d/50-jack.conf
|
%{_datadir}/alsa/alsa.conf.d/50-jack.conf
|
||||||
%dir %{_libdir}/alsa-lib
|
%dir %{_libdir}/alsa-lib
|
||||||
@ -162,8 +170,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
|
|
||||||
%files oss
|
%files oss
|
||||||
%doc COPYING COPYING.GPL doc/README-pcm-oss
|
%doc COPYING COPYING.GPL doc/README-pcm-oss
|
||||||
%dir %{_sysconfdir}/alsa/conf.d
|
%dir /etc/alsa/conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/50-oss.conf
|
%config(noreplace) /etc/alsa/conf.d/50-oss.conf
|
||||||
%dir %{_datadir}/alsa/alsa.conf.d
|
%dir %{_datadir}/alsa/alsa.conf.d
|
||||||
%{_datadir}/alsa/alsa.conf.d/50-oss.conf
|
%{_datadir}/alsa/alsa.conf.d/50-oss.conf
|
||||||
%dir %{_libdir}/alsa-lib
|
%dir %{_libdir}/alsa-lib
|
||||||
@ -176,16 +184,16 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
%{_libdir}/alsa-lib/libasound_module_pcm_pulse.so
|
%{_libdir}/alsa-lib/libasound_module_pcm_pulse.so
|
||||||
%{_libdir}/alsa-lib/libasound_module_ctl_pulse.so
|
%{_libdir}/alsa-lib/libasound_module_ctl_pulse.so
|
||||||
%{_libdir}/alsa-lib/libasound_module_conf_pulse.so
|
%{_libdir}/alsa-lib/libasound_module_conf_pulse.so
|
||||||
%dir %{_sysconfdir}/alsa/conf.d
|
%dir /etc/alsa/conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/50-pulseaudio.conf
|
%config(noreplace) /etc/alsa/conf.d/50-pulseaudio.conf
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/99-pulseaudio-default.conf
|
%config(noreplace) /etc/alsa/conf.d/99-pulseaudio-default.conf
|
||||||
%dir %{_datadir}/alsa/alsa.conf.d
|
%dir %{_datadir}/alsa/alsa.conf.d
|
||||||
%{_datadir}/alsa/alsa.conf.d/50-pulseaudio.conf
|
%{_datadir}/alsa/alsa.conf.d/50-pulseaudio.conf
|
||||||
|
|
||||||
%files samplerate
|
%files samplerate
|
||||||
%doc COPYING COPYING.GPL doc/samplerate.txt
|
%doc COPYING COPYING.GPL doc/samplerate.txt
|
||||||
%dir %{_sysconfdir}/alsa/conf.d
|
%dir /etc/alsa/conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/10-samplerate.conf
|
%config(noreplace) /etc/alsa/conf.d/10-samplerate.conf
|
||||||
%dir %{_datadir}/alsa/alsa.conf.d
|
%dir %{_datadir}/alsa/alsa.conf.d
|
||||||
%{_datadir}/alsa/alsa.conf.d/10-samplerate.conf
|
%{_datadir}/alsa/alsa.conf.d/10-samplerate.conf
|
||||||
%dir %{_libdir}/alsa-lib
|
%dir %{_libdir}/alsa-lib
|
||||||
@ -197,8 +205,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
|
|
||||||
%files upmix
|
%files upmix
|
||||||
%doc COPYING COPYING.GPL doc/upmix.txt
|
%doc COPYING COPYING.GPL doc/upmix.txt
|
||||||
%dir %{_sysconfdir}/alsa/conf.d
|
%dir /etc/alsa/conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/60-upmix.conf
|
%config(noreplace) /etc/alsa/conf.d/60-upmix.conf
|
||||||
%dir %{_datadir}/alsa/alsa.conf.d
|
%dir %{_datadir}/alsa/alsa.conf.d
|
||||||
%{_datadir}/alsa/alsa.conf.d/60-upmix.conf
|
%{_datadir}/alsa/alsa.conf.d/60-upmix.conf
|
||||||
%dir %{_libdir}/alsa-lib
|
%dir %{_libdir}/alsa-lib
|
||||||
@ -206,8 +214,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
|
|
||||||
%files vdownmix
|
%files vdownmix
|
||||||
%doc COPYING COPYING.GPL doc/vdownmix.txt
|
%doc COPYING COPYING.GPL doc/vdownmix.txt
|
||||||
%dir %{_sysconfdir}/alsa/conf.d
|
%dir /etc/alsa/conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/60-vdownmix.conf
|
%config(noreplace) /etc/alsa/conf.d/60-vdownmix.conf
|
||||||
%dir %{_datadir}/alsa/alsa.conf.d
|
%dir %{_datadir}/alsa/alsa.conf.d
|
||||||
%{_datadir}/alsa/alsa.conf.d/60-vdownmix.conf
|
%{_datadir}/alsa/alsa.conf.d/60-vdownmix.conf
|
||||||
%dir %{_libdir}/alsa-lib
|
%dir %{_libdir}/alsa-lib
|
||||||
@ -215,8 +223,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
|
|
||||||
%files usbstream
|
%files usbstream
|
||||||
%doc COPYING COPYING.GPL
|
%doc COPYING COPYING.GPL
|
||||||
%dir %{_sysconfdir}/alsa/conf.d
|
%dir /etc/alsa/conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/98-usb-stream.conf
|
%config(noreplace) /etc/alsa/conf.d/98-usb-stream.conf
|
||||||
%dir %{_datadir}/alsa/alsa.conf.d
|
%dir %{_datadir}/alsa/alsa.conf.d
|
||||||
%{_datadir}/alsa/alsa.conf.d/98-usb-stream.conf
|
%{_datadir}/alsa/alsa.conf.d/98-usb-stream.conf
|
||||||
%dir %{_libdir}/alsa-lib
|
%dir %{_libdir}/alsa-lib
|
||||||
@ -224,8 +232,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
|
|
||||||
%files arcamav
|
%files arcamav
|
||||||
%doc COPYING COPYING.GPL doc/README-arcam-av
|
%doc COPYING COPYING.GPL doc/README-arcam-av
|
||||||
%dir %{_sysconfdir}/alsa/conf.d
|
%dir /etc/alsa/conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/50-arcam-av-ctl.conf
|
%config(noreplace) /etc/alsa/conf.d/50-arcam-av-ctl.conf
|
||||||
%dir %{_datadir}/alsa/alsa.conf.d
|
%dir %{_datadir}/alsa/alsa.conf.d
|
||||||
%{_datadir}/alsa/alsa.conf.d/50-arcam-av-ctl.conf
|
%{_datadir}/alsa/alsa.conf.d/50-arcam-av-ctl.conf
|
||||||
%dir %{_libdir}/alsa-lib
|
%dir %{_libdir}/alsa-lib
|
||||||
@ -233,9 +241,9 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
|
|
||||||
%files speex
|
%files speex
|
||||||
%doc COPYING COPYING.GPL doc/speexdsp.txt doc/speexrate.txt
|
%doc COPYING COPYING.GPL doc/speexdsp.txt doc/speexrate.txt
|
||||||
%dir %{_sysconfdir}/alsa/conf.d
|
%dir /etc/alsa/conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/10-speexrate.conf
|
%config(noreplace) /etc/alsa/conf.d/10-speexrate.conf
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/60-speex.conf
|
%config(noreplace) /etc/alsa/conf.d/60-speex.conf
|
||||||
%dir %{_datadir}/alsa/alsa.conf.d
|
%dir %{_datadir}/alsa/alsa.conf.d
|
||||||
%{_datadir}/alsa/alsa.conf.d/10-speexrate.conf
|
%{_datadir}/alsa/alsa.conf.d/10-speexrate.conf
|
||||||
%{_datadir}/alsa/alsa.conf.d/60-speex.conf
|
%{_datadir}/alsa/alsa.conf.d/60-speex.conf
|
||||||
@ -247,8 +255,8 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
|
|
||||||
%files maemo
|
%files maemo
|
||||||
%doc COPYING COPYING.GPL doc/README-maemo
|
%doc COPYING COPYING.GPL doc/README-maemo
|
||||||
%dir %{_sysconfdir}/alsa/conf.d
|
%dir /etc/alsa/conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/alsa/conf.d/98-maemo.conf
|
%config(noreplace) /etc/alsa/conf.d/98-maemo.conf
|
||||||
%dir %{_datadir}/alsa/alsa.conf.d
|
%dir %{_datadir}/alsa/alsa.conf.d
|
||||||
%{_datadir}/alsa/alsa.conf.d/98-maemo.conf
|
%{_datadir}/alsa/alsa.conf.d/98-maemo.conf
|
||||||
%dir %{_libdir}/alsa-lib
|
%dir %{_libdir}/alsa-lib
|
||||||
@ -257,56 +265,9 @@ find %{buildroot} -name "*.la" -exec rm {} \;
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.2-7
|
* Wed May 22 2019 Jaroslav Kysela <perex@perex.cz> - 1.1.9-1
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
||||||
Related: rhbz#1991688
|
|
||||||
|
|
||||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.2-6
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 04 2021 Rex Dieter <rdieter@fedoraproject.org> - 1.2.2-4
|
|
||||||
- -pulseaudio: Requires: pulseaudio-daemon
|
|
||||||
|
|
||||||
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
|
|
||||||
- Second attempt - Rebuilt for
|
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 19 2020 Jaroslav Kysela <perex@perex.cz> - 1.2.2-1
|
|
||||||
- Updated to 1.2.2
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Nov 13 2019 Jaroslav Kysela <perex@perex.cz> - 1.2.1-1
|
|
||||||
- Updated to 1.2.1
|
|
||||||
|
|
||||||
* Tue Aug 20 2019 Gwyn Ciesla <gwync@protonmail.com> - 1.1.9-3
|
|
||||||
- macroize %%{_sysconfdir}.
|
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri May 10 2019 Jaroslav Kysela <perex@perex.cz> - 1.1.9-1
|
|
||||||
- Updated to 1.1.9
|
- Updated to 1.1.9
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.8-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 7 2019 Jaroslav Kysela <perex@perex.cz> - 1.1.8-1
|
|
||||||
- Updated to 1.1.8
|
|
||||||
|
|
||||||
* Wed Oct 24 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.7-2
|
|
||||||
- Updated to 1.1.7
|
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Apr 16 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.6-3
|
* Mon Apr 16 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.6-3
|
||||||
- /etc/alsa/conf.d contains symlinks to /usr/share/alsa/alsa.conf.d templates
|
- /etc/alsa/conf.d contains symlinks to /usr/share/alsa/alsa.conf.d templates
|
||||||
|
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
Loading…
Reference in New Issue
Block a user