Re: [Rpm-maint] [rpm-software-management/rpm] rpm --import does not replace old keys with new keys (Issue #2577)

2023-09-06 Thread Kyra
This blocks Google Chrome updates on Fedora Silverblue entirely: 

https://github.com/fedora-silverblue/issue-tracker/issues/408#issuecomment-1672045960

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2577#issuecomment-1709420772
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] Don't leak local git refs in ChangeLog (Issue #2647)

2023-09-06 Thread Michal Domonkos
Currently, git branches and tags in one's local checkout are part of the 
`ChangeLog` target in cmake, these should be omitted since there may be various 
WIP ones used locally and only pollute the log. Also, they cause unnecessary 
diffs when e.g. comparing old and new tarballs during release preparation.

Example from the latest `rpm-4.18.99.tar.bz2` (note the text in the 
parentheses):

```
commit 347cd05f93f8639a964331015eeb88e083295351 (HEAD -> rpm-4.19.x, tag: 
rpm-4.19.0-rc1, upstream/rpm-4.19.x, origin/rpm-4.19.x)
[...]
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2647
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint