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
|
||||
Name: alsa-tools
|
||||
Version: 1.1.5
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
# 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
|
||||
@ -57,7 +57,7 @@ BuildRequires: fltk-devel
|
||||
Buildrequires: desktop-file-utils
|
||||
Requires: xorg-x11-fonts-misc
|
||||
# Needed for hwmixvolume
|
||||
Requires: python-alsa
|
||||
Requires: python2-alsa
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -236,6 +236,10 @@ install -m 644 %{SOURCE5} %{buildroot}/lib/udev/rules.d
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Add missing BuildRequire on gcc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user