File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------
2
+ Wed Aug 12 15:20:09 CEST 2009 - mvidner@suse.cz
3
+
4
+ - Reintroduced noarch, if allowed by the base python packaging.
5
+ - BuildRequire python-devel to fix build, for openSUSE 11.0.
6
+
1
7
-------------------------------------------------------------------
2
8
Mon Aug 10 22:00:00 CEST 2009 - mvidner@suse.cz
3
9
Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ Url: http://vidner.net/martin/software/cnetworkmanager/
26
26
Group: Productivity/Networking/System
27
27
# build time reqs same as run time because we run tests
28
28
BuildRequires: dbus-1-python python-gobject2
29
+ %if 0%{?suse_version } <= 1100
30
+ BuildRequires: python-devel
31
+ %endif
32
+ # if suse>11.1 or not suse:
33
+ %if %{?suse_version: %{suse_version } > 1110} %{!?suse_version:1 }
34
+ BuildArch: noarch
35
+ %endif
29
36
Requires: dbus-1-python python-gobject2
30
37
Requires: NetworkManager >= 0.7.0
31
38
Provides: NetworkManager-client
You can’t perform that action at this time.
0 commit comments