summaryrefslogtreecommitdiff
path: root/move-to-next-monitor
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-02 21:26:40 -0500
committerB. Stack <bgstack15@gmail.com>2022-03-02 21:26:40 -0500
commit8509334cd84233e0423c5363a871008ee5f95cee (patch)
tree12ad5a42c69ea5f27f9ae7ceb39eeb9f90bcf537 /move-to-next-monitor
parentset make to buildrequires (diff)
downloadstackrpms-8509334cd84233e0423c5363a871008ee5f95cee.tar.gz
stackrpms-8509334cd84233e0423c5363a871008ee5f95cee.tar.bz2
stackrpms-8509334cd84233e0423c5363a871008ee5f95cee.zip
fix LICENSE for el7
Diffstat (limited to 'move-to-next-monitor')
-rw-r--r--move-to-next-monitor/move-to-next-monitor.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/move-to-next-monitor/move-to-next-monitor.spec b/move-to-next-monitor/move-to-next-monitor.spec
index de3aa28..be792d2 100644
--- a/move-to-next-monitor/move-to-next-monitor.spec
+++ b/move-to-next-monitor/move-to-next-monitor.spec
@@ -84,7 +84,9 @@ move-to-next-monitor is a small script that makes it easy for display managers w
:
%files
+%if 0%{?rhel} != 7
%license LICENSE
+%endif
%doc %{_pkgdocdir}/*
%{_bindir}/%{name}
bgstack15