diff options
Diffstat (limited to 'packaging/fedora')
| -rw-r--r-- | packaging/fedora/README.md | 2 | ||||
| -rw-r--r-- | packaging/fedora/arduino-mk.spec | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packaging/fedora/README.md b/packaging/fedora/README.md index 63117f9..86ec456 100644 --- a/packaging/fedora/README.md +++ b/packaging/fedora/README.md @@ -2,7 +2,7 @@ First install the dependencies as root: - yum install arduino-core rpm-build pyserial python3-pyserial + yum install arduino-core rpm-build From the top-level Arduino-Makefile directory you've checked out of github, run the following (as unprivileged user) to create a compressed tarball using the naming conventions required by rpmbuild: diff --git a/packaging/fedora/arduino-mk.spec b/packaging/fedora/arduino-mk.spec index 4958515..5fdbed7 100644 --- a/packaging/fedora/arduino-mk.spec +++ b/packaging/fedora/arduino-mk.spec @@ -10,7 +10,7 @@ License: LGPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: arduino-core pyserial -BuildRequires: arduino-core pyserial python3-pyserial +BuildRequires: arduino-core %description Arduino is an open-source electronics prototyping platform based on @@ -49,6 +49,8 @@ rm -rf %{buildroot} %{_docdir}/%{name}/examples %changelog +* Fri Apr 04 2014 Simon John <git@the-jedi.co.uk> +- Removed BuildRequires of python3/pyserial. * Wed Apr 02 2014 Simon John <git@the-jedi.co.uk> - Added BuildRequires of python3-pyserial. Need to look into Requires. * Mon Mar 24 2014 Simon John <git@the-jedi.co.uk> |
