Skip to content

Commit

Permalink
Extract the _constraints file in OBS (#1185)
Browse files Browse the repository at this point in the history
- Related to #1183
- I forgot to update the `_service` file, without it the `_constraints`
is never created/updated in OBS
  • Loading branch information
lslezak authored May 7, 2024
2 parents 1211775 + 4d26829 commit cbd3aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/package/_service
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<param name="without-version">enable</param>
<param name="extract">package/agama.changes</param>
<param name="extract">package/agama.spec</param>
<param name="extract">package/_constraints</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">agama/rust</param>
Expand Down

0 comments on commit cbd3aa9

Please sign in to comment.