#1 Update Python macros to new packaging standards
Merged 5 years ago by kwizart. Opened 5 years ago by churchyard.
rpms/ churchyard/python-alsaaudio py2macros  into  master

file modified
+6 -2
@@ -1,6 +1,6 @@ 

  Name:		python-alsaaudio

  Version:	0.8.2

- Release:	7%{?dist}

+ Release:	8%{?dist}

  Summary:	Python Alsa Bindings

  License:	Python

  URL:		http://larsimmisch.github.io/pyalsaaudio/
@@ -47,13 +47,17 @@ 

  

  %files -n python2-alsaaudio

  %license LICENSE

- %{python_sitearch}/*

+ %{python2_sitearch}/*

  

  %files -n python3-alsaaudio

  %license LICENSE

  %{python3_sitearch}/*

  

  %changelog

+ * Tue Jul 17 2018 Miro Hrončok <mhroncok@redhat.com> - 0.8.2-8

+ - Update Python macros to new packaging standards

+   (See https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package)

+ 

  * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

  

This package uses macros with ambiguous python.

According to Fedora Packaging guidelines for Python, packages must use macros with either python2 or python3.

This PR is part of Fedora's Change Move /usr/bin/python into a separate package.

Note that, although this PR was created automatically, we will respond to any comments or issues which you might find with it. We will keep the PR open for review for a week, and if there's no feedback we'll merge and build it.
For Koji scratch build please see simple-koji-ci result.

This PR was opened automatically, for source code see here

Pull-Request has been merged by kwizart

5 years ago