Bug 31390 - do not require rpm-build
Summary: do not require rpm-build
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: rpm-build-tcl (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: Vladimir D. Seleznev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 12:47 MSK by Ivan Zakharyaschev
Modified: 2015-10-28 22:14 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2015-10-22 12:47:08 MSK
rpm-build-tcl-0.4-alt1

Now, the .spec says:

PreReq: rpm-build >= 4.0.4-alt44

I suggest not to require rpm-build and express the compatibility with Conflicts:

Conflicts: rpm-build < 4.0.4-alt44

Why:
    
rpm-build-tcl goes together with tcl-devel package,
and those who install tcl-devel do not always intend to build RPMs.
    
Those who do intend to build RPMs, install rpm-build anyway.
    
(TODO: decribe this in https://www.altlinux.org/RPM_Macros_Packaging_Policy .)
Comment 1 Ivan Zakharyaschev 2015-10-22 13:10:17 MSK
Please approve the small fixes in http://git.altlinux.org/tasks/151970/ (0.4-alt2 in http://git.altlinux.org/people/imz/packages/?p=rpm-build-tcl.git ) if you have nothing against them.
Comment 2 Sergey Bolshakov 2015-10-22 14:14:00 MSK
approved
Comment 3 Ivan Zakharyaschev 2015-10-22 15:26:59 MSK
(В ответ на комментарий №2)
> approved

For some reason, I can't see your approval on the status page http://git.altlinux.org/tasks/151970/ . It's still in EPERM state. Has something gone wrong?
Comment 4 Sergey Bolshakov 2015-10-22 16:01:47 MSK
$ ssh git task show 151970|grep  approved
 200:approved_by=sbolshakov

just rerun task one more time.
Comment 5 Ivan Zakharyaschev 2015-10-22 16:19:36 MSK
(В ответ на комментарий №4)
> $ ssh git task show 151970|grep  approved
>  200:approved_by=sbolshakov
> 
> just rerun task one more time.

Thanks for your help!