@@ -30,7 +30,6 @@ Requires: dbus-1-python python-gobject2
30
30
Requires: NetworkManager >= 0.7.0
31
31
Provides: NetworkManager-client
32
32
BuildRoot: %{_tmppath }/%{name }-%{version }-build
33
- BuildArch: noarch
34
33
Source: %{name }-%{version }.tar.gz
35
34
%{py_requires}
36
35
@@ -62,27 +61,3 @@ rm -rf %{buildroot}
62
61
%defattr(-,root,root)
63
62
%doc README COPYING HACKING NEWS
64
63
%changelog
65
- * Sat Mar 21 2009 mvidner@suse.cz
66
- - v0.8.4
67
- - New: When connecting (-C), monitor the NM connection state.
68
- - Fix: RPM packaging: consistent PREFIX (bnc#485413), owning pkgdatadir.
69
- - Fix: KeyError with --wep-hex. (James Hogan)
70
- - Fix: knetworkmanagerrc: Don' t let ConnectionSettings
71
- override ConnectionSecrets.
72
- - Updated pbkdf2.py to the newest upstream version (license
73
- clarified). (Alexander Block)
74
- * Fri Mar 06 2009 mvidner@suse.cz
75
- - Packaging fix: claim ownership of pkgdatadir
76
- * Thu Mar 05 2009 mvidner@suse.cz
77
- - v0.8.3
78
- - Fix: secrets leak via o.fd.NMS.Connection.Secrets (CVE-2009-0365)
79
- - Fix: secrets leak via o.fd.NMS.Connection.GetSettings (bnc#479566#c3)
80
- * Sat Nov 22 2008 coolo@suse.de
81
- - buildrequire dbus-1 to fix file list check
82
- * Tue Nov 18 2008 mvidner@suse.cz
83
- - v0.8
84
- - New: --wep-pass
85
- - New: if there is another applet, report its pid
86
- - Fix: do not rely on DBus config from GUI applets
87
- * Fri Nov 07 2008 mvidner@suse.cz
88
- - initial packaging
0 commit comments