From be631532423fab02e34ebc24e6aebe0220ad1962 Mon Sep 17 00:00:00 2001 From: Maciej Sitarz Date: Thu, 19 Jul 2018 15:03:53 +0200 Subject: [PATCH] Rpm build fix v1.5.1 (#1) * Fix RPM Build Error: File must begin with '/' * Update build version --- contrib/packaging/autorandr.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/packaging/autorandr.spec b/contrib/packaging/autorandr.spec index 8470caa..b0ab38e 100644 --- a/contrib/packaging/autorandr.spec +++ b/contrib/packaging/autorandr.spec @@ -7,7 +7,7 @@ %endif Name: autorandr -Version: 1.5 +Version: 1.5.1 Release: 1%{?dist} Summary: Automatically select a display configuration based on connected devices @@ -44,7 +44,7 @@ install -D -m 644 contrib/etc/xdg/autostart/autorandr.desktop %{buildroot}%{_sys %files %defattr(-,root,root,-) -%attr(0644,root,root) %{_unitdir}/autorandr.service +%attr(0644,root,root) /%{_unitdir}/autorandr.service %license gpl-3.0.txt %doc README.md -- 2.39.2