diff --git a/.gitignore b/.gitignore index 0432424..deeb3cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /v0.1.tar.gz +/v0.2.tar.gz diff --git a/3dprinter-udev-rules.spec b/3dprinter-udev-rules.spec index 2bd9fcc..15151f8 100644 --- a/3dprinter-udev-rules.spec +++ b/3dprinter-udev-rules.spec @@ -1,6 +1,6 @@ Name: 3dprinter-udev-rules -Version: 0.1 -Release: 2%{?dist} +Version: 0.2 +Release: 1%{?dist} Summary: Rules for udev to give regular users access to operate 3D printers License: CC0 URL: https://github.com/hroncok/%{name} @@ -20,8 +20,8 @@ Normally, when you connect a RepRap like 3D printer to a Linux machine by an USB cable, you need to be in dialout or similar group to be able to control it via OctoPrint, Printrun, Cura or any other control software. Not any more. -Install this package to grant all users read and write access to -/dev/ttyUSB[0-9] and /dev/ttyACM[0-9]. +Install this rule to grant all users read and write access to collected +devices based on the VID and PID. Disclaimer: Such device might not be a 3D printer, it my be an Arduino, it might be a modem and it might even be a blender. But normally you would @@ -50,6 +50,9 @@ install -D -p -m 644 %{file_name} %{buildroot}%_udevrulesdir/%{file_name} %_udevrulesdir/%{file_name} %changelog +* Thu Sep 08 2016 Miro Hrončok - 0.2-1 +- Update to 0.2, with more strict rules rhbz#1370782 + * Sat Mar 05 2016 Miro Hrončok - 0.1-2 - Require systemd-udev, that now owns the directory diff --git a/sources b/sources index 18a7dd2..84f5ec2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e426194473e20c2c5b1a3b749346e54e v0.1.tar.gz +54a1c14cfaf62753fb1b5cd464c06ddd v0.2.tar.gz