File tree 4 files changed +3
-2
lines changed
4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ BuildRequires: %{py3_module_coverage}
137
137
BuildRequires: python%{python3_pkgversion }-distro
138
138
BuildRequires: python%{python3_pkgversion }-future
139
139
BuildRequires: python%{python3_pkgversion }-setuptools
140
+ BuildRequires: python%{python3_pkgversion }-netaddr
141
+ BuildRequires: %{py3_module_cheetah }
140
142
BuildRequires: %{py3_module_sphinx }
141
143
%if 0%{?suse_version }
142
144
# Make post-build-checks happy by including these in the buildroot
@@ -238,14 +240,13 @@ http://server/cobbler_web to configure the install server.
238
240
239
241
240
242
%prep
241
- %autosetup -p1
243
+ %setup
242
244
243
245
%if 0%{?suse_version }
244
246
# Set tftpboot location correctly for SUSE distributions
245
247
sed -e "s|/var/lib/tftpboot|%{tftpboot_dir }|g" -i cobbler/settings.py config/cobbler/settings
246
248
%endif
247
249
248
-
249
250
%build
250
251
%py3_build
251
252
You can’t perform that action at this time.
0 commit comments