forked from pool/yast2-network
This commit is contained in:
parent
a51cd60431
commit
6e1b78bd58
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3f2ad27039a6f1b7f29b2ce6cb45d2d68cb956a9ff39330e15095b38e783113e
|
oid sha256:af35d3316eeb8ade05a836340524e2583133242746967dfaeb62cd00f130ca14
|
||||||
size 269894
|
size 269149
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 7 11:49:33 CET 2008 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
- Enable setting a route without interface (use '-' which stands for
|
||||||
|
'any') (#93996)
|
||||||
|
- Merged proofread texts
|
||||||
|
- Dependency on yast2-country replaced with yast2-country-data
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 13 21:58:58 CET 2007 - mzugec@suse.cz
|
Thu Dec 13 21:58:58 CET 2007 - mzugec@suse.cz
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.16.18
|
Version: 2.16.18
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -33,7 +33,7 @@ Requires: yast2 >= 2.16.18
|
|||||||
Requires: sysconfig yast2-packager
|
Requires: sysconfig yast2-packager
|
||||||
#GetLanguageCountry
|
#GetLanguageCountry
|
||||||
#(in newly created yast2-country-data)
|
#(in newly created yast2-country-data)
|
||||||
Requires: yast2-country-data >=2.16.3
|
Requires: yast2-country-data >= 2.16.3
|
||||||
PreReq: /bin/rm
|
PreReq: /bin/rm
|
||||||
Provides: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
|
Provides: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
|
||||||
Obsoletes: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
|
Obsoletes: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
|
||||||
@ -49,7 +49,7 @@ Summary: YaST2 - Network Configuration
|
|||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.16.18
|
Version: 2.16.18
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -140,6 +140,11 @@ fi
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 07 2008 - kmachalkova@suse.cz
|
||||||
|
- Enable setting a route without interface (use '-' which stands for
|
||||||
|
'any') (#93996)
|
||||||
|
- Merged proofread texts
|
||||||
|
- Dependency on yast2-country replaced with yast2-country-data
|
||||||
* Thu Dec 13 2007 - mzugec@suse.cz
|
* Thu Dec 13 2007 - mzugec@suse.cz
|
||||||
- interface names manage support - FaTE #300636
|
- interface names manage support - FaTE #300636
|
||||||
- 2.16.18
|
- 2.16.18
|
||||||
|
Loading…
x
Reference in New Issue
Block a user