To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44335
User pmladek changed the following:
What |Old value |New value
================================================================================
CC|'obr' |'obr,pmladek'
--------------------------------------------------------------------------------
Priority|P4 |P3
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Mar 7 11:06:19 -0800
2005 -------
I have found the following:
SUSE Linux (SL) includes the package:
$> rpm -q -provides suse-release
aaa_version
distribution-release
suse-release-9.2.1
suse-release = 9.2.1-5
$> rpm -ql suse-release
/etc/SuSE-release
/etc/issue
/etc/issue.net
/etc/motd
Novell Linux Desktop (NLD) includes the package:
$> rpm -q -provides sld-release
distribution-release
aaa_version
sld-release = 9-0.1
$> rpm -ql sld-release
/etc/SuSE-release
/etc/issue
/etc/issue.net
/etc/motd
/etc/novell-release
SUSE Linux Enterprise Server (SLES) includes the package:
$> rpm -q -provides sles-release
distribution-release
sles-release-9
unitedlinux-release:/etc/issue
sles-release = 9-82.12
$> rpm -ql sles-release
/etc/SuSE-release
/etc/issue
/etc/issue.net
/etc/motd
So, the only common provided symbol is "distribution-release". It is ugly
because the name doesn't look SUSE specific.
But there is a common file /etc/SUSE-release. And rpm allows to require files.
So, you can use:
Requires: /etc/SuSE-release
Another possibility would be to require another SUSE specific package like
"yast2" or "suse-build-key".
I'll ask if there is another official solution.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]