File yast2-fcoe-client.spec of Package yast2-fcoe-client (Revision 20a5329031ac8af90e3a1525715a75e7)
Currently displaying revision 20a5329031ac8af90e3a1525715a75e7 , Show latest
xxxxxxxxxx
1
#
2
# spec file for package yast2-fcoe-client
3
#
4
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
5
#
6
# All modifications and additions to the file contributed by third parties
7
# remain the property of their copyright owners, unless otherwise agreed
8
# upon. The license for this file, and modifications and additions to the
9
# file, is the same license as for the pristine package itself (unless the
10
# license for the pristine package is not an Open Source License, in which
11
# case the license is the MIT License). An "Open Source License" is a
12
# license that conforms to the Open Source Definition (Version 1.9)
13
# published by the Open Source Initiative.
14
15
# Please submit bugfixes or comments via http://bugs.opensuse.org/
16
#
17
18
19
Name: yast2-fcoe-client
20
Version: 4.2.2
21
Release: 1.50
22
Summary: YaST2 - Configuration of Fibre Channel over Ethernet
23
License: GPL-2.0-only
24
Group: System/YaST
25
Url: https://github.com/yast/yast-fcoe-client
26
27
Source0: %{name}-%{version}.tar.bz2
28
29
BuildRequires: perl-XML-Writer
30
BuildRequires: update-desktop-files
31
BuildRequires: yast2
32
BuildRequires: yast2-devtools >= 4.2.2
33
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
34
35
# Yast2::Systemd::Service
36
Requires: fcoe-utils
37
Requires: yast2 >= 4.1.3
38
Requires: yast2-ruby-bindings >= 1.0.0
39
40
BuildArch: noarch
41
42
%description
43
This package contains the YaST2 component for the Fibre Channel over
44
Ethernet (FCoE) configuration.
45
46
%prep
47
%setup -q
48
49
%build
50
%yast_build
51
52
%install
53
%yast_install
54
%yast_metainfo
55
56
%files
57
%{yast_yncludedir}
58
%{yast_clientdir}
59
%{yast_moduledir}
60
%{yast_desktopdir}
61
%{yast_metainfodir}
62
%{yast_scrconfdir}
63
%doc %{yast_docdir}
64
%{yast_icondir}
65
%license COPYING
66
67
%changelog
68
* Thu Feb 20 2020 ancor@suse.com
69
- Use the correct file names when copying the configuration of the
70
FCoE VLANs to the target system at the end of installation
71
(related to bsc#1163343).
72
- 4.2.2
73
* Mon Aug 26 2019 schubi@suse.de
74
- Using rb_default_ruby_abi tag in the spec file in order to
75
handle several ruby versions (bsc#1146403).
76
- 4.2.1
77
* Fri May 31 2019 hellcp@mailbox.org
78
- Add metainfo (fate#319035)
79
- Revamp spec
80
- Replace GenericName with Comment
81
- 4.2.0
82
* Thu Dec 20 2018 jreidinger@suse.com
83
- always use absolute path to binaries (bsc#1118291)
84
- properly escape shell arguments (bsc#1118291)
85
- 4.1.2
86
* Sun Nov 25 2018 hellcp@mailbox.org
87
- Provide icon with module (boo#1109310)
88
- 4.1.1
89
* Wed Aug 22 2018 dgonzalez@suse.com
90
- Update calls to YaST2 systemd classes (related to fate#319428)
91
- 4.1.0
92
* Mon Aug 20 2018 schubi@suse.de
93
- Switched license in spec file from SPDX2 to SPDX3 format.
94
- Changed dir of COPYING file.
95
* Thu Jun 28 2018 schubi@suse.de
96
- Added additional searchkeys to desktop file (fate#321043).
97
- 4.0.1
98
* Fri Apr 6 2018 mfilka@suse.com
99
- bnc#1087957 - version bump
100
- 4.0.0
101
* Wed Mar 7 2018 knut.anderssen@suse.com
102
- Fix wrong interface name with auto_vlan=yes also during an
103
auto-installation (bsc#1078991)
104
- 3.1.16
105
* Fri Sep 15 2017 mvidner@suse.com
106
- Fix wrong interface name with auto_vlan=yes (bsc#1043419)
107
- 3.1.15
108
* Tue Jul 26 2016 gs@suse.de
109
- handle duplicate vlan ids correctly (bsc#988050)
110
- 3.1.14
111
* Tue Jun 7 2016 igonzalezsosa@suse.com
112
- Stop generating autodocs (fate#320356)
113
- 3.1.13
114
* Thu Dec 4 2014 jreidinger@suse.com
115
- remove X-KDE-Library from desktop file (bnc#899104)
116
- 3.1.12
117
* Thu Sep 4 2014 mvidner@suse.com
118
- Use a more flexible rubygem requirement syntax (bnc#895069)
119
- 3.1.11
120
* Tue Jun 3 2014 gs@suse.de
121
- Mark configuration values for translation (bnc #877911)
122
- 3.1.10
123
* Tue May 27 2014 gs@suse.de
124
- Show driver and private flags for all interfaces (improve patch
125
for bnc #841170)
126
- 3.1.9
127
* Wed May 21 2014 gs@suse.de
128
- Start/enable services 'lldpad' and 'fcoe' in installed system
129
- 3.1.8
130
* Wed May 14 2014 gs@suse.de
131
- Improve layout of services, configuration and edit dialog,
132
use latest Wizard methods,
133
enable 'lldpad' and 'fcoe' service in finish script (bnc #877352)
134
- 3.1.7
135
* Mon May 5 2014 gs@suse.de
136
- Add columns for driver and private flags to table of interfaces
137
(bnc #841170)
138
- 3.1.6
139
* Wed Apr 9 2014 gs@suse.de
140
- Don't show interfaces not available for network
141
- 3.1.5
142
* Fri Mar 28 2014 gs@suse.de
143
- Adapt start of services (resp. sockets) to systemd
144
- 3.1.4
145
* Mon Dec 2 2013 gs@suse.de
146
- Enhance help text, improve ruby code
147
- 3.1.3
148
* Tue Nov 26 2013 gs@suse.de
149
- Add 'Requires: fcoe-utils' to spec-file
150
- 3.1.2
151
* Wed Nov 20 2013 gs@suse.de
152
- Use new name 'fcoe-utils' when checking for installed package
153
- 3.1.1
154
* Thu Sep 26 2013 lslezak@suse.cz
155
- do not use *.spec.in template, use *.spec file with RPM macros
156
instead
157
- 3.1.0
158
* Thu Sep 26 2013 gs@suse.de
159
- Improve ruby code
160
- version 3.0.2
161
* Sat Sep 14 2013 gs@suse.de
162
- Refactoring of ruby code (FcoeClient.rb)
163
- version 3.0.1
164
* Wed Jul 31 2013 yast-devel@opensuse.org
165
- converted from YCP to Ruby by YCP Killer
166
(https://github.com/yast/ycp-killer)
167
- version 3.0.0
168
* Thu Jun 20 2013 gs@suse.de
169
- Allow several VLAN interfaces per network device, including
170
special handling of VLAN id 0 (see bnc #813621)
171
- V 2.23.0
172
* Wed May 15 2013 gs@suse.de
173
- Detect FCoE capable interfaces correctly (bnc #813621)
174
- Write configuration files for VLAN id 0 (bnc #812602)
175
- Show MAC address (bnc #812601)
176
- V 2.22.4
177
* Thu Mar 29 2012 jsuchome@suse.cz
178
- merged proofread texts
179
- V 2.22.3
180
* Thu Jan 19 2012 gs@suse.de
181
- Merge SP2 branch to trunk: use improved 'fipvlan' (bnc #728103),
182
set DCB_REQUIRED to "no" for Broadcom devices (bnc #728658),
183
enable service start of 'lldpad' before enabling 'fcoe',
184
don't overwrite BOOTPROTO for underlying interface,
185
set default for AUTO_VLAN to "yes" (bnc #724563),
186
Call 'fipvlan' with option --link-up (bnc #737683)
187
- V 2.22.2
188
* Wed Dec 21 2011 gs@suse.de
189
- Confirmed license
190
- 2.22.1
191
* Wed Nov 16 2011 jsuchome@suse.cz
192
- merged texts from proofreading
193
- 2.22.0
194
* Thu Oct 27 2011 gs@suse.de
195
- Don't enable service start at boot during installation (is
196
enabled at the end), improve warning message
197
- V 2.21.12
198
* Thu Oct 20 2011 gs@suse.de
199
- Add FCoE configuration to group Network Services,
200
only log warning if dcbtool fails
201
- V 2.21.11
202
* Thu Oct 13 2011 gs@suse.de
203
- Set default values after removing interface
204
- V 2.21.10
205
* Tue Oct 11 2011 gs@suse.de
206
- Use ini agent to write /etc/fcoe/cfg-ethx files,
207
write /etc/sysconfig/network/ifcfg-file for underlying interface
208
(bnc #705610),
209
destroy FCoE interface before removing it (bnc #719443)
210
- V 2.21.9
211
* Thu Sep 29 2011 visnov@suse.cz
212
- set dialog title
213
- 2.21.8
214
* Thu Sep 22 2011 gs@suse.de
215
- Several improvements (add 'Remove Interface', allow to change
216
settings before creating FCoE interface, respect AUTO_VLAN) and
217
bug-fixes (bnc #705171, bnc #705610, bnc #692403, bnc #710390)
218
- 2.21.7
219
* Mon Sep 19 2011 visnov@suse.cz
220
- removed unneeded import
221
- 2.21.6
222
* Fri Aug 5 2011 tgoettlicher@suse.de
223
- fixed .desktop file (bnc #681249)
224
* Fri Jul 22 2011 locilka@suse.cz
225
- Obsoleted X-KDE-SubstituteUID replaced with xdg-su in Exec in
226
desktop files (bnc#540627)
227
- 2.21.5
228
* Tue Jul 19 2011 gs@suse.de
229
- AutoYaST support added
230
- V 2.21.4
231
* Tue Jun 7 2011 gs@suse.de
232
- Bug-fixes for installation workflow (reset network cards, only
233
show tabs 'interfaces' and 'configuration', reset modified flag),
234
stop services fcoe or lldpad on 'Abort' (if started here)
235
- V 2.21.3
236
* Thu May 26 2011 gs@suse.de
237
- Create VLAN interface and start FCoE during installation, only
238
start FCoE in installed system (if VLAN interface exists)
239
- 'DCB capable' is last column in table of interfaces
240
- inst_fcoe-client.ycp and fcoe-client_finish.ycp added (needed
241
for installation workflow)
242
- V 2.21.2
243
* Wed May 18 2011 gs@suse.de
244
- Main parts of the FCoE configuration are available
245
(implementation of feature #311802)
246
- V 2.21.1
247
* Tue Apr 19 2011 gs@suse.de
248
- initial version
249
- V 2.21.0
250