public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libjaylink] rawhide: fix udev rules
@ 2026-08-18 13:04 David Auer
0 siblings, 0 replies; only message in thread
From: David Auer @ 2026-08-18 13:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libjaylink
Branch : rawhide
Commit : e6f5d28880eb94fddbd94cb6a35b9e8c8891b7e4
Author : David Auer <dreua@posteo.de>
Date : 2026-08-18T15:04:42+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libjaylink/c/e6f5d28880eb94fddbd94cb6a35b9e8c8891b7e4?branch=rawhide
Log:
fix udev rules
---
diff --git a/libjaylink.spec b/libjaylink.spec
index 55ce3d3..7c81d5c 100644
--- a/libjaylink.spec
+++ b/libjaylink.spec
@@ -1,6 +1,6 @@
Name: libjaylink
Version: 0.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Library for SEGGER J-Link and compatible devices
# Automatically converted from old format: GPLv2+ - review is highly recommended.
@@ -43,7 +43,7 @@ rm -rf $RPM_BUILD_ROOT
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%__mkdir -p $RPM_BUILD_ROOT/usr/lib/udev/rules.d/
-%__sed -e 's/MODE="664", GROUP="plugdev"/TAG+="uaccess"/g' contrib/60-libjaylink.rules > $RPM_BUILD_ROOT/usr/lib/udev/rules.d/60-libjaylink.rules
+%__sed -e 's/MODE="660", GROUP="plugdev", //g' contrib/60-libjaylink.rules > $RPM_BUILD_ROOT/usr/lib/udev/rules.d/60-libjaylink.rules
%ldconfig_scriptlets
@@ -60,6 +60,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/*
%changelog
+* Tue Aug 18 2026 David Auer <dreua@posteo.de> - 0.4.0-2
+- fix udev rules
+
* Sun Aug 16 2026 David Auer <dreua@posteo.de> - 0.4.0-1
- update to 0.4.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-18 13:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 13:04 [rpms/libjaylink] rawhide: fix udev rules David Auer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox