Bug 1460283 - rubygem-tilt: Improve bootstrapping logic
Summary: rubygem-tilt: Improve bootstrapping logic
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rubygem-tilt
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vít Ondruch
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-09 14:47 UTC by Jun Aruga
Modified: 2017-08-07 06:52 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-07 06:52:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jun Aruga 2017-06-09 14:47:12 UTC
Description of problem:

Current below bootstrapping logic actually does not change bootstrap flag by `mock --with boostrap`.

```
%{!?_with_bootstrap: %global bootstrap 0}
```

I wish that it is modified when we upgrade to next version.

```
%{?_with_bootstrap: %global bootstrap 1}
```

Ref: https://fedoraproject.org/wiki/Packaging:Guidelines#Bootstrapping

Version-Release number of selected component (if applicable):


How reproducible:
rubygem-tilt-2.0.7-1.fc27


Steps to Reproduce:
1. mock -r fedora-rawhide-x86_64 --with bootstrap *.src.rpm
2.
3.

Actual results:
Run without bootstrap. (bootstrap: empty)


Expected results:
Run with enabling boostrap. (bootstrap: 1)

Additional info:


Note You need to log in before you can comment on or make changes to this bug.