-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathprofile-manager.patch
More file actions
54 lines (49 loc) · 1.56 KB
/
profile-manager.patch
File metadata and controls
54 lines (49 loc) · 1.56 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
diff --git a/agents/Makefile.am b/agents/Makefile.am
index cc7d64e..e69de29 100644
--- a/agents/Makefile.am
+++ b/agents/Makefile.am
@@ -1,9 +0,0 @@
-#
-# Makefile.am for scpm/agents
-#
-
-agent_SCRIPTS =
-
-scrconf_DATA = *.scr
-
-EXTRA_DIST = $(agent_SCRIPTS) $(scrconf_DATA)
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index d9b12b0..e85fbc8 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -5,7 +5,7 @@
#
AUTOMAKE_OPTIONS = dejagnu
-EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.ycp) $(wildcard tests/*.yh)
+EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.rb)
testsuite_prepare = @ydatadir@/testsuite/Makefile.testsuite
diff --git a/yast2-profile-manager.spec.in b/yast2-profile-manager.spec.in
index b8e6a4e..c4b9133 100644
--- a/yast2-profile-manager.spec.in
+++ b/yast2-profile-manager.spec.in
@@ -9,6 +9,8 @@ Requires: yast2 >= 2.21.22
Requires: yast2-users
Requires: scpm >= 0.9.4
+Requires: yast2-ruby-bindings >= 1.0.0
+
Summary: YaST2 - Profile Configuration
%description
@@ -28,10 +30,9 @@ profiles of your system configuration and switch between them.
%defattr(-,root,root)
%dir @yncludedir@/profile-manager
@yncludedir@/profile-manager/*
-@clientdir@/profile-manager.ycp
-@clientdir@/profile_manager.ycp
-@moduledir@/ProfileManager.ycp
-@moduledir@/ProfileManager.ybc
+@clientdir@/profile-manager.rb
+@clientdir@/profile_manager.rb
+@moduledir@/ProfileManager.rb
@desktopdir@/profile-manager.desktop
@scrconfdir@/*.scr
@plugindir@/libpy2ag_scpm.so.*