blob: 1ed41d51bbdc75831534f6952c77c4c2e5965a66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
--- /usr/src/xfdesktop/xfdesktop/xfdesktop.spec 2019-10-23 21:09:09.217777052 -0400
+++ /home/bgstack15/dev/stackrpms/xfdesktop/xfdesktop.spec 2019-10-23 22:29:48.345624495 -0400
@@ -2,7 +2,7 @@
Name: xfdesktop
Version: 4.14.1
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: Desktop manager for the Xfce Desktop Environment
License: GPLv2+
@@ -14,7 +14,7 @@
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: gettext
BuildRequires: exo-devel >= 0.12.0
-BuildRequires: libgudev1-devel >= 145
+BuildRequires: libgudev-devel >= 145
BuildRequires: Thunar-devel >= 1.8.0
BuildRequires: dbus-glib-devel >= 0.84
BuildRequires: garcon-devel >= 0.1.2
@@ -28,7 +28,7 @@
Requires: xfwm4 >= %{xfceversion}
Requires: xfce4-panel >= %{xfceversion}
Requires: redhat-menus
-Requires: desktop-backgrounds-compat
+#Requires: desktop-backgrounds-compat
%description
@@ -69,6 +69,9 @@
%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.
|