Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
1
.alsa-firmware.metadata
Normal file
1
.alsa-firmware.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
d53614be5edec88b8171f88cdbba778bc4cb4d17 SOURCES/alsa-firmware-1.2.4.tar.bz2
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/alsa-firmware-1.0.29.tar.bz2
|
SOURCES/alsa-firmware-1.2.4.tar.bz2
|
||||||
/alsa-firmware-1.0.29.tar.bz2
|
|
||||||
|
@ -4,17 +4,17 @@
|
|||||||
|
|
||||||
Summary: Firmware for several ALSA-supported sound cards
|
Summary: Firmware for several ALSA-supported sound cards
|
||||||
Name: alsa-firmware
|
Name: alsa-firmware
|
||||||
Version: 1.0.29
|
Version: 1.2.4
|
||||||
Release: 6%{?dist}
|
Release: 6%{?dist}
|
||||||
# See later in the spec for a breakdown of licensing
|
# See later in the spec for a breakdown of licensing
|
||||||
License: GPL+ and BSD and GPLv2+ and GPLv2 and LGPLv2+
|
License: GPL+ and BSD and GPLv2+ and GPLv2 and LGPLv2+
|
||||||
Group: Applications/Multimedia
|
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
Source: ftp://ftp.alsa-project.org/pub/firmware/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/firmware/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
Requires: alsa-tools-firmware >= %{version}
|
Requires: alsa-tools-firmware >= 1.1.7
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
BuildRequires: libtool autoconf automake
|
BuildRequires: libtool autoconf automake
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
# noarch, since the package is firmware
|
# noarch, since the package is firmware
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -58,15 +58,17 @@ mv aica/license.txt LICENSE.aica_firmware
|
|||||||
mv aica/Dreamcast_sound.txt aica_dreamcast_sound.txt
|
mv aica/Dreamcast_sound.txt aica_dreamcast_sound.txt
|
||||||
mv ca0132/creative.txt LICENSE.creative_txt
|
mv ca0132/creative.txt LICENSE.creative_txt
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING README* LICENSE*
|
%license LICENSE*
|
||||||
|
%doc COPYING README*
|
||||||
%doc aica_dreamcast_sound.txt
|
%doc aica_dreamcast_sound.txt
|
||||||
|
|
||||||
# License: KOS (BSD-alike)
|
# License: KOS (3-clause BSD)
|
||||||
/lib/firmware/aica_firmware.bin
|
/lib/firmware/aica_firmware.bin
|
||||||
|
|
||||||
# License: No explicit license; default package license is GPLv2+
|
# License: No explicit license; default package license is GPLv2+
|
||||||
@ -183,6 +185,8 @@ make install DESTDIR=%{buildroot}
|
|||||||
# Licence: Redistribution allowed, see ca0132/creative.txt
|
# Licence: Redistribution allowed, see ca0132/creative.txt
|
||||||
/lib/firmware/ctefx.bin
|
/lib/firmware/ctefx.bin
|
||||||
/lib/firmware/ctspeq.bin
|
/lib/firmware/ctspeq.bin
|
||||||
|
/lib/firmware/ctefx-desktop.bin
|
||||||
|
/lib/firmware/ctefx-r3di.bin
|
||||||
|
|
||||||
# Licence: No explicit license; says it's copied from kernel where the cs46xx
|
# Licence: No explicit license; says it's copied from kernel where the cs46xx
|
||||||
# driver is labelled as GPLv2+
|
# driver is labelled as GPLv2+
|
||||||
@ -196,6 +200,50 @@ make install DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.4-6
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.4-5
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Oct 20 2020 Jaroslav Kysela <perex@perex.cz> - 1.2.4-3
|
||||||
|
- Updated to 1.2.4
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Mar 3 2020 Jaroslav Kysela <perex@perex.cz> - 1.2.1-7
|
||||||
|
- Removed Intel SOF firmware files (moved to alsa-sof-firmware package)
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 21 2020 Jaroslav Kysela <perex@perex.cz> - 1.2.1-5
|
||||||
|
- Updated Intel SOF firmware files to 1.4.2
|
||||||
|
|
||||||
|
* Mon Jan 6 2020 Jaroslav Kysela <perex@perex.cz> - 1.2.1-4
|
||||||
|
- Intel SOF firmware files to 1.4.1 fixes (symlinks)
|
||||||
|
|
||||||
|
* Thu Dec 5 2019 Jaroslav Kysela <perex@perex.cz> - 1.2.1-3
|
||||||
|
- Updated Intel SOF firmware files to 1.4.1
|
||||||
|
|
||||||
|
* Wed Nov 13 2019 Jaroslav Kysela <perex@perex.cz> - 1.2.1-2
|
||||||
|
- Updated to 1.2.1
|
||||||
|
- Added Intel SOF firmware files
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.29-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.29-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.29-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.29-6
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.29-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
Loading…
Reference in New Issue
Block a user