summaryrefslogtreecommitdiff
path: root/xfdesktop/xfdesktop.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-23 22:34:30 -0400
committerB Stack <bgstack15@gmail.com>2019-10-23 22:34:30 -0400
commit4209a56e50e65af03ddd5cb677d07c53ff3cd418 (patch)
tree3119d532647aa49c3d59588e02c310a7353fa1e2 /xfdesktop/xfdesktop.spec
parentWIP: add xfdesktop for el8 (diff)
downloadstackrpms-4209a56e50e65af03ddd5cb677d07c53ff3cd418.tar.gz
stackrpms-4209a56e50e65af03ddd5cb677d07c53ff3cd418.tar.bz2
stackrpms-4209a56e50e65af03ddd5cb677d07c53ff3cd418.zip
remove need for desktop-backgrouns-compat
Diffstat (limited to 'xfdesktop/xfdesktop.spec')
-rw-r--r--xfdesktop/xfdesktop.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/xfdesktop/xfdesktop.spec b/xfdesktop/xfdesktop.spec
index cd2adb2..4bc3107 100644
--- a/xfdesktop/xfdesktop.spec
+++ b/xfdesktop/xfdesktop.spec
@@ -28,7 +28,7 @@ BuildRequires: libICE-devel
Requires: xfwm4 >= %{xfceversion}
Requires: xfce4-panel >= %{xfceversion}
Requires: redhat-menus
-Requires: desktop-backgrounds-compat
+#Requires: desktop-backgrounds-compat
%description
@@ -69,6 +69,9 @@ desktop-file-validate \
%changelog
+* Wed Oct 23 2019 B Stack <bgstack15@gmail.com> - 4.14.1-1
+- Build for el8
+
* Thu Sep 12 2019 Kevin Fenzi <kevin@scrye.com> - 4.14.1-2
- Fix the default background. Upstream changed default, we need to adjust our change.
bgstack15