Accepting request 233611 from system:packagemanager
- Use SUSE not SuSE. - Use SUSE not SuSE. OBS-URL: https://build.opensuse.org/request/show/233611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpkg?expand=0&rev=8
This commit is contained in:
commit
6115aa3f24
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 13:58:18 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
- Use SUSE not SuSE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 21:31:13 UTC 2013 - dvaleev@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dpkg
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -6,7 +6,7 @@ diff -ur dpkg-1.16.7.orig/man/update-alternatives.8 dpkg-1.16.7/man/update-alter
|
||||
.B update\-alternatives
|
||||
creates, removes, maintains and displays information about the symbolic
|
||||
-links comprising the Debian alternatives system.
|
||||
+links comprising the SuSE alternatives system.
|
||||
+links comprising the SUSE alternatives system.
|
||||
.PP
|
||||
It is possible for several programs fulfilling the same or similar
|
||||
functions to be installed on a single system at the same time.
|
||||
@ -15,7 +15,7 @@ diff -ur dpkg-1.16.7.orig/man/update-alternatives.8 dpkg-1.16.7/man/update-alter
|
||||
user has not specified a particular preference.
|
||||
.PP
|
||||
-Debian's alternatives system aims to solve this problem.
|
||||
+SuSE's alternatives system aims to solve this problem.
|
||||
+SUSE's alternatives system aims to solve this problem.
|
||||
A generic name in the filesystem is
|
||||
shared by all files providing interchangeable functionality.
|
||||
The alternatives system and the system administrator
|
||||
@ -29,7 +29,7 @@ diff -ur dpkg-1.16.7.orig/man/update-alternatives.8 dpkg-1.16.7/man/update-alter
|
||||
-.B prerm
|
||||
-(install) scripts in Debian packages.
|
||||
+.B preun
|
||||
+(install) scripts in SuSE packages.
|
||||
+(install) scripts in SUSE packages.
|
||||
.PP
|
||||
It is often useful for a number of alternatives to be synchronized,
|
||||
so that they are changed as a group; for example, when several versions
|
||||
@ -47,7 +47,7 @@ diff -ur dpkg-1.16.7.orig/man/update-alternatives.8 dpkg-1.16.7/man/update-alter
|
||||
.
|
||||
.SH BUGS
|
||||
-If you find a bug, please report it using the Debian bug-tracking system.
|
||||
+If you find a bug, please report it using the SuSE bug-tracking system.
|
||||
+If you find a bug, please report it using the SUSE bug-tracking system.
|
||||
.PP
|
||||
If you find any discrepancy between the operation of
|
||||
.B update\-alternatives
|
||||
@ -68,7 +68,7 @@ diff -ur dpkg-1.16.7.orig/utils/update-alternatives.c dpkg-1.16.7/utils/update-a
|
||||
version(void)
|
||||
{
|
||||
- printf(_("Debian %s version %s.\n"), PROGNAME, VERSION);
|
||||
+ printf(_("SuSE %s version %s.\n"), PROGNAME, VERSION);
|
||||
+ printf(_("SUSE %s version %s.\n"), PROGNAME, VERSION);
|
||||
printf("\n");
|
||||
|
||||
printf(_(
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 13:57:59 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
- Use SUSE not SuSE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 21:27:10 UTC 2013 - dvaleev@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package update-alternatives
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user