Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
9b88e7c03a
commit
713cb1fc55
@ -25,7 +25,7 @@
|
|||||||
Summary: Specialist tools for ALSA
|
Summary: Specialist tools for ALSA
|
||||||
Name: alsa-tools
|
Name: alsa-tools
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
# Checked at least one source file from all the sub-projects contained in
|
# Checked at least one source file from all the sub-projects contained in
|
||||||
# the source tarball and they are consistent GPLv2+ - TJ 2007-11-15
|
# the source tarball and they are consistent GPLv2+ - TJ 2007-11-15
|
||||||
@ -57,7 +57,7 @@ BuildRequires: fltk-devel
|
|||||||
Buildrequires: desktop-file-utils
|
Buildrequires: desktop-file-utils
|
||||||
Requires: xorg-x11-fonts-misc
|
Requires: xorg-x11-fonts-misc
|
||||||
# Needed for hwmixvolume
|
# Needed for hwmixvolume
|
||||||
Requires: python-alsa
|
Requires: python2-alsa
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -236,6 +236,10 @@ install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.1.5-4
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
* Thu Feb 22 2018 Tim Jackson <rpm@timj.co.uk> - 1.1.5-3
|
* Thu Feb 22 2018 Tim Jackson <rpm@timj.co.uk> - 1.1.5-3
|
||||||
- Add missing BuildRequire on gcc
|
- Add missing BuildRequire on gcc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user