Skip to content

Commit c0f4928

Browse files
committed
oS 11.2: noarch, os:11.0: fixed build.
Reintroduced noarch, if allowed by the base python packaging. BuildRequire python-devel to fix build, for openSUSE 11.0.
1 parent 4c94951 commit c0f4928

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

cnetworkmanager.changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
-------------------------------------------------------------------
28
Mon Aug 10 22:00:00 CEST 2009 - mvidner@suse.cz
39

cnetworkmanager.spec

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Url: http://vidner.net/martin/software/cnetworkmanager/
2626
Group: Productivity/Networking/System
2727
# build time reqs same as run time because we run tests
2828
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
2936
Requires: dbus-1-python python-gobject2
3037
Requires: NetworkManager >= 0.7.0
3138
Provides: NetworkManager-client

0 commit comments

Comments
 (0)