Bug 1509 - empty Requierflags should mean no Requierflags
Summary: empty Requierflags should mean no Requierflags
Status: ASSIGNED
Alias: None
Product: Sisyphus
Classification: Development
Component: rpm-build (show other bugs)
Version: unstable
Hardware: all Linux
: P5 enhancement
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-02 23:16 MSK by imz
Modified: 2005-07-13 15:45 MSD (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description imz 2002-11-02 23:16:55 MSK
This could be convenient to combine common requirements:

Requires(post,,preun): coreutils gzip-utils

which should be equivalent to:

Requires(post,,preun): coreutils gzip-utils
Requires: coreutils gzip-utils

---
Now rpmbuild complains like this:

ошибка: строка 29: Неверное число Requireflags: определяет: Requires(post,,preun): coreutils gzip-utils
---
rpm-build-4.0.4-alt10