4e99052d07
The extra spaces were preventing proper bolding. Closes: #1306 Approved by: cgwalters
29 lines
552 B
Plaintext
29 lines
552 B
Plaintext
**Host system details**
|
|
|
|
Provide the output of `rpm-ostree status`.
|
|
|
|
**Expected vs actual behavior**
|
|
|
|
```
|
|
# rpm-ostree install somepackage
|
|
error: installing somepackage: encountered an error
|
|
```
|
|
|
|
Expected:
|
|
|
|
```
|
|
# rpm-ostree install foo
|
|
...
|
|
Success!
|
|
```
|
|
|
|
**Steps to reproduce it**
|
|
|
|
Provide any additional data that may help debug this - which specific version of
|
|
an RPM is in the repo, or any host system configuration.
|
|
|
|
**Would you like to work on the issue?**
|
|
|
|
Please let us know if you can work on it or the issue should be assigned to
|
|
someone else.
|