Skip to content

Commit

Permalink
Merge branch 'master' into fix_testsuite_sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
felixsch authored Feb 8, 2024
2 parents 7f60257 + 25a597c commit 346d7d4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
awesome_print (1.9.2)
bigdecimal (3.1.6)
builder (3.2.4)
byebug (11.1.3)
case_transform (0.2)
Expand All @@ -49,7 +50,8 @@ GEM
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
crack (0.4.5)
crack (0.4.6)
bigdecimal
rexml
crass (1.0.6)
deep_merge (1.2.1)
Expand Down Expand Up @@ -129,7 +131,7 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (1.0.1)
hashdiff (1.1.0)
hpricot (0.8.6)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -306,7 +308,7 @@ GEM
activesupport (>= 3)
railties (>= 3)
yard (~> 0.9.20)
webmock (3.19.1)
webmock (3.20.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
6 changes: 6 additions & 0 deletions package/files/nginx-pubcloud/nginx-https.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ server {
autoindex off;
}

# no authentication for license files
location ~ ^.*/product.license/.*$ {
autoindex on;
log_not_found off;
}

location /repo {
autoindex on;
log_not_found off;
Expand Down
7 changes: 4 additions & 3 deletions package/obs/rmt-server.changes
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
-------------------------------------------------------------------
Thu Jan 25 17:40:00 UTC 2024 - Felix Schnizlein <fschnizlein@suse.com>
Thu Feb 08 15:33:00 UTC 2024 - Felix Schnizlein <fschnizlein@suse.com>

- Version 2.15:
* Moving system hardware information to systems database table to
allow transmitting system information dynamically. (jsc#PED-3734)
* Dropping Rails Secrets facilities and related config files (bsc#1215176)
* rmt-client-setup-res script: fix for CentOS8 clients (bsc#1214709)
* Updated supportconfig script (bsc#1216389)
* Support zstd compression for repository metadata (bsc#1218775)
* Do not add credential handling to normal repository URLs (#1219153)
* Do not add credential handling to normal repository URLs (bsc#1219153)
* Disable authentication for license files in pubcloud context
* Higher registration sharing timeout

-------------------------------------------------------------------
Thu Jun 06 15:44:00 UTC 2023 - Luís Caparroz <lcaparroz@suse.com>
Expand Down

0 comments on commit 346d7d4

Please sign in to comment.