new group: System/Servers/ZProducts

This commit is contained in:
Дмитрий Левин 2002-10-25 12:09:50 +00:00
parent 6f4bf7d6f4
commit 045894de8d
3 changed files with 9 additions and 1 deletions

1
GROUPS
View File

@ -88,6 +88,7 @@ System/Internationalization
System/Kernel and hardware
System/Libraries
System/Servers
System/Servers/ZProducts
System/XFree86
Terminals
Text tools

View File

@ -3755,6 +3755,9 @@ msgstr "
msgid "System/Servers"
msgstr "óÉÓÔÅÍÁ/óÅÒ×ÅÒÙ"
msgid "System/Servers/ZProducts"
msgstr "óÉÓÔÅÍÁ/óÅÒ×ÅÒÙ/ZProducts"
msgid "System/XFree86"
msgstr "óÉÓÔÅÍÁ/XFree86"

View File

@ -6,7 +6,7 @@
Name: %rpm_name
Version: %rpm_version
Release: alt8
Release: alt9
%define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
%define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null)
@ -478,6 +478,10 @@ fi
%endif #with contrib
%changelog
* Fri Oct 25 2002 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt9
- find-requires: added libperl/nolibperl options.
- New group: System/Servers/ZProducts.
* Tue Oct 22 2002 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt8
- lib/header.c: headerFindI18NString: check for LANGUAGE first.
- perl.req: s/perl >= /perl-base >= / (Alexey Tourbin)