This commit is contained in:
parent
8ae494d978
commit
b3e9d4ec91
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 8 11:11:41 CEST 2008 - pgajdos@suse.cz
|
||||||
|
|
||||||
|
- /etc/services and /etc/protocols was marked as %config(noreplace)
|
||||||
|
[bnc#422884]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 25 15:32:25 CET 2008 - mkoenig@suse.de
|
Tue Mar 25 15:32:25 CET 2008 - mkoenig@suse.de
|
||||||
|
|
||||||
|
28
netcfg.spec
28
netcfg.spec
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package netcfg (Version 11.0)
|
# spec file for package netcfg (Version 11.0.42)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -17,7 +24,7 @@ Group: System/Base
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: coreutils aaa_base
|
PreReq: coreutils aaa_base
|
||||||
Summary: Network Configuration Files in /etc
|
Summary: Network Configuration Files in /etc
|
||||||
Version: 11.0
|
Version: 11.0.42
|
||||||
Release: 22
|
Release: 22
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -94,10 +101,13 @@ exit 0
|
|||||||
%verify(not md5 size mtime) %config(noreplace) /etc/hosts.lpd
|
%verify(not md5 size mtime) %config(noreplace) /etc/hosts.lpd
|
||||||
%config(noreplace) /etc/netgroup
|
%config(noreplace) /etc/netgroup
|
||||||
%config(noreplace) /etc/networks
|
%config(noreplace) /etc/networks
|
||||||
%config /etc/protocols
|
%config(noreplace) /etc/protocols
|
||||||
%config /etc/services
|
%config(noreplace) /etc/services
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 08 2008 pgajdos@suse.cz
|
||||||
|
- /etc/services and /etc/protocols was marked as %%config(noreplace)
|
||||||
|
[bnc#422884]
|
||||||
* Tue Mar 25 2008 mkoenig@suse.de
|
* Tue Mar 25 2008 mkoenig@suse.de
|
||||||
- add rpcbind alias for sunrpc [fate#300607]
|
- add rpcbind alias for sunrpc [fate#300607]
|
||||||
* Tue Mar 04 2008 pgajdos@suse.cz
|
* Tue Mar 04 2008 pgajdos@suse.cz
|
||||||
@ -111,7 +121,7 @@ exit 0
|
|||||||
- Update protocols and services files from IANA
|
- Update protocols and services files from IANA
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Dec 14 2005 kukuk@suse.de
|
* Thu Dec 15 2005 kukuk@suse.de
|
||||||
- Update services file
|
- Update services file
|
||||||
* Tue Sep 13 2005 mmj@suse.de
|
* Tue Sep 13 2005 mmj@suse.de
|
||||||
- Readd the correct services file to patch
|
- Readd the correct services file to patch
|
||||||
@ -272,7 +282,7 @@ exit 0
|
|||||||
- Compress tar archive
|
- Compress tar archive
|
||||||
* Mon Jun 19 2000 kukuk@suse.de
|
* Mon Jun 19 2000 kukuk@suse.de
|
||||||
- Enable swat in etc/inetd.conf
|
- Enable swat in etc/inetd.conf
|
||||||
* Fri May 26 2000 kukuk@suse.de
|
* Sat May 27 2000 kukuk@suse.de
|
||||||
- Fix tar archive
|
- Fix tar archive
|
||||||
* Thu May 25 2000 kukuk@suse.de
|
* Thu May 25 2000 kukuk@suse.de
|
||||||
- Add etc/host.conf
|
- Add etc/host.conf
|
||||||
@ -349,7 +359,7 @@ exit 0
|
|||||||
* Sat Dec 05 1998 bs@suse.de
|
* Sat Dec 05 1998 bs@suse.de
|
||||||
- added netplan to /etc/services
|
- added netplan to /etc/services
|
||||||
- marked /etc/inetd.conf as noreplace
|
- marked /etc/inetd.conf as noreplace
|
||||||
* Sat Nov 28 1998 bs@suse.de
|
* Sun Nov 29 1998 bs@suse.de
|
||||||
- added rsync to etc/services and etc/inetd.conf
|
- added rsync to etc/services and etc/inetd.conf
|
||||||
* Wed Nov 18 1998 bs@suse.de
|
* Wed Nov 18 1998 bs@suse.de
|
||||||
- disabled vbox in inetd.conf
|
- disabled vbox in inetd.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user