diff --git a/config/remote_rpm/rpmfusion-free.yaml b/config/remote_rpm/rpmfusion-free.yaml index 4a89cdc..c6fe389 100644 --- a/config/remote_rpm/rpmfusion-free.yaml +++ b/config/remote_rpm/rpmfusion-free.yaml @@ -4,6 +4,4 @@ immutable_ttl: 0 mutable_ttl: 7200 immutable_patterns: - ".*\\.rpm$" - - ".*/repodata/.*\\.xml.*$" - - ".*/repodata/.*\\.sqlite.*$" - "RPM-GPG-KEY-.*$" diff --git a/config/remote_rpm/rpmfusion-nonfree.yaml b/config/remote_rpm/rpmfusion-nonfree.yaml index 8311d0b..2074e64 100644 --- a/config/remote_rpm/rpmfusion-nonfree.yaml +++ b/config/remote_rpm/rpmfusion-nonfree.yaml @@ -4,6 +4,4 @@ immutable_ttl: 0 mutable_ttl: 7200 immutable_patterns: - ".*\\.rpm$" - - ".*/repodata/.*\\.xml.*$" - - ".*/repodata/.*\\.sqlite.*$" - "RPM-GPG-KEY-.*$"