Overview
Request 693723 superseded
- Created new subpackages -config, -doc and standalone package chkstat
where we can start a better versioning scheme and require it from the
original package (forwarded request 693721 from jsegitz)
- Created by msmeissn
- In state superseded
- Superseded by 700151
- Open review for openSUSE:Factory:Staging:A
Request History
msmeissn created request
- Created new subpackages -config, -doc and standalone package chkstat
where we can start a better versioning scheme and require it from the
original package (forwarded request 693721 from jsegitz)
licensedigger accepted review
ok
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
dimstar_suse set openSUSE:Factory:Staging:A as a staging project
Being evaluated by staging project "openSUSE:Factory:Staging:A"
dimstar_suse accepted review
Picked openSUSE:Factory:Staging:A
dimstar declined review
```
+%post config
+%{fillup_only -n security}
+# apply all potentially changed permissions
+%{_bindir}/chkstat --system
```
This should result in ```Requires(post): chkstat``` - otherwise there is no defined order for the packages to be installed - and the post script has a chance of failing
dimstar declined request
```
+%post config
+%{fillup_only -n security}
+# apply all potentially changed permissions
+%{_bindir}/chkstat --system
```
This should result in ```Requires(post): chkstat``` - otherwise there is no defined order for the packages to be installed - and the post script has a chance of failing
superseded by 700151
There is also this issue:
the zypp-plugin would need a
Requires: permission = %{VERSION}
- all caps, as otherwise the last Version: tag prevails