This commit is contained in:
parent
ebda8d5a6b
commit
69279705cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b60a6f7ddf5b5eb226de452972b455d509567ff2dcd66372d0caa273c9b41cc
|
||||
size 269220
|
3
yast2-network-2.15.53.tar.bz2
Normal file
3
yast2-network-2.15.53.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:177d85ee674e3bd40714f16b1e40bc8d90bbcd794c9c1ad91137453ad083c245
|
||||
size 263432
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 16:44:14 CEST 2007 - kmachalkova@suse.cz
|
||||
|
||||
- A better layout of internet test dialog (#292621, also in 80x25
|
||||
console)
|
||||
- Splitting off devel-doc package, containing autogenerated docu
|
||||
(FaTE #302461)
|
||||
- 2.15.53
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 15:05:58 CEST 2007 - mzugec@suse.cz
|
||||
|
||||
- fixed command line
|
||||
- fixed help for ipv6
|
||||
- 2.15.52
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 22:48:24 CEST 2007 - mzugec@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-network (Version 2.15.51)
|
||||
# spec file for package yast2-network (Version 2.15.53)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,12 +11,12 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: yast2-network
|
||||
Version: 2.15.51
|
||||
Release: 2
|
||||
Version: 2.15.53
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.15.51.tar.bz2
|
||||
Source0: yast2-network-2.15.53.tar.bz2
|
||||
prefix: /usr
|
||||
# should be required by devtools
|
||||
BuildRequires: perl-XML-Writer pkgconfig rpm
|
||||
@ -42,18 +42,39 @@ Obsoletes: y2t_lan y2t_adsl y2t_dial
|
||||
# carrier detection
|
||||
Conflicts: yast2-core < 2.10.6
|
||||
Summary: YaST2 - Network Configuration
|
||||
%package devel-doc
|
||||
Version: 2.15.53
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-network-2.15.53.tar.bz2
|
||||
prefix: /usr
|
||||
Requires: yast2-network >= 2.15.53
|
||||
Provides: yast2-devel-doc
|
||||
Summary: Developer documentation for yast2-network
|
||||
|
||||
%description
|
||||
%description
|
||||
This package contains the YaST2 component for network configuration.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Michal Svec <msvec@suse.cz>
|
||||
|
||||
|
||||
%description devel-doc
|
||||
This package contains autogenerated documentation for yast2-network
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Michal Svec <msvec@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-network-2.15.51
|
||||
%setup -n yast2-network-2.15.53
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -104,12 +125,33 @@ fi
|
||||
%{prefix}/share/applications/YaST2/*.desktop
|
||||
/usr/share/YaST2/scrconf/*.scr
|
||||
/usr/lib/YaST2/servers_non_y2/ag_udev_persistent
|
||||
%doc %{prefix}/share/doc/packages/yast2-network
|
||||
/usr/share/YaST2/schema/autoyast/rnc/networking.rnc
|
||||
/usr/share/YaST2/schema/autoyast/rnc/host.rnc
|
||||
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
|
||||
%dir %{prefix}/share/doc/packages/yast2-network
|
||||
%{prefix}/share/doc/packages/yast2-network/COPYING
|
||||
%{prefix}/share/doc/packages/yast2-network/COPYRIGHT.english
|
||||
|
||||
%readme %{prefix}/share/doc/packages/yast2-network/README
|
||||
|
||||
%files devel-doc
|
||||
%defattr(-,root,root)
|
||||
%doc %{prefix}/share/doc/packages/yast2-network
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYRIGHT.english
|
||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||
|
||||
%changelog
|
||||
* Wed Jul 25 2007 - kmachalkova@suse.cz
|
||||
- A better layout of internet test dialog (#292621, also in 80x25
|
||||
console)
|
||||
- Splitting off devel-doc package, containing autogenerated docu
|
||||
(FaTE #302461)
|
||||
- 2.15.53
|
||||
* Tue Jul 24 2007 - mzugec@suse.cz
|
||||
- fixed command line
|
||||
- fixed help for ipv6
|
||||
- 2.15.52
|
||||
* Mon Jul 23 2007 - mzugec@suse.de
|
||||
- improved text in remote.desktop (#230145)
|
||||
* Mon Jul 23 2007 - mzugec@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user