Re: libharu soname bump in rawhide [part II]

2022-10-05 Thread Dmitrij S. Kryzhevich
If you need help with updating please note me.

--
Dmitrij S. Kryzhevich
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


libharu soname bump in rawhide [part II]

2022-10-05 Thread Dmitrij S. Kryzhevich
libharu is going to be updated with soname bump in the near future. This is a 
second attempt [1].
There is an ABI change AND API change: HPDF_Page_SetDash() and 
HPDF_Page_Create3DAnnot().

Syntax change.
1. HPDF_Page_Create3DAnnot()
was: HPDF_Page page, HPDF_Rect rect, HPDF_U3D u3d
new: HPDF_Page page, HPDF_Rect rect, HPDF_BOOL tb, HPDF_BOOL np, HPDF_U3D u3d, 
HPDF_Image ap
where:
tb - enable visibility of ToolBar
np - enable visibility of Navigation Panel
ap - not described, referenced to pointer where 'appearance' should be 
stored, but could be NULL so internal 'HPDF_Dict stream' will be used instead.

2. HPDF_Page_SetDash()
was: HPDF_Page page, const HPDF_UINT16 *dash_ptn, HPDF_UINT num_param, 
HPDF_UINT phase
new: HPDF_Page page, const   HPDF_REAL *dash_ptn, HPDF_UINT num_param, 
HPDF_REAL phase
so it's 'dash_ptn' and 'phase'
gcc will throw error with signed-unsigned convertion if not fixed. Error could 
be disabled with corresponding flag (but obviously should not).

Also hpdf.h does not include hpdf_version.h now. There is an issue opened in 
libharu apstream [2] which may be resolved.

Affected packages:
vtk
saga
mathgl
EMBOSS
plplot
perl-PDF-Haru
blender

Looks like blender and EMBOSS does not use those API and could be just rebuilt. 
Others rely on it.

I haven't permissions of proven packager so can't rebuild them (except mathgl 
where I'm comaintainer).

--
Dmitrij S. Kryzhevich

[1] 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/ZV4NIK4TRWYM666B46YHQ2HAMJ6RDS27/
[2] https://github.com/libharu/libharu/issues/246
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: DNF5 Blockers

2022-10-05 Thread Tommy Nguyen


On Wed, 2022-10-05 at 22:10 -0500, Maxwell G via devel wrote:
> On Wed Oct 5, 2022, Maxwell G via devel wrote:
> > Hi Fedorians,
> > 
> > I think we should define a more through list of blockers/criteria
> > that
> > dnf5 needs to meet before it can replace the current dnf.
> > 
> > The DNF maintainers have their list of requirements, but it would
> > be
> > helpful for the wider community to test dnf5 and report which
> > currently
> > unimplemented features/usecases would block them from adopting it.
> > Hopefully, the more popular, for lack of a better word, blockers
> > can be
> > incorporated into the Change Proposal or otherwise required by
> > FESCo as
> > a prerequisite for this change. This should help the DNF
> > maintainers
> > prioritize, keep everyone on the same page, and ensure that dnf5
> > doesn't
> > prematurely become the default.
> 
> Some of mine:
> 
> - `dnf repoquery` -- Currently, `dnf5 repoquery` nowhere near meets
> the
>   capabilities of the old version. This is the most important to me.
> - `dnf config-manager`
> - `dnf copr`
> - `dnf system-upgrade`
> - `dnf needs-restarting` - nice to have
> - Documentation for the Python API. Currently, the C++ library is
>   documented, but the Python bindings are not. I saw someone else ask
> for
>   this, and now I'm adding it to my blockers :). The current Python
> API
>   documentation is great, so I wouldn't want to lose that.
> - A fully populated manpage. dnf5's manpage is nearly empty
>   right now.
> 
> Compatibility:
> - The `dnf update` alias is missing
> - `--refresh` is missing
> - The old dnf has some zypper style aliases (e.g. in for install,
>   dsync for distro-sync). I don't use them, but I noticed they were
>   missing.
> - I'm not sure what will happen with the old yum-utils aliases (e.g.
>   /usr/bin/repoquery). I always use `dnf repoquery`, but I'd reckon
> that
>   many others use the alias.
> 
> 
> --
> Best,
> 
> Maxwell G (@gotmax23)
> Pronouns: He/Him/His
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines:
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue

This is not a blocker but a "nice to have". dnf5 doesn't seem to
currently report unimplemented commands, you just infer it from it
doing nothing.

- `dnf5 search` is not implemented
- plugins like tracer, snapper, etc. these are not mandatory, but would
break my workflow
- better documentation than dnf4
- failover priority in repo files

So far the help/usage is good. This is more of a "when it's
implemented" type of thing. The help/usage for dnf4 is god awful and
hard to interpret. The man page is better, but not much. I suspect that
the documentation was written more for developers than end users.

Better machine readable output for scriptability. Maybe my dnf4 foo is
not good enough, but much of the command output is not machine readable
without using grep/sed etc. 


signature.asc
Description: This is a digitally signed message part
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: DNF5 Blockers

2022-10-05 Thread Maxwell G via devel
On Wed Oct 5, 2022, Maxwell G via devel wrote:
> Hi Fedorians,
>
> I think we should define a more through list of blockers/criteria that
> dnf5 needs to meet before it can replace the current dnf.
>
> The DNF maintainers have their list of requirements, but it would be
> helpful for the wider community to test dnf5 and report which currently
> unimplemented features/usecases would block them from adopting it.
> Hopefully, the more popular, for lack of a better word, blockers can be
> incorporated into the Change Proposal or otherwise required by FESCo as
> a prerequisite for this change. This should help the DNF maintainers
> prioritize, keep everyone on the same page, and ensure that dnf5 doesn't
> prematurely become the default.

Some of mine:

- `dnf repoquery` -- Currently, `dnf5 repoquery` nowhere near meets the
  capabilities of the old version. This is the most important to me.
- `dnf config-manager`
- `dnf copr`
- `dnf system-upgrade`
- `dnf needs-restarting` - nice to have
- Documentation for the Python API. Currently, the C++ library is
  documented, but the Python bindings are not. I saw someone else ask for
  this, and now I'm adding it to my blockers :). The current Python API
  documentation is great, so I wouldn't want to lose that.
- A fully populated manpage. dnf5's manpage is nearly empty
  right now.

Compatibility:
- The `dnf update` alias is missing
- `--refresh` is missing
- The old dnf has some zypper style aliases (e.g. in for install,
  dsync for distro-sync). I don't use them, but I noticed they were
  missing.
- I'm not sure what will happen with the old yum-utils aliases (e.g.
  /usr/bin/repoquery). I always use `dnf repoquery`, but I'd reckon that
  many others use the alias.


--
Best,

Maxwell G (@gotmax23)
Pronouns: He/Him/His


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


DNF5 Blockers

2022-10-05 Thread Maxwell G via devel
Hi Fedorians,

I think we should define a more through list of blockers/criteria that
dnf5 needs to meet before it can replace the current dnf.

The DNF maintainers have their list of requirements, but it would be
helpful for the wider community to test dnf5 and report which currently
unimplemented features/usecases would block them from adopting it.
Hopefully, the more popular, for lack of a better word, blockers can be
incorporated into the Change Proposal or otherwise required by FESCo as
a prerequisite for this change. This should help the DNF maintainers
prioritize, keep everyone on the same page, and ensure that dnf5 doesn't
prematurely become the default.

--
Best,

Maxwell G (@gotmax23)
Pronouns: He/Him/His


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: SRPM macros, EPEL, and side tags

2022-10-05 Thread Maxwell G via devel
On Thu Oct 6, 2022 at 1:35 AM +0200, Miro Hrončok wrote:
> On 05. 10. 22 23:24, Kevin Fenzi wrote:
> > On Wed, Oct 05, 2022 at 08:40:12PM -, Artur Frenszek-Iwicki wrote:
> >> Hi all,
> >>
> >> some time ago I've built the Free Pascal Compiler [0] for EPEL9,
> >> and recently I got the idea it might be good to do the same with
> >> the Lazarus IDE [1]. Testing things locally with mock,
> >> I realized that Lazarus used a macro from fpc-srpm-macros [2],
> >> which hasn't been built for EPEL9 yet.
> >>
> >> No biggie, I thought. I created a side tag, built fpc-srpm-macros there,
> >> then added "BuildRequires: fpc-srpm-macros" to the Lazarus spec
> >> and tried building it in the side tag. The build failed, and looking at
> >> root.log, the fpc-srpm-macros package was not installed [3].
> > 
> > srpm's are built in a different buildroot koji has defined as
> > 'srpm-build'.
> > 
> > You can see whats in this with a 'koji list-groups epel9-build'
> > 
> > So yeah, you need something to pull in that fpc-srpm-macros,
> > (likely epel-release) or have it added to the srpm-build group.
>
> I believe more appropriate package is epel-rpm-macros.
>
> $ repoquery --repo=epel9 --requires epel-rpm-macros
> (pyproject-rpm-macros if python3-rpm-macros)
> ansible-srpm-macros
> go-srpm-macros-epel
> redhat-release >= 9

Yup, this is my understanding as well. In Fedora, *-srpm-macros packages
are pulled in by adding having redhat-rpm-config depend on them. Macro
packages that we want in EPEL that aren't in RHEL are usually added as
dependencies of epel-rpm-macros.


--
Maxwell G (@gotmax23)
Pronouns: He/Him/His


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: libharu soname bump for rawhide

2022-10-05 Thread Dmitrij S. Kryzhevich
Oh. Found error in my repoquery. Thank you.

On Wed, 5 Oct 2022 22:11:31 +0900
Mamoru TASAKA  wrote:

> Dmitrij S. Kryzhevich wrote on 2022/10/05 18:02:
> > I understand the necessity of time to react, may be should handle it in a 
> > more proper way.
> > I was triggered by maintainer of only dependent package (directly 
> > dependent) so I strongly believe it's OK in this case.
> 
> Seems not actually:
> 
> dnf repoquery --repo=koji-38  --qf '%{sourcerpm}' --whatrequires 
> "libhpdf.so.2.3*" | cat -n
>   1   EMBOSS-6.6.0-22.fc38.src.rpm
>   2   blender-3.3.0-4.fc38.src.rpm
>   3   mathgl-2.4.4-18.fc38.src.rpm
>   4   perl-PDF-Haru-1.00-38.fc37.src.rpm
>   5   plplot-5.15.0-45.fc38.src.rpm
>   6   saga-7.6.1-16.fc38.src.rpm
>   7   vtk-9.1.0-17.fc37.src.rpm
> 
> Perhaps I am going to request untag for libharu-2.4.2-1.fc38.
> 
> Regards,
> Mamoru
> 
> 
> > 
> > On Wed, 5 Oct 2022 10:51:20 +0200
> > Fabio Valentini  wrote:
> > 
> >> On Wed, Oct 5, 2022 at 9:24 AM Dmitrij S. Kryzhevich  
> >> wrote:
> >>>
> >>> New version of libharu is building for rawhide with coresponding soname 
> >>> bump.
> >>> Only vtk should be affected right now.
> >>
> >> I see that you have already built libharu-2.4.2-1.fc38.
> >>
> >> Did you also handle rebuilding dependent packages, or should their
> >> maintainers handle that themselves?
> >> Usually there should be one week between such heads-up emails and
> >> pushing the actual build, especially when you don't rebuild dependent
> >> packages.
> >>
> >> Fabio
> >> ___
> >> devel mailing list -- devel@lists.fedoraproject.org
> >> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> >> Fedora Code of Conduct: 
> >> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> >> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> >> List Archives: 
> >> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> >> Do not reply to spam, report it: 
> >> https://pagure.io/fedora-infrastructure/new_issue
> > ___
> > devel mailing list -- devel@lists.fedoraproject.org
> > To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> > Fedora Code of Conduct: 
> > https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives: 
> > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> > Do not reply to spam, report it: 
> > https://pagure.io/fedora-infrastructure/new_issue
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: SRPM macros, EPEL, and side tags

2022-10-05 Thread Miro Hrončok

On 05. 10. 22 23:24, Kevin Fenzi wrote:

On Wed, Oct 05, 2022 at 08:40:12PM -, Artur Frenszek-Iwicki wrote:

Hi all,

some time ago I've built the Free Pascal Compiler [0] for EPEL9,
and recently I got the idea it might be good to do the same with
the Lazarus IDE [1]. Testing things locally with mock,
I realized that Lazarus used a macro from fpc-srpm-macros [2],
which hasn't been built for EPEL9 yet.

No biggie, I thought. I created a side tag, built fpc-srpm-macros there,
then added "BuildRequires: fpc-srpm-macros" to the Lazarus spec
and tried building it in the side tag. The build failed, and looking at
root.log, the fpc-srpm-macros package was not installed [3].


srpm's are built in a different buildroot koji has defined as
'srpm-build'.

You can see whats in this with a 'koji list-groups epel9-build'

So yeah, you need something to pull in that fpc-srpm-macros,
(likely epel-release) or have it added to the srpm-build group.


I believe more appropriate package is epel-rpm-macros.

$ repoquery --repo=epel9 --requires epel-rpm-macros
(pyproject-rpm-macros if python3-rpm-macros)
ansible-srpm-macros
go-srpm-macros-epel
redhat-release >= 9

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: When is a file dependency appropriate?

2022-10-05 Thread Miro Hrončok

On 06. 10. 22 1:21, Otto Liljalaakso wrote:
Recently, I have run into some cases where file dependencies like Requires: 
/usr/bin/foo are used.


In a recent thread on this mailing list [1],
it is mentioned that such Requires should be avoided,
because resolving file dependencies requires a large amount of memory.


I don't believe that resolving file-Requires from directories listed at [2] 
from your email is more memory hungry. Where exactly was that said?
[1]: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/CRREDQUPPJYWVRMA4DOKYU2KZZLKC4D5/ 

[2]: 
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies 


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


When is a file dependency appropriate?

2022-10-05 Thread Otto Liljalaakso
Recently, I have run into some cases where file dependencies like 
Requires: /usr/bin/foo are used.


In a recent thread on this mailing list [1],
it is mentioned that such Requires should be avoided,
because resolving file dependencies requires a large amount of memory.

On the other hand, if the dependency really is to the named executable,
then such Require seems to be the most correct way to declare it.

Is there any recommendation which of these should be given more weight?
The packaging guidelines do not state any position currently [2].
Should they actually recommend using Requires: foo (the package name),
to help dnf memory usage?
Of course unless there is some specific reason to use the file 
dependency, like /usr/bin/ffmpeg that can come from Fedora or RPM 
Fusion, depending on which variant the user has chosen to install.


[1]: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/CRREDQUPPJYWVRMA4DOKYU2KZZLKC4D5/
[2]: 
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: SRPM macros, EPEL, and side tags

2022-10-05 Thread Kevin Fenzi
On Wed, Oct 05, 2022 at 08:40:12PM -, Artur Frenszek-Iwicki wrote:
> Hi all,
> 
> some time ago I've built the Free Pascal Compiler [0] for EPEL9,
> and recently I got the idea it might be good to do the same with
> the Lazarus IDE [1]. Testing things locally with mock,
> I realized that Lazarus used a macro from fpc-srpm-macros [2],
> which hasn't been built for EPEL9 yet.
> 
> No biggie, I thought. I created a side tag, built fpc-srpm-macros there,
> then added "BuildRequires: fpc-srpm-macros" to the Lazarus spec
> and tried building it in the side tag. The build failed, and looking at
> root.log, the fpc-srpm-macros package was not installed [3].

srpm's are built in a different buildroot koji has defined as
'srpm-build'.

You can see whats in this with a 'koji list-groups epel9-build'

So yeah, you need something to pull in that fpc-srpm-macros, 
(likely epel-release) or have it added to the srpm-build group. 

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Chris Murphy


On Wed, Oct 5, 2022, at 3:01 PM, Vít Ondruch wrote:
>
> 3. "Boot menu" in GUI? Given that one can reach the GUI, why it should 
> not be possible to choose the boot entry for next boot? Or even choose 
> to open FW setup.

This could solve this other problem too.

https://bugzilla.redhat.com/show_bug.cgi?id=2049849

The GUI tool can use efibootmgr to set bootnext or even bootorder.

-- 
Chris Murphy
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


SRPM macros, EPEL, and side tags

2022-10-05 Thread Artur Frenszek-Iwicki
Hi all,

some time ago I've built the Free Pascal Compiler [0] for EPEL9,
and recently I got the idea it might be good to do the same with
the Lazarus IDE [1]. Testing things locally with mock,
I realized that Lazarus used a macro from fpc-srpm-macros [2],
which hasn't been built for EPEL9 yet.

No biggie, I thought. I created a side tag, built fpc-srpm-macros there,
then added "BuildRequires: fpc-srpm-macros" to the Lazarus spec
and tried building it in the side tag. The build failed, and looking at
root.log, the fpc-srpm-macros package was not installed [3].

So I guess my question is, did I do something wrong,
or do srpm-macros packages need to be explicitly added to the buildroot?

Thanks in advance,
A.FI.

[0] https://src.fedoraproject.org/rpms/fpc
[1] https://src.fedoraproject.org/rpms/lazarus
[2] https://src.fedoraproject.org/rpms/fpc-srpm-macros
[3] https://koji.fedoraproject.org/koji/taskinfo?taskID=92624197
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to repoquery without false-evaluated conditional requires?

2022-10-05 Thread Miro Hrončok

On 05. 10. 22 14:15, Petr Pisar wrote:

V Wed, Oct 05, 2022 at 11:22:27AM +0200, Miro Hrončok napsal(a):

Hello.

I need to repoquery rawhide and rawhide-source for dependency on python3-toml.

Unfortunately, due to pyproject-rpm-macros, 413 packages BuildRequire:

   (python3dist(toml) if python3-devel < 3.11)

I am not interested in this dependency because python3-devel on rawhide is 
3.11+.


When I run a naïve repoquery on my Fedora 35 machine (with python3-devel
3.10), like this:

   $ repoquery --repo=rawhide{,-source} --whatrequires python3-toml

I get all the 413 packages in the results. I kinda expected that.

I've tried:

   $ repoquery --installroot ~/tmp/non-existent ... --whatrequires python3-toml

No dice, returns the same list as the first repoquery.


I feel repoquery should respect --installroot. It needs to take @system
repository (i.e. installad packages) from somewhere. --instalroot is that
place. If DNF does not do that, I recommend filing a bug.


I've opened https://bugzilla.redhat.com/show_bug.cgi?id=2132462

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Fedora CoreOS Meeting Minutes 2022-10-05

2022-10-05 Thread Dusty Mabe

#fedora-meeting-1: fedora_coreos_meeting



Meeting started by dustymabe at 16:30:12 UTC. The full logs are
available at
https://meetbot.fedoraproject.org/fedora-meeting-1/2022-10-05/fedora_coreos_meeting.2022-10-05-16.30.log.html
.



Meeting summary
---
* roll call  (dustymabe, 16:30:16)

* Action items from last meeting  (dustymabe, 16:33:26)

* Fedora CoreOS 37 test day  (dustymabe, 16:34:33)
  * LINK: https://github.com/coreos/fedora-coreos-tracker/issues/1225
(dustymabe, 16:34:37)
  * we had a successful test day. No major issues were found with F37
based FCOS on the `next` stream. We had several documentation
updates that were proposed and some new documentation that was
created as well!  (dustymabe, 16:37:16)

* Supporting FIPS mode in FCOS  (dustymabe, 16:38:38)
  * LINK: https://github.com/coreos/fedora-coreos-tracker/issues/302
(dustymabe, 16:38:47)
  * LINK: https://github.com/coreos/fedora-coreos-tracker/issues/607
(dustymabe, 17:01:36)
  * AGREED: adding a fips=1 kernel argument via Ignition becomes the
canonical low level API to signal desire for FIPS mode, FCOS will
add glue to do the remaining userspace portions on firstboot, and we
will add a minimal kola test that verifies this works; no butane
sugar yet, and documentation that briefly describes this state
(dustymabe, 17:13:28)

* OstreeNativeContainerStable proposal  (dustymabe, 17:14:02)
  * LINK:
https://fedoraproject.org/wiki/Changes/OstreeNativeContainerStable
(dustymabe, 17:14:09)
  * Summary: there are a lot of subtopics within this proposal and we
think it would be useful to split up the proposal into smaller
proposals in order to focus discussion and help drive to conclusions
and actions.  (dustymabe, 17:41:16)

* open floor   (dustymabe, 17:45:49)
  * Fedora Final Freeze is now in effect and we will start building
`next` once a week to increase use/feedback of F37 in during this
time  (dustymabe, 17:47:34)
  * The new serial console defaults landed in `next`.  Please test!
(bgilbert, 17:47:48)
  * LINK:

https://lists.fedoraproject.org/archives/list/coreos-sta...@lists.fedoraproject.org/message/GHLXX4MXNHUEAXQLK6BZN45IQYHRVQB4/
(bgilbert, 17:48:04)

Meeting ended at 17:49:41 UTC.




Action Items






Action Items, by person
---
* **UNASSIGNED**
  * (none)




People Present (lines said)
---
* dustymabe (102)
* bgilbert (49)
* jlebon (47)
* walters (30)
* zodbot (19)
* fifofonix (10)
* jbrooks (2)
* gursewak (1)
* ravanelli (1)
* davdunc (1)
* cyberpear (1)




Generated by `MeetBot`_ 0.4

.. _`MeetBot`: https://fedoraproject.org/wiki/Zodbot#Meeting_Functions
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Replacing GNOME Disks with Blivet GUI in comps' admin-tools?

2022-10-05 Thread Neal Gompa
On Wed, Oct 5, 2022 at 8:23 PM Ben Cotton  wrote:
>
> In going through the bugs against comps, I came across
> https://bugzilla.redhat.com/show_bug.cgi?id=1971338
>
> The "admin-tools" group in comps includes GNOME Disks, which is a
> surprise for KDE Plasma users. We can swap it out for blivet-gui (note
> that other groups for GTK-based desktops would still include GNOME
> Disks) easily enough, but I didn't want to do that without seeking
> comment.
>
> Does anyone have a good reason we shouldn't make this change?
>
> (I don't think this rises to the level of requiring a Self-Contained
> Change proposal, but I'm happy to submit one if the consensus is that
> it should have one)
>

Makes sense to me. +1



-- 
真実はいつも一つ!/ Always, there's only one truth!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Replacing GNOME Disks with Blivet GUI in comps' admin-tools?

2022-10-05 Thread Kevin Fenzi
On Wed, Oct 05, 2022 at 02:22:52PM -0400, Ben Cotton wrote:
> In going through the bugs against comps, I came across
> https://bugzilla.redhat.com/show_bug.cgi?id=1971338
> 
> The "admin-tools" group in comps includes GNOME Disks, which is a
> surprise for KDE Plasma users. We can swap it out for blivet-gui (note
> that other groups for GTK-based desktops would still include GNOME
> Disks) easily enough, but I didn't want to do that without seeking
> comment.
> 
> Does anyone have a good reason we shouldn't make this change?
> 
> (I don't think this rises to the level of requiring a Self-Contained
> Change proposal, but I'm happy to submit one if the consensus is that
> it should have one)

+1 to just do it. I don't think it needs a change. 

kevin


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Vít Ondruch


Dne 05. 10. 22 v 20:28 Hans de Goede napsal(a):

Hi,

On 10/5/22 19:59, Christopher Klooz wrote:

On 05/10/2022 18:39, Christopher Klooz wrote:

On 05/10/2022 17:33, Chris Murphy wrote:

On Wed, Oct 5, 2022, at 11:16 AM, Christopher Klooz wrote:


However, on ask.fp, a user mentioned that the grub menu is no longer
enabled by default on single boot systems so that changing the kernel is
no longer easily possible, and put forward
https://fedoraproject.org/wiki/Changes/HiddenGrubMenu as evidence for
this argument. Yet, the article indicates that the argument is not fully
correct and even with single boot installations, SHIFT can be used to
get into the grub menu.

I think it's F8 or SHIFT. F8 doesn't work on many laptops I've found, because 
it's reserved by UEFI firmware for one of its menus. And SHIFT has never 
worked. Maybe Esc or TAB?

Holding left shift is the easiest method, but with firmware being
firmware does not work on all systems.

What does always work is ESC or F8, Fedora's grub supports both to
show the menu. On some systems one of those key get intercepted by
the firmware which is why there are 2 choices.


Given this inconsistency, I have a mixed opinion of the hidden GRUB menu.



Me, too. Especially as it makes support more problematic for unexperiened users. It is 
easy to say that people should push another kernel when they see the grub menu. They see 
text, and I can tell them which text to choose. But with unexperiened users, telling when 
to push tab/esc/shift/F8 can already need to start an elaboration of what 
"boot" means and when this happens and so on. Such elaborations are already 
annoying for them (and for the supporters).

The menu automatically unhides after a failed boot. Just blindly
doing ctrl + alt + f4 followed by ctrl + alt + delete; or just
power-cycling the machine counts as a failed boot.

We have spend a lot of time on creating a smooth boot experience
without any menus filled with "techno babble" which scare
novice users. Lets avoid regressing on this.

If anything what we need is to:

1. Detect we are running not the latest kernel
2. Pop up a dialog that 1. is true and ask the user if there
were issues with the latest kernel and if yes if they want
to pin the currently running kernel for say the next month ?



3. "Boot menu" in GUI? Given that one can reach the GUI, why it should 
not be possible to choose the boot entry for next boot? Or even choose 
to open FW setup.



Vít




OpenPGP_signature
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Christopher Klooz


On 05/10/2022 20:28, Hans de Goede wrote:

Hi,

On 10/5/22 19:59, Christopher Klooz wrote:

On 05/10/2022 18:39, Christopher Klooz wrote:

On 05/10/2022 17:33, Chris Murphy wrote:

On Wed, Oct 5, 2022, at 11:16 AM, Christopher Klooz wrote:


However, on ask.fp, a user mentioned that the grub menu is no longer
enabled by default on single boot systems so that changing the kernel is
no longer easily possible, and put forward
https://fedoraproject.org/wiki/Changes/HiddenGrubMenu as evidence for
this argument. Yet, the article indicates that the argument is not fully
correct and even with single boot installations, SHIFT can be used to
get into the grub menu.

I think it's F8 or SHIFT. F8 doesn't work on many laptops I've found, because 
it's reserved by UEFI firmware for one of its menus. And SHIFT has never 
worked. Maybe Esc or TAB?

Holding left shift is the easiest method, but with firmware being
firmware does not work on all systems.

What does always work is ESC or F8, Fedora's grub supports both to
show the menu. On some systems one of those key get intercepted by
the firmware which is why there are 2 choices.


Given this inconsistency, I have a mixed opinion of the hidden GRUB menu.



Me, too. Especially as it makes support more problematic for unexperiened users. It is 
easy to say that people should push another kernel when they see the grub menu. They see 
text, and I can tell them which text to choose. But with unexperiened users, telling when 
to push tab/esc/shift/F8 can already need to start an elaboration of what 
"boot" means and when this happens and so on. Such elaborations are already 
annoying for them (and for the supporters).

The menu automatically unhides after a failed boot. Just blindly
doing ctrl + alt + f4 followed by ctrl + alt + delete; or just
power-cycling the machine counts as a failed boot.
Many problems that can occur do not cause a failed boot. This starts 
with the current issue in 5.19.12. Another widespread issue is that 
users have problems with a piece of hardware (e.g., bluetooth 
controller), or with modules causing unintended behavior with one kernel 
(freeze, slow, something like wifi or bluetooth does not work, other 
acpi issues, and so on). All that does not necessarily cause failed 
boots, but is widespread among our "user base" at ask.fp especially 
because Fedora is used on much different hardware, and some needs 
additionally external modules.


We have spend a lot of time on creating a smooth boot experience
without any menus filled with "techno babble" which scare
novice users. Lets avoid regressing on this.


I am not sure if the outcome is even more scary for users, especially 
unexperienced users. Finding out which key to use seems to be not smooth 
even for experienced people in the devel mailing list. Also, I am not 
sure if this perception of unexperienced users who want to get rid of 
"seeing any type of text" reflects our less-techy user base. My 
perception at ask.fp or from conferences is different. But I already 
elaborated that in my previous mails.




If anything what we need is to:

1. Detect we are running not the latest kernel
2. Pop up a dialog that 1. is true and ask the user if there
were issues with the latest kernel and if yes if they want
to pin the currently running kernel for say the next month ?

Regards,

Hans


___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Hans de Goede
Hi,

On 10/5/22 19:59, Christopher Klooz wrote:
> 
> On 05/10/2022 18:39, Christopher Klooz wrote:
>> On 05/10/2022 17:33, Chris Murphy wrote:
>>>
>>> On Wed, Oct 5, 2022, at 11:16 AM, Christopher Klooz wrote:
>>>
 However, on ask.fp, a user mentioned that the grub menu is no longer
 enabled by default on single boot systems so that changing the kernel is
 no longer easily possible, and put forward
 https://fedoraproject.org/wiki/Changes/HiddenGrubMenu as evidence for
 this argument. Yet, the article indicates that the argument is not fully
 correct and even with single boot installations, SHIFT can be used to
 get into the grub menu.
>>> I think it's F8 or SHIFT. F8 doesn't work on many laptops I've found, 
>>> because it's reserved by UEFI firmware for one of its menus. And SHIFT has 
>>> never worked. Maybe Esc or TAB?

Holding left shift is the easiest method, but with firmware being
firmware does not work on all systems.

What does always work is ESC or F8, Fedora's grub supports both to
show the menu. On some systems one of those key get intercepted by
the firmware which is why there are 2 choices.

>>> Given this inconsistency, I have a mixed opinion of the hidden GRUB menu.
>>>
>>>
>> Me, too. Especially as it makes support more problematic for unexperiened 
>> users. It is easy to say that people should push another kernel when they 
>> see the grub menu. They see text, and I can tell them which text to choose. 
>> But with unexperiened users, telling when to push tab/esc/shift/F8 can 
>> already need to start an elaboration of what "boot" means and when this 
>> happens and so on. Such elaborations are already annoying for them (and for 
>> the supporters).

The menu automatically unhides after a failed boot. Just blindly
doing ctrl + alt + f4 followed by ctrl + alt + delete; or just
power-cycling the machine counts as a failed boot.

We have spend a lot of time on creating a smooth boot experience
without any menus filled with "techno babble" which scare
novice users. Lets avoid regressing on this.

If anything what we need is to:

1. Detect we are running not the latest kernel
2. Pop up a dialog that 1. is true and ask the user if there
were issues with the latest kernel and if yes if they want
to pin the currently running kernel for say the next month ?

Regards,

Hans


___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Ralf Corsépius



Am 05.10.22 um 17:33 schrieb Chris Murphy:

Given this inconsistency, I have a mixed opinion of the hidden GRUB menu.

I have a very clear opinion - It's a fault and usability regression.

Ralf

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Replacing GNOME Disks with Blivet GUI in comps' admin-tools?

2022-10-05 Thread Ben Cotton
In going through the bugs against comps, I came across
https://bugzilla.redhat.com/show_bug.cgi?id=1971338

The "admin-tools" group in comps includes GNOME Disks, which is a
surprise for KDE Plasma users. We can swap it out for blivet-gui (note
that other groups for GTK-based desktops would still include GNOME
Disks) easily enough, but I didn't want to do that without seeking
comment.

Does anyone have a good reason we shouldn't make this change?

(I don't think this rises to the level of requiring a Self-Contained
Change proposal, but I'm happy to submit one if the consensus is that
it should have one)

-- 
Ben Cotton
He / Him / His
Fedora Program Manager
Red Hat
TZ=America/Indiana/Indianapolis
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Hans de Goede
Hi,

On 10/5/22 17:16, Christopher Klooz wrote:
> The current issue on 5.19.12 made it necessary for some users to change their 
> kernel on boot to avoid 5.19.12 until the update to 5.19.13 was pushed to 
> stable. Obviously, the option to easily boot recent kernels can be necessary 
> in several circumstances, especially for non-advanced users it has proven to 
> be very helpful on ask.fp to achieve that with two easily-to-describe clicks.
> 
> However, on ask.fp, a user mentioned that the grub menu is no longer enabled 
> by default on single boot systems so that changing the kernel is no longer 
> easily possible, and put forward 
> https://fedoraproject.org/wiki/Changes/HiddenGrubMenu as evidence for this 
> argument. Yet, the article indicates that the argument is not fully correct 
> and even with single boot installations, SHIFT can be used to get into the 
> grub menu. Generally, my experience with non-advanced users on ask.fp and in 
> general does not correspond to the arguments in the article. However, on all 
> my Workstation and KDE/lxqt spin installations (one originally installed 
> before F29, others between F33 & F36), this article does not apply at all, 
> and by default, I can choose between the recent three kernels for 5 seconds 
> in the grub menu on all single boot systems, unless I change the grub config 
> myself.
> 
> So first of all, does the article currently apply to any edition? If not, we 
> might change the content to avoid further confusion...

We still hide the grub menu by default on single OS installs, at least in the 
Workstation product.

On EFI systems where holding down SHIFT relies on the EFI implementation 
actually giving us modififier key presses even when no "normal" key is pressed 
might not work, there are several other options documented in the hidden boot 
menu FAQ (also linked from the change page):

https://hansdegoede.dreamwidth.org/19180.html

Regards,

Hans
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Christopher Klooz


On 05/10/2022 18:39, Christopher Klooz wrote:

On 05/10/2022 17:33, Chris Murphy wrote:


On Wed, Oct 5, 2022, at 11:16 AM, Christopher Klooz wrote:


However, on ask.fp, a user mentioned that the grub menu is no longer
enabled by default on single boot systems so that changing the 
kernel is

no longer easily possible, and put forward
https://fedoraproject.org/wiki/Changes/HiddenGrubMenu as evidence for
this argument. Yet, the article indicates that the argument is not 
fully

correct and even with single boot installations, SHIFT can be used to
get into the grub menu.
I think it's F8 or SHIFT. F8 doesn't work on many laptops I've found, 
because it's reserved by UEFI firmware for one of its menus. And 
SHIFT has never worked. Maybe Esc or TAB?


Given this inconsistency, I have a mixed opinion of the hidden GRUB 
menu.



Me, too. Especially as it makes support more problematic for 
unexperiened users. It is easy to say that people should push another 
kernel when they see the grub menu. They see text, and I can tell them 
which text to choose. But with unexperiened users, telling when to 
push tab/esc/shift/F8 can already need to start an elaboration of what 
"boot" means and when this happens and so on. Such elaborations are 
already annoying for them (and for the supporters).


I know that many unexperienced users don't like if they have to work 
in text mode, or if they have to work with these texts. But the 
appearance of a grub menu that automatically makes the choice for them 
is something I have never heard a complaint about. Also, people don't 
like if they are urged to seek help (which they have to because 
unexperiened users will often not formulate search queries that makes 
them end up on helpful/related documentation). If they see the menu, 
many find out themselves what this is and for what they can use it, 
supporting their independence (others simply ignore it).


Maybe it makes sense to revert the hiding of the menu?

In any case, the information we provide should be updated to be 
consistent. F8/SHIFT/ESC/TAB? I cannot verify which is currently the 
correct button as I do not experience that behavior. However, it is 
interesting that I have this behavior not on my single-boot systems. 
Maybe further inconsistency can get introduced by firmware (another 
complication that could make it more complicated for users - and 
supporters obviously as well).
I cannot verify Jeff's comment (this one: 
https://ask.fedoraproject.org/t/does-the-grub-menu-appear-by-default-on-single-boot-workstation-installations/27270/8 
), but he says that the hiding of the grub menu was already reverted for 
new installations in one of the recent releases.

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Peter Robinson
On Wed, Oct 5, 2022 at 6:16 PM Chris Murphy  wrote:
>
>
>
> On Wed, Oct 5, 2022, at 11:43 AM, Geraldo Simião Kutz wrote:
>
> On my acer Aspire laptop it's the "esc" key. Works everytime I want to see 
> the grub menu.
>
>
> The gotcha with ESC is that it brings up firmware settings on qemu-kvm when 
> using UEFI (edk2-ovmf).

I believe you can also hold down the left control key and have the same effect.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Chris Murphy


On Wed, Oct 5, 2022, at 11:43 AM, Geraldo Simião Kutz wrote:
> On my acer Aspire laptop it's the "esc" key. Works everytime I want to see 
> the grub menu.

The gotcha with ESC is that it brings up firmware settings on qemu-kvm when 
using UEFI (edk2-ovmf).


--
Chris Murphy
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Christopher Klooz

On 05/10/2022 17:33, Chris Murphy wrote:


On Wed, Oct 5, 2022, at 11:16 AM, Christopher Klooz wrote:


However, on ask.fp, a user mentioned that the grub menu is no longer
enabled by default on single boot systems so that changing the kernel is
no longer easily possible, and put forward
https://fedoraproject.org/wiki/Changes/HiddenGrubMenu as evidence for
this argument. Yet, the article indicates that the argument is not fully
correct and even with single boot installations, SHIFT can be used to
get into the grub menu.
I think it's F8 or SHIFT. F8 doesn't work on many laptops I've found, 
because it's reserved by UEFI firmware for one of its menus. And SHIFT 
has never worked. Maybe Esc or TAB?


Given this inconsistency, I have a mixed opinion of the hidden GRUB menu.


Me, too. Especially as it makes support more problematic for 
unexperiened users. It is easy to say that people should push another 
kernel when they see the grub menu. They see text, and I can tell them 
which text to choose. But with unexperiened users, telling when to push 
tab/esc/shift/F8 can already need to start an elaboration of what "boot" 
means and when this happens and so on. Such elaborations are already 
annoying for them (and for the supporters).


I know that many unexperienced users don't like if they have to work in 
text mode, or if they have to work with these texts. But the appearance 
of a grub menu that automatically makes the choice for them is something 
I have never heard a complaint about. Also, people don't like if they 
are urged to seek help (which they have to because unexperiened users 
will often not formulate search queries that makes them end up on 
helpful/related documentation). If they see the menu, many find out 
themselves what this is and for what they can use it, supporting their 
independence (others simply ignore it).


Maybe it makes sense to revert the hiding of the menu?

In any case, the information we provide should be updated to be 
consistent. F8/SHIFT/ESC/TAB? I cannot verify which is currently the 
correct button as I do not experience that behavior. However, it is 
interesting that I have this behavior not on my single-boot systems. 
Maybe further inconsistency can get introduced by firmware (another 
complication that could make it more complicated for users - and 
supporters obviously as well).

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Geraldo Simião Kutz
On my acer Aspire laptop it's the "esc" key. Works everytime I want to see
the grub menu.

geraldosimiao

Em qua, 5 de out de 2022 12:33, Chris Murphy 
escreveu:

>
>
> On Wed, Oct 5, 2022, at 11:16 AM, Christopher Klooz wrote:
>
> > However, on ask.fp, a user mentioned that the grub menu is no longer
> > enabled by default on single boot systems so that changing the kernel is
> > no longer easily possible, and put forward
> > https://fedoraproject.org/wiki/Changes/HiddenGrubMenu as evidence for
> > this argument. Yet, the article indicates that the argument is not fully
> > correct and even with single boot installations, SHIFT can be used to
> > get into the grub menu.
>
> I think it's F8 or SHIFT. F8 doesn't work on many laptops I've found,
> because it's reserved by UEFI firmware for one of its menus. And SHIFT has
> never worked. Maybe Esc or TAB?
>
> Given this inconsistency, I have a mixed opinion of the hidden GRUB menu.
>
>
> --
> Chris Murphy
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Grub menu with 3 kernels by default

2022-10-05 Thread Chris Murphy


On Wed, Oct 5, 2022, at 11:16 AM, Christopher Klooz wrote:

> However, on ask.fp, a user mentioned that the grub menu is no longer 
> enabled by default on single boot systems so that changing the kernel is 
> no longer easily possible, and put forward 
> https://fedoraproject.org/wiki/Changes/HiddenGrubMenu as evidence for 
> this argument. Yet, the article indicates that the argument is not fully 
> correct and even with single boot installations, SHIFT can be used to 
> get into the grub menu. 

I think it's F8 or SHIFT. F8 doesn't work on many laptops I've found, because 
it's reserved by UEFI firmware for one of its menus. And SHIFT has never 
worked. Maybe Esc or TAB?

Given this inconsistency, I have a mixed opinion of the hidden GRUB menu.


-- 
Chris Murphy
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Grub menu with 3 kernels by default

2022-10-05 Thread Christopher Klooz
The current issue on 5.19.12 made it necessary for some users to change 
their kernel on boot to avoid 5.19.12 until the update to 5.19.13 was 
pushed to stable. Obviously, the option to easily boot recent kernels 
can be necessary in several circumstances, especially for non-advanced 
users it has proven to be very helpful on ask.fp to achieve that with 
two easily-to-describe clicks.


However, on ask.fp, a user mentioned that the grub menu is no longer 
enabled by default on single boot systems so that changing the kernel is 
no longer easily possible, and put forward 
https://fedoraproject.org/wiki/Changes/HiddenGrubMenu as evidence for 
this argument. Yet, the article indicates that the argument is not fully 
correct and even with single boot installations, SHIFT can be used to 
get into the grub menu. Generally, my experience with non-advanced users 
on ask.fp and in general does not correspond to the arguments in the 
article. However, on all my Workstation and KDE/lxqt spin installations 
(one originally installed before F29, others between F33 & F36), this 
article does not apply at all, and by default, I can choose between the 
recent three kernels for 5 seconds in the grub menu on all single boot 
systems, unless I change the grub config myself.


So first of all, does the article currently apply to any edition? If 
not, we might change the content to avoid further confusion...


Regards,

Chris
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2129398] perl-DateTimeX-Easy-0.091 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2129398

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc38   |.fc38
   |perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc37   |.fc37
   |perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.el8|.el8
   |perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc35   |.fc35
   |perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc36   |.fc36
   ||perl-DateTimeX-Easy-0.091-1
   ||.el7



--- Comment #16 from Fedora Update System  ---
FEDORA-EPEL-2022-05fe5e5848 has been pushed to the Fedora EPEL 7 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2129398
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2131365] perl-Object-Remote uninstallable on epel9 - perl(Eval::WithLexicals)

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2131365

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
FEDORA-EPEL-2022-45dd72d762 has been pushed to the Fedora EPEL 9 testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-45dd72d762

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2131365
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130631] Please branch and build perl-XXX in epel9

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130631

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
FEDORA-EPEL-2022-11ff1379c4 has been pushed to the Fedora EPEL 9 testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-11ff1379c4

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130631
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[EPEL-devel] Fedora EPEL 8 updates-testing report

2022-10-05 Thread updates
The following Fedora EPEL 8 Security updates need testing:
 Age  URL
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-54e8e9bf3b   
dropbear-2019.78-4.el8
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-39cd10714f   
lighttpd-1.4.67-1.el8
   4  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-f70a782e69   
gitqlient-1.5.0-2.el8
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-6ae624fe64   
libopenmpt-0.6.6-1.el8
   1  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-0dc9b5c110   
seamonkey-2.53.14-3.el8


The following builds have been pushed to Fedora EPEL 8 updates-testing

koji-1.30.0-3.el8
s3cmd-2.3.0-1.el8

Details about builds:



 koji-1.30.0-3.el8 (FEDORA-EPEL-2022-b5f91fbbbc)
 Build system tools

Update Information:

Various small fixes for kiwi plugin.

ChangeLog:

* Mon Oct  3 2022 Neal Gompa  - 1.30.0-3
- Refresh kiwi-build patches to latest versions




 s3cmd-2.3.0-1.el8 (FEDORA-EPEL-2022-9eacc642d5)
 Tool for accessing Amazon Simple Storage Service

Update Information:

New upstream release.

ChangeLog:

* Tue Oct  4 2022 Frank Crawford  - 2.3.0-1
- New upstream release.
* Sat Jul 23 2022 Fedora Release Engineering  - 
2.2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint  - 2.2.0-4
- Rebuilt for Python 3.11
* Sat Jan 22 2022 Fedora Release Engineering  - 
2.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

References:

  [ 1 ] Bug #2131799 - s3cmd-2.3.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2131799


___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2131364] Please build perl-Eval-WithLexicals for EPEL9

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2131364

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
FEDORA-EPEL-2022-45dd72d762 has been pushed to the Fedora EPEL 9 testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-45dd72d762

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2131364
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2129741] perl-RT-Client-REST-0.70 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2129741

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-RT-Client-REST-0.70-1. |perl-RT-Client-REST-0.70-1.
   |fc38|fc38
   |perl-RT-Client-REST-0.70-1. |perl-RT-Client-REST-0.70-1.
   |fc37|fc37
   |perl-RT-Client-REST-0.70-1. |perl-RT-Client-REST-0.70-1.
   |fc35|fc35
   ||perl-RT-Client-REST-0.70-1.
   ||fc36



--- Comment #12 from Fedora Update System  ---
FEDORA-2022-00fc32f686 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2129741
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2129398] perl-DateTimeX-Easy-0.091 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2129398

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc38   |.fc38
   |perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc37   |.fc37
   |perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.el8|.el8
   |perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc35   |.fc35
   ||perl-DateTimeX-Easy-0.091-1
   ||.fc36



--- Comment #15 from Fedora Update System  ---
FEDORA-2022-b5a83114ee has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2129398
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Review Swaps to support Stellarium 1.0

2022-10-05 Thread Gwyn Ciesla via devel
Wi do, thank you!

-- 
Gwyn Ciesla
she/her/hers
 
in your fear, seek only peace 
in your fear, seek only love
-d. bowie


Sent with Proton Mail secure email.

--- Original Message ---
On Wednesday, October 5th, 2022 at 7:10 AM, Mattia Verga via devel 
 wrote:


> Il 04/10/22 17:34, Gwyn Ciesla via devel ha scritto:
> 

> > Hi! Stellarium 1.0 was just released, and it grew some dependencies. If 
> > you'd be so kind as to review one or more of these, I'll review one or more 
> > of yours.
> > 

> > QXlsx https://bugzilla.redhat.com/show_bug.cgi?id=2131838
> > CalcMySky https://bugzilla.redhat.com/show_bug.cgi?id=2131842
> > indi https://bugzilla.redhat.com/show_bug.cgi?id=2132014
> > 

> > And if you're feeling really generous, this unrelated review:
> > 

> > libchipcard https://bugzilla.redhat.com/show_bug.cgi?id=2035958
> > 

> > Thanks in advance!
> > 

> > 

> 

> I've taken CalcMySky.
> 

> If you have some time to spare, I'd like a review of XEphem 
> https://bugzilla.redhat.com/show_bug.cgi?id=2123242
> 

> Mattia

signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: libharu soname bump for rawhide

2022-10-05 Thread Mamoru TASAKA

Orion Poplawski wrote on 2022/10/05 22:25:

On 10/5/22 07:11, Mamoru TASAKA wrote:

Dmitrij S. Kryzhevich wrote on 2022/10/05 18:02:

I understand the necessity of time to react, may be should handle it in a more 
proper way.
I was triggered by maintainer of only dependent package (directly dependent) so 
I strongly believe it's OK in this case.


Seems not actually:

dnf repoquery --repo=koji-38  --qf '%{sourcerpm}' --whatrequires 
"libhpdf.so.2.3*" | cat -n
  1    EMBOSS-6.6.0-22.fc38.src.rpm
  2    blender-3.3.0-4.fc38.src.rpm
  3    mathgl-2.4.4-18.fc38.src.rpm
  4    perl-PDF-Haru-1.00-38.fc37.src.rpm
  5    plplot-5.15.0-45.fc38.src.rpm
  6    saga-7.6.1-16.fc38.src.rpm
  7    vtk-9.1.0-17.fc37.src.rpm

Perhaps I am going to request untag for libharu-2.4.2-1.fc38.

Regards,
Mamoru



That works for me (maintainer of vtk and plplot) as I'm not quite ready to push 
vtk 9.2.2 out yet.  I didn't expect libharu to get built right away.

Orion



Now releng untagged this.
https://pagure.io/releng/issue/11070

(Just note that new libharu-2.4.2 has API changes compared with libharu-2.3.x)

Mamoru





On Wed, 5 Oct 2022 10:51:20 +0200
Fabio Valentini  wrote:


On Wed, Oct 5, 2022 at 9:24 AM Dmitrij S. Kryzhevich  wrote:


New version of libharu is building for rawhide with coresponding soname bump.
Only vtk should be affected right now.


I see that you have already built libharu-2.4.2-1.fc38.

Did you also handle rebuilding dependent packages, or should their
maintainers handle that themselves?
Usually there should be one week between such heads-up emails and
pushing the actual build, especially when you don't rebuild dependent
packages.

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue




___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2129741] perl-RT-Client-REST-0.70 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2129741

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-RT-Client-REST-0.70-1. |perl-RT-Client-REST-0.70-1.
   |fc38|fc38
   |perl-RT-Client-REST-0.70-1. |perl-RT-Client-REST-0.70-1.
   |fc37|fc37
   ||perl-RT-Client-REST-0.70-1.
   ||fc35



--- Comment #11 from Fedora Update System  ---
FEDORA-2022-b1b30e818d has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2129741
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2129398] perl-DateTimeX-Easy-0.091 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2129398

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc38   |.fc38
   |perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc37   |.fc37
   |perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.el8|.el8
   ||perl-DateTimeX-Easy-0.091-1
   ||.fc35



--- Comment #14 from Fedora Update System  ---
FEDORA-2022-1a381d5003 has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2129398
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: libharu soname bump for rawhide

2022-10-05 Thread Tomas Hrcka
the build is now untagged from f38

On Wed, Oct 5, 2022 at 3:34 PM Orion Poplawski  wrote:

> On 10/5/22 07:11, Mamoru TASAKA wrote:
> > Dmitrij S. Kryzhevich wrote on 2022/10/05 18:02:
> >> I understand the necessity of time to react, may be should handle it
> >> in a more proper way.
> >> I was triggered by maintainer of only dependent package (directly
> >> dependent) so I strongly believe it's OK in this case.
> >
> > Seems not actually:
> >
> > dnf repoquery --repo=koji-38  --qf '%{sourcerpm}' --whatrequires
> > "libhpdf.so.2.3*" | cat -n
> >   1EMBOSS-6.6.0-22.fc38.src.rpm
> >   2blender-3.3.0-4.fc38.src.rpm
> >   3mathgl-2.4.4-18.fc38.src.rpm
> >   4perl-PDF-Haru-1.00-38.fc37.src.rpm
> >   5plplot-5.15.0-45.fc38.src.rpm
> >   6saga-7.6.1-16.fc38.src.rpm
> >   7vtk-9.1.0-17.fc37.src.rpm
> >
> > Perhaps I am going to request untag for libharu-2.4.2-1.fc38.
> >
> > Regards,
> > Mamoru
> >
>
> That works for me (maintainer of vtk and plplot) as I'm not quite ready
> to push vtk 9.2.2 out yet.  I didn't expect libharu to get built right
> away.
>
> Orion
>
> >
> >>
> >> On Wed, 5 Oct 2022 10:51:20 +0200
> >> Fabio Valentini  wrote:
> >>
> >>> On Wed, Oct 5, 2022 at 9:24 AM Dmitrij S. Kryzhevich
> >>>  wrote:
> 
>  New version of libharu is building for rawhide with coresponding
>  soname bump.
>  Only vtk should be affected right now.
> >>>
> >>> I see that you have already built libharu-2.4.2-1.fc38.
> >>>
> >>> Did you also handle rebuilding dependent packages, or should their
> >>> maintainers handle that themselves?
> >>> Usually there should be one week between such heads-up emails and
> >>> pushing the actual build, especially when you don't rebuild dependent
> >>> packages.
> >>>
> >>> Fabio
> >>> ___
> >>> devel mailing list -- devel@lists.fedoraproject.org
> >>> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> >>> Fedora Code of Conduct:
> >>> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> >>> List Guidelines:
> https://fedoraproject.org/wiki/Mailing_list_guidelines
> >>> List Archives:
> >>>
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> >>>
> >>> Do not reply to spam, report it:
> >>> https://pagure.io/fedora-infrastructure/new_issue
> >> ___
> >> devel mailing list -- devel@lists.fedoraproject.org
> >> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> >> Fedora Code of Conduct:
> >> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> >> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> >> List Archives:
> >>
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> >>
> >> Do not reply to spam, report it:
> >> https://pagure.io/fedora-infrastructure/new_issue
> > ___
> > devel mailing list -- devel@lists.fedoraproject.org
> > To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> > Fedora Code of Conduct:
> > https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> >
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> > Do not reply to spam, report it:
> > https://pagure.io/fedora-infrastructure/new_issue
>
>
> --
> Orion Poplawski
> he/him/his  - surely the least important thing about me
> IT Systems Manager 720-772-5637
> NWRA, Boulder/CoRA Office FAX: 303-415-9702
> 3380 Mitchell Lane   or...@nwra.com
> Boulder, CO 80301 https://www.nwra.com/
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>


-- 
Tomas Hrcka
role: CPE Team - Senior Software Engineer
fas: humaton
freenode: jednorozec
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[EPEL-devel] Fedora EPEL 7 updates-testing report

2022-10-05 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-f0317a13d8   
dropbear-2017.75-2.el7
   3  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-de23d337b0   
libopenmpt-0.6.6-1.el7
   1  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-66467c33ea   
seamonkey-2.53.14-3.el7


The following builds have been pushed to Fedora EPEL 7 updates-testing

git-lfs-2.10.0-2.el7
s3cmd-2.3.0-1.el7

Details about builds:



 git-lfs-2.10.0-2.el7 (FEDORA-EPEL-2022-d8f75949c3)
 Git extension for versioning large files

Update Information:

- Rebuild with current EPEL 7 golang - Fixes CVE-2022-24675, resolves
rhbz#2084673 - Fixes CVE-2022-28327, resolves rhbz#2084854 - Fixes
CVE-2021-38297, resolves rhbz#2118476 - Sync build steps with RHEL8/RHEL9 - Add
pre-generated manpages, resolves rhbz#1934043 - Add provides for bundled golang
libraries - Redirect scriptlet output to /dev/null

ChangeLog:

* Wed Oct  5 2022 Carl George  - 2.10.0-2
- Rebuild with current EPEL 7 golang
- Fixes CVE-2022-24675, resolves rhbz#2084673
- Fixes CVE-2022-28327, resolves rhbz#2084854
- Fixes CVE-2021-38297, resolves rhbz#2118476
- Sync build steps with RHEL8/RHEL9
- Add pre-generated manpages, resolves rhbz#1934043
- Add provides for bundled golang libraries
- Redirect scriptlet output to /dev/null

References:

  [ 1 ] Bug #1934043 - missing help and wrong man pages
https://bugzilla.redhat.com/show_bug.cgi?id=1934043
  [ 2 ] Bug #2084673 - CVE-2022-24675 git-lfs: golang: encoding/pem: fix stack 
overflow in Decode [epel-7]
https://bugzilla.redhat.com/show_bug.cgi?id=2084673
  [ 3 ] Bug #2084854 - CVE-2022-28327 git-lfs: golang: crypto/elliptic: panic 
caused by oversized scalar [epel-7]
https://bugzilla.redhat.com/show_bug.cgi?id=2084854
  [ 4 ] Bug #2118476 - CVE-2021-38297 git-lfs: golang: Command-line arguments 
may overwrite global data [epel-7]
https://bugzilla.redhat.com/show_bug.cgi?id=2118476




 s3cmd-2.3.0-1.el7 (FEDORA-EPEL-2022-23290f4187)
 Tool for accessing Amazon Simple Storage Service

Update Information:

New upstream release.

ChangeLog:

* Tue Oct  4 2022 Frank Crawford  - 2.3.0-1
- New upstream release.
* Sat Jul 23 2022 Fedora Release Engineering  - 
2.2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint  - 2.2.0-4
- Rebuilt for Python 3.11
* Sat Jan 22 2022 Fedora Release Engineering  - 
2.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jan 19 2022 Frank Crawford  - 2.2.0-2
- Fix auto dependency regression for EPEL9

References:

  [ 1 ] Bug #2131799 - s3cmd-2.3.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2131799


___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2129398] perl-DateTimeX-Easy-0.091 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2129398

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc38   |.fc38
   |perl-DateTimeX-Easy-0.091-1 |perl-DateTimeX-Easy-0.091-1
   |.fc37   |.fc37
   ||perl-DateTimeX-Easy-0.091-1
   ||.el8



--- Comment #13 from Fedora Update System  ---
FEDORA-EPEL-2022-b7678961ff has been pushed to the Fedora EPEL 8 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2129398
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2129857] Please provide perl-Text-Format for EPEL-9

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2129857

Fedora Update System  changed:

   What|Removed |Added

 Resolution|--- |ERRATA
   Fixed In Version||perl-Text-Format-0.62-7.el9
 Status|ON_QA   |CLOSED
Last Closed||2022-10-05 13:35:35



--- Comment #4 from Fedora Update System  ---
FEDORA-EPEL-2022-a2fc987154 has been pushed to the Fedora EPEL 9 stable
repository.
If problem still persists, please make note of it in this bug report.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2129857
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: libharu soname bump for rawhide

2022-10-05 Thread Orion Poplawski

On 10/5/22 07:11, Mamoru TASAKA wrote:

Dmitrij S. Kryzhevich wrote on 2022/10/05 18:02:
I understand the necessity of time to react, may be should handle it 
in a more proper way.
I was triggered by maintainer of only dependent package (directly 
dependent) so I strongly believe it's OK in this case.


Seems not actually:

dnf repoquery --repo=koji-38  --qf '%{sourcerpm}' --whatrequires 
"libhpdf.so.2.3*" | cat -n

  1    EMBOSS-6.6.0-22.fc38.src.rpm
  2    blender-3.3.0-4.fc38.src.rpm
  3    mathgl-2.4.4-18.fc38.src.rpm
  4    perl-PDF-Haru-1.00-38.fc37.src.rpm
  5    plplot-5.15.0-45.fc38.src.rpm
  6    saga-7.6.1-16.fc38.src.rpm
  7    vtk-9.1.0-17.fc37.src.rpm

Perhaps I am going to request untag for libharu-2.4.2-1.fc38.

Regards,
Mamoru



That works for me (maintainer of vtk and plplot) as I'm not quite ready 
to push vtk 9.2.2 out yet.  I didn't expect libharu to get built right away.


Orion





On Wed, 5 Oct 2022 10:51:20 +0200
Fabio Valentini  wrote:

On Wed, Oct 5, 2022 at 9:24 AM Dmitrij S. Kryzhevich 
 wrote:


New version of libharu is building for rawhide with coresponding 
soname bump.

Only vtk should be affected right now.


I see that you have already built libharu-2.4.2-1.fc38.

Did you also handle rebuilding dependent packages, or should their
maintainers handle that themselves?
Usually there should be one week between such heads-up emails and
pushing the actual build, especially when you don't rebuild dependent
packages.

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org 

Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org 

Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue



--
Orion Poplawski
he/him/his  - surely the least important thing about me
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/


smime.p7s
Description: S/MIME Cryptographic Signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: libharu soname bump for rawhide

2022-10-05 Thread Mamoru TASAKA

Dmitrij S. Kryzhevich wrote on 2022/10/05 18:02:

I understand the necessity of time to react, may be should handle it in a more 
proper way.
I was triggered by maintainer of only dependent package (directly dependent) so 
I strongly believe it's OK in this case.


Seems not actually:

dnf repoquery --repo=koji-38  --qf '%{sourcerpm}' --whatrequires 
"libhpdf.so.2.3*" | cat -n
 1  EMBOSS-6.6.0-22.fc38.src.rpm
 2  blender-3.3.0-4.fc38.src.rpm
 3  mathgl-2.4.4-18.fc38.src.rpm
 4  perl-PDF-Haru-1.00-38.fc37.src.rpm
 5  plplot-5.15.0-45.fc38.src.rpm
 6  saga-7.6.1-16.fc38.src.rpm
 7  vtk-9.1.0-17.fc37.src.rpm

Perhaps I am going to request untag for libharu-2.4.2-1.fc38.

Regards,
Mamoru




On Wed, 5 Oct 2022 10:51:20 +0200
Fabio Valentini  wrote:


On Wed, Oct 5, 2022 at 9:24 AM Dmitrij S. Kryzhevich  wrote:


New version of libharu is building for rawhide with coresponding soname bump.
Only vtk should be affected right now.


I see that you have already built libharu-2.4.2-1.fc38.

Did you also handle rebuilding dependent packages, or should their
maintainers handle that themselves?
Usually there should be one week between such heads-up emails and
pushing the actual build, especially when you don't rebuild dependent
packages.

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Fedora 37 compose report: 20221005.n.0 changes

2022-10-05 Thread Fedora Rawhide Report
OLD: Fedora-37-20221004.n.0
NEW: Fedora-37-20221005.n.0

= SUMMARY =
Added images:0
Dropped images:  1
Added packages:  1
Dropped packages:0
Upgraded packages:   52
Downgraded packages: 0

Size of added packages:  12.31 KiB
Size of dropped packages:0 B
Size of upgraded packages:   2.44 GiB
Size of downgraded packages: 0 B

Size change of upgraded packages:   5.04 MiB
Size change of downgraded packages: 0 B

= ADDED IMAGES =

= DROPPED IMAGES =
Image: Container_Base docker aarch64
Path: 
Container/aarch64/images/Fedora-Container-Base-37-20221004.n.0.aarch64.tar.xz

= ADDED PACKAGES =
Package: golang-github-aymanbagabas-osc52-1.0.3-1.fc37
Summary: Golang terminal ANSI OSC52 wrapper. Copy text to clipboard from 
anywhere
RPMs:golang-github-aymanbagabas-osc52-devel
Size:12.31 KiB


= DROPPED PACKAGES =

= UPGRADED PACKAGES =
Package:  buildah-1.27.2-1.fc37
Old package:  buildah-1.27.0-1.fc37
Summary:  A command line tool used for creating OCI Images
RPMs: buildah buildah-tests
Size: 127.37 MiB
Size change:  -34.96 KiB
Changelog:
  * Tue Aug 16 2022 Lokesh Mandvekar  1.27.0-2
  - Fix debbuild maintainer issue

  * Wed Aug 17 2022 Lokesh Mandvekar  1.27.0-3
  - use easier tag macros to make both fedora and debbuild happy

  * Fri Sep 09 2022 RH Container Bot  1.27.1-1
  - auto bump to v1.27.1

  * Fri Sep 30 2022 Lokesh Mandvekar  1.27.2-1
  - bump to v1.27.2


Package:  copy-jdk-configs-4.1-1.fc37
Old package:  copy-jdk-configs-4.1-0.fc37
Summary:  JDKs configuration files copier
RPMs: copy-jdk-configs
Size: 27.64 KiB
Size change:  165 B
Changelog:
  * Thu Sep 29 2022 Fedora Release Engineering  - 
4.1-1
  - update to attempt to solve bug which could delete empty dirs in /etc


Package:  dnsmasq-2.87-1.fc37
Old package:  dnsmasq-2.86-11.fc37
Summary:  A lightweight DHCP/caching DNS server
RPMs: dnsmasq dnsmasq-utils
Size: 1.51 MiB
Size change:  26.06 KiB
Changelog:
  * Tue Sep 27 2022 Petr Menk  - 2.87-1
  - Update to 2.87 (#2129658)


Package:  easyeffects-6.3.0-1.fc37
Old package:  easyeffects-6.2.8-1.fc37
Summary:  Audio effects for PipeWire applications
RPMs: easyeffects
Size: 3.75 MiB
Size change:  86.49 KiB
Changelog:
  * Mon Sep 19 2022 Vasiliy N. Glazov  - 6.3.0-1
  - Update to 6.3.0


Package:  firefox-105.0.1-2.fc37
Old package:  firefox-105.0.1-1.fc37
Summary:  Mozilla Firefox Web browser
RPMs: firefox firefox-langpacks firefox-wayland firefox-x11
Size: 415.68 MiB
Size change:  -411.00 KiB

Package:  fluidsynth-2.3.0-1.fc37
Old package:  fluidsynth-2.2.9-2.fc37
Summary:  Real-time software synthesizer
RPMs: fluidsynth fluidsynth-devel fluidsynth-libs
Size: 1.91 MiB
Size change:  70.32 KiB
Changelog:
  * Fri Sep 30 2022 Christoph Karl  - 2.3.0-1
  - Update to 2.3.0


Package:  focuswriter-1.8.3-1.fc37
Old package:  focuswriter-1.8.2-1.fc37
Summary:  A full screen, distraction-free writing program
RPMs: focuswriter
Size: 24.24 MiB
Size change:  -1.36 KiB
Changelog:
  * Thu Sep 29 2022 Vojtech Trefny  - 1.8.3-1
  - Update to 1.8.3


Package:  geary-43.0-1.fc37
Old package:  geary-40.0-9.fc37
Summary:  A lightweight email program designed around conversations
RPMs: geary
Size: 12.01 MiB
Size change:  123.29 KiB
Changelog:
  * Fri Sep 30 2022 Kalev Lember  - 43.0-1
  - Update to 43.0


Package:  gnome-epub-thumbnailer-1.7-1.fc37
Old package:  gnome-epub-thumbnailer-1.6-8.fc37
Summary:  Thumbnailers for EPub and MOBI books
RPMs: gnome-epub-thumbnailer
Size: 113.03 KiB
Size change:  2.50 KiB
Changelog:
  * Thu Sep 29 2022 Bastien Nocera  - 1.7-1
  - Update to 1.7


Package:  gnome-flashback-3.46.0-1.fc37
Old package:  gnome-flashback-3.45.1-1.fc37
Summary:  GNOME Flashback session
RPMs: gnome-flashback
Size: 2.53 MiB
Size change:  19.19 KiB
Changelog:
  * Mon Oct 03 2022 Artem Polishchuk  3.46.0-1
  - chore(update): 3.46.0


Package:  gnome-shell-extension-appindicator-46-1.fc37
Old package:  gnome-shell-extension-appindicator-45-1.fc37
Summary:  AppIndicator/KStatusNotifierItem support for GNOME Shell
RPMs: gnome-shell-extension-appindicator
Size: 67.09 KiB
Size change:  819 B
Changelog:
  * Fri Sep 30 2022 Artem Polishchuk  46-1
  - chore(update): 46


Package:  google-noto-fonts-20201206^1.git0c78c8329-5.fc37
Old package:  google-noto-fonts-20201206^1.git0c78c8329-4.fc37
Summary:  Hinted and Non Hinted OpenType fonts for Unicode scripts
RPMs: google-noto-fonts-common google-noto-kufi-arabic-fonts 
google-noto-kufi-arabic-vf-fonts google-noto-looped-lao-fonts 
google-noto-looped-lao-ui-fonts google-noto-looped-lao-ui-vf-fonts 
google-noto-looped-lao-vf-fonts google-noto-looped-thai-fonts 
google-noto-looped-thai-ui-fonts google-noto-looped

some securirity issue in fc37, upgraded form fc36

2022-10-05 Thread Joachim Backes

I ubgraded fromm fc36 to fc37 Beta.

My issue: Running  a MATE session in fc37, and suspending it by the 
command "sudo systemctl suspend". Then I saw that it is possible to 
resume to the suspended session without entering the login password of 
the  previously suspended session.


The  same problem exists in fc36.

No such problems if doing the same procedure in a Cinnamon session.

Anybody made the similar experience?

Kind regards

Joachim Backes

Fedora release 37 (Thirty Seven)
Kernel-5.19.13-300.fc37.x86_64


Joachim Backes 
https://www-user.rhrk.uni-kl.de/~backes/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: How to repoquery without false-evaluated conditional requires?

2022-10-05 Thread Petr Pisar
V Wed, Oct 05, 2022 at 11:22:27AM +0200, Miro Hrončok napsal(a):
> Hello.
> 
> I need to repoquery rawhide and rawhide-source for dependency on python3-toml.
> 
> Unfortunately, due to pyproject-rpm-macros, 413 packages BuildRequire:
> 
>   (python3dist(toml) if python3-devel < 3.11)
> 
> I am not interested in this dependency because python3-devel on rawhide is 
> 3.11+.
> 
> 
> When I run a naïve repoquery on my Fedora 35 machine (with python3-devel
> 3.10), like this:
> 
>   $ repoquery --repo=rawhide{,-source} --whatrequires python3-toml
> 
> I get all the 413 packages in the results. I kinda expected that.
> 
> I've tried:
> 
>   $ repoquery --installroot ~/tmp/non-existent ... --whatrequires python3-toml
> 
> No dice, returns the same list as the first repoquery.
> 
I feel repoquery should respect --installroot. It needs to take @system
repository (i.e. installad packages) from somewhere. --instalroot is that
place. If DNF does not do that, I recommend filing a bug.

-- Petr


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Review Swaps to support Stellarium 1.0

2022-10-05 Thread Mattia Verga via devel
Il 04/10/22 17:34, Gwyn Ciesla via devel ha scritto:

> Hi! Stellarium 1.0 was just released, and it grew some dependencies. If you'd 
> be so kind as to review one or more of these, I'll review one or more of 
> yours.
>
> QXlsx https://bugzilla.redhat.com/show_bug.cgi?id=2131838
> CalcMySky https://bugzilla.redhat.com/show_bug.cgi?id=2131842
> indi https://bugzilla.redhat.com/show_bug.cgi?id=2132014
>
> And if you're feeling really generous, this unrelated review:
>
> libchipcard https://bugzilla.redhat.com/show_bug.cgi?id=2035958
>
> Thanks in advance!

I've taken CalcMySky.

If you have some time to spare, I'd like a review of XEphem 
https://bugzilla.redhat.com/show_bug.cgi?id=2123242

Mattia___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: PHP version 8.2 mass rebuild - Done

2022-10-05 Thread Remi Collet

Le 05/10/2022 à 08:03, Remi Collet a écrit :

Hi,

https://fedoraproject.org/wiki/Changes/php82

As the feature is approved by Fesco
I start working on the mass rebuild

Will use the f38-build-side-58889 side tag


Mass rebuild done
=> https://bodhi.fedoraproject.org/updates/FEDORA-2022-69f3d6aa4a

Retired: php-pecl-couchbase3

version 3 is not compatible, need version 4, not (yet) packaged.


Remi


P.S. build list:

php-8.2.0~RC3-1.fc38
graphviz-6.0.1-2.fc38
libguestfs-1.49.4-2.fc38
libkolabxml-1.2.0-13.fc38
mapserver-8.0.0-2.fc38
mlt-7.8.0-3.fc38
php-ast-1.1.0-2.fc38
php-facedetect-1.2.0-0.28.20201021git2a8974b.fc38
php-geos-1.0.0-25.fc38
php-libvirt-0.5.6-3.fc38
php-maxminddb-1.11.0-6.fc38
php-pecl-amqp-1.11.0-4.fc38
php-pecl-apcu-5.1.22-3.fc38
php-pecl-apfd-1.0.3-5.fc38
php-pecl-dio-0.2.0-9.fc38
php-pecl-ds-1.4.0-4.fc38
php-pecl-event-3.0.7-3.fc38
php-pecl-fann-1.2.0~RC1-4.fc38
php-pecl-gearman-2.1.0-8.fc38
php-pecl-geoip-1.1.1-20.fc38
php-pecl-gmagick-2.0.6~RC1-6.fc38
php-pecl-http-4.2.3-5.fc38
php-pecl-igbinary-3.2.7-4.fc38
php-pecl-imagick-3.7.0-5.fc38
php-pecl-inotify-3.0.0-6.fc38
php-pecl-ip2location-8.1.1-8.fc38
php-pecl-json-post-1.1.0-5.fc38
php-pecl-krb5-1.1.4-9.fc38
php-pecl-lzf-1.7.0-4.fc38
php-pecl-mailparse-3.1.4-2.fc38
php-pecl-mcrypt-1.0.5-3.fc38
php-pecl-memcache-8.0-6.fc38
php-pecl-memcached-3.2.0-3.fc38
php-pecl-mongodb-1.14.1-2.fc38
php-pecl-msgpack-2.2.0~RC1-4.fc38
php-pecl-oauth-2.0.7-9.fc38
php-pecl-pcov-1.0.11-4.fc38
php-pecl-pq-2.2.0-5.fc38
php-pecl-raphf-2.0.1-10.fc38
php-pecl-redis5-5.3.7-3.fc38
php-pecl-rpminfo-0.6.0-6.fc38
php-pecl-rrd-2.0.3-6.fc38
php-pecl-selinux-0.6.0-4.fc38
php-pecl-ssdeep-1.1.0-15.fc38
php-pecl-ssh2-1.3.1-6.fc38
php-pecl-uopz-7.1.1-6.fc38
php-pecl-uuid-1.2.0-8.fc38
php-pecl-var-representation-0.1.2-2.fc38
php-pecl-xattr-1.4.0-9.fc38
php-pecl-xdebug3-3.2.0~alpha3-1.fc38
php-pecl-xmldiff-1.1.3-6.fc38
php-pecl-xmlrpc-1.0.0~rc3-4.fc38
php-pecl-yac-2.3.1-4.fc38
php-pecl-yaml-2.2.2-5.fc38
php-pecl-zip-1.21.1-2.fc38
php-phpiredis-1.0.1-10.fc38
php-smbclient-1.0.6-7.fc38
php-zmq-1.1.3-23.fc38
php-zstd-0.11.0-5.fc38
remctl-3.18-3.fc38
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Fedora rawhide compose report: 20221005.n.0 changes

2022-10-05 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20221004.n.0
NEW: Fedora-Rawhide-20221005.n.0

= SUMMARY =
Added images:0
Dropped images:  5
Added packages:  6
Dropped packages:13
Upgraded packages:   72
Downgraded packages: 0

Size of added packages:  16.38 MiB
Size of dropped packages:2.79 MiB
Size of upgraded packages:   4.81 GiB
Size of downgraded packages: 0 B

Size change of upgraded packages:   80.83 MiB
Size change of downgraded packages: 0 B

= ADDED IMAGES =

= DROPPED IMAGES =
Image: Server_KVM qcow2 s390x
Path: Server/s390x/images/Fedora-Server-KVM-Rawhide-20221004.n.0.s390x.qcow2
Image: Astronomy_KDE live x86_64
Path: Labs/x86_64/iso/Fedora-Astronomy_KDE-Live-x86_64-Rawhide-20221004.n.0.iso
Image: Scientific vagrant-libvirt x86_64
Path: 
Labs/x86_64/images/Fedora-Scientific-Vagrant-Rawhide-20221004.n.0.x86_64.vagrant-libvirt.box
Image: Scientific_KDE live x86_64
Path: Labs/x86_64/iso/Fedora-Scientific_KDE-Live-x86_64-Rawhide-20221004.n.0.iso
Image: Scientific vagrant-virtualbox x86_64
Path: 
Labs/x86_64/images/Fedora-Scientific-Vagrant-Rawhide-20221004.n.0.x86_64.vagrant-virtualbox.box

= ADDED PACKAGES =
Package: erlang-jiffy-1.1.1-1.fc38
Summary: Erlang JSON parser
RPMs:erlang-jiffy
Size:186.67 KiB

Package: golang-github-hashicorp-consul-1.11.10-1.fc38
Summary: Distributed, highly available, and data center aware solution
RPMs:golang-github-hashicorp-consul-devel
Size:240.66 KiB

Package: python-django3-3.2.15-1.fc38
Summary: A high-level Python Web framework
RPMs:python-django3-bash-completion python3-django3 python3-django3-doc
Size:10.15 MiB

Package: rust-cssparser-0.28.1-4.fc38
Summary: Rust implementation of CSS Syntax Level 3
RPMs:rust-cssparser+bench-devel rust-cssparser+default-devel 
rust-cssparser+dummy_match_byte-devel rust-cssparser+serde-devel 
rust-cssparser-devel
Size:95.07 KiB

Package: rust-just-1.5.0-1.fc38
Summary: Just a command runner
RPMs:just rust-just+default-devel rust-just+help4help2man-devel 
rust-just-devel
Size:3.97 MiB

Package: snowball-2.2.0-4.fc38
Summary: Snowball compiler and stemming algorithms
RPMs:libstemmer libstemmer-devel python3-snowballstemmer snowball 
snowball-java
Size:1.75 MiB


= DROPPED PACKAGES =
Package: elementary-sound-theme-1.1.0-4.fc37
Summary: Set of system sounds for elementary
RPMs:elementary-sound-theme
Size:70.52 KiB

Package: elementary-theme-6.1.1-3.fc37
Summary: elementary GTK+ Stylesheet
RPMs:elementary-theme elementary-theme-plank
Size:109.97 KiB

Package: libstemmer-0-19.585svn.fc37
Summary: C stemming algorithm library
RPMs:libstemmer libstemmer-devel
Size:444.86 KiB

Package: libtvdb-0.3.0-23.fc37
Summary: A library to fetch TV series information from the thetvdb.com web 
service
RPMs:libtvdb libtvdb-devel
Size:280.53 KiB

Package: php-pecl-couchbase3-3.2.1-4.fc37
Summary: Couchbase Server PHP extension
RPMs:php-pecl-couchbase3
Size:1.14 MiB

Package: pidgin-save-conv-order-1.0-14.fc37
Summary: Pidgin plugin to save order
RPMs:pidgin-save-conv-order
Size:97.54 KiB

Package: python-snowballstemmer-2.2.0-2.fc37
Summary: Provides 16 stemmer algorithms generated from Snowball algorithms
RPMs:python3-snowballstemmer
Size:256.41 KiB

Package: rust-cedarwood-0.4.5-3.fc37
Summary: Efficiently-updatable double-array trie in Rust (ported from cedar)
RPMs:rust-cedarwood+default-devel rust-cedarwood+reduced-trie-devel 
rust-cedarwood-devel
Size:35.84 KiB

Package: rust-phf_generator0.7-0.7.24-6.fc37
Summary: PHF generation logic
RPMs:rust-phf_generator0.7+default-devel rust-phf_generator0.7-devel
Size:18.21 KiB

Package: rust-tokio-openssl0.4-0.4.0-4.fc37
Summary: Implementation of SSL streams for Tokio backed by OpenSSL
RPMs:rust-tokio-openssl0.4+default-devel rust-tokio-openssl0.4-devel
Size:28.19 KiB

Package: rust-tokio-tls-0.3.1-6.fc37
Summary: Implementation of TLS/SSL streams for Tokio
RPMs:rust-tokio-tls+default-devel rust-tokio-tls-devel
Size:33.73 KiB

Package: rust-traitobject-0.1.0-14.fc37
Summary: Unsafe helpers for working with raw trait objects
RPMs:rust-traitobject+default-devel rust-traitobject-devel
Size:17.95 KiB

Package: rust-trust-dns-proto0.19-0.19.7-5.fc37
Summary: Trust-DNS is a safe and secure DNS library
RPMs:rust-trust-dns-proto0.19+backtrace-devel 
rust-trust-dns-proto0.19+data-encoding-devel 
rust-trust-dns-proto0.19+default-devel rust-trust-dns-proto0.19+dnssec-devel 
rust-trust-dns-proto0.19+dnssec-openssl-devel 
rust-trust-dns-proto0.19+mdns-devel rust-trust-dns-proto0.19+openssl-devel 
rust-trust-dns-proto0.19+serde-config-devel 
rust-trust-dns-proto0.19+serde-devel rust-trust-dns-proto0.19+socket2-devel 
rust-trust-dns-proto0.19+testing-devel rust-trust-dns-proto0.19+tokio-devel 
rust-trust-dns-proto0.19+tokio-runtime-devel rust-trust-dns-proto0.19-devel
Size:295.66 KiB


= UPGRADED PACKAGES =
Package

[Bug 2132259] perl-Sys-Virt-8.8.0 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2132259

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
   Fixed In Version||perl-Sys-Virt-8.8.0-1.fc38
Last Closed||2022-10-05 10:18:53




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2132259
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2132259] perl-Sys-Virt-8.8.0 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2132259

Jitka Plesnikova  changed:

   What|Removed |Added

   Doc Type|--- |If docs needed, set a value
 Status|NEW |ASSIGNED
 CC|berra...@redhat.com,|
   |crobi...@redhat.com,|
   |jples...@redhat.com,|
   |st...@silug.org |




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2132259
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2132130] perl-Pod-Spell-1.25 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2132130

Jitka Plesnikova  changed:

   What|Removed |Added

 Resolution|--- |RAWHIDE
   Fixed In Version||perl-Pod-Spell-1.25-1.fc38
 Status|ASSIGNED|CLOSED
Last Closed||2022-10-05 10:05:45




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2132130
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: F38 Proposal: SPDX License Phase 1 (Self-Contained Change proposal)

2022-10-05 Thread Miro Hrončok

On 04. 10. 22 1:18, Miro Hrončok wrote:

And how is this change related to:

https://src.fedoraproject.org/rpms/rpmlint/c/2beb19345e6644cb1b5ee8092b8533c8984cd21c?branch=rawhide 



I was unaware of this change at all.

Tom, should rpmlint ditch that file instead and Require 
rpmlint-fedora-license-data?


rpmlint-fedora-license-data is rpmlint config generated directly from the 
fedora-license-data source package.


It contains both new and old license identifiers, but that can be easily 
changed if so desired.


I've opened https://src.fedoraproject.org/rpms/rpmlint/pull-request/28


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2132259] New: perl-Sys-Virt-8.8.0 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2132259

Bug ID: 2132259
   Summary: perl-Sys-Virt-8.8.0 is available
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perl-Sys-Virt
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: berra...@redhat.com, crobi...@redhat.com,
jples...@redhat.com,
perl-devel@lists.fedoraproject.org, st...@silug.org
  Target Milestone: ---
Classification: Fedora



Releases retrieved: 8.8.0
Upstream release that is considered latest: 8.8.0
Current version/release in rawhide: 8.5.0-1.fc37
URL: http://search.cpan.org/dist/Sys-Virt/

Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at:
https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.


Based on the information from Anitya:
https://release-monitoring.org/project/3355/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Sys-Virt


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2132259
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


How to repoquery without false-evaluated conditional requires?

2022-10-05 Thread Miro Hrončok

Hello.

I need to repoquery rawhide and rawhide-source for dependency on python3-toml.

Unfortunately, due to pyproject-rpm-macros, 413 packages BuildRequire:

  (python3dist(toml) if python3-devel < 3.11)

I am not interested in this dependency because python3-devel on rawhide is 
3.11+.


When I run a naïve repoquery on my Fedora 35 machine (with python3-devel 3.10), 
like this:


  $ repoquery --repo=rawhide{,-source} --whatrequires python3-toml

I get all the 413 packages in the results. I kinda expected that.

I've tried:

  $ repoquery --installroot ~/tmp/non-existent ... --whatrequires python3-toml

No dice, returns the same list as the first repoquery.

Then I've tried to podman into a rawhide container and run a repoquery there. 
When I have no pytohn3-devel installed or when I have python3-devel 3.11+ 
installed in the container, I still get all the packages that BR 
(python3dist(toml) if python3-devel < 3.11) only.


How do I filter them out?

I came up with this monstrosity:

for pkg in $(repoquery --repo=rawhide{,-source} --whatrequires python3-toml)
  do repoquery -q --repo=rawhide{,-source} --requires $pkg | \
 grep -Fv '(python3dist(toml) if python3-devel < 3.11)' | \
 grep -Eq '\btoml\b' && echo $pkg
done | tee toml-requires

But it is very slow and might contain false finds.

Do you know a better trick?

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: libharu soname bump for rawhide

2022-10-05 Thread Dmitrij S. Kryzhevich
I understand the necessity of time to react, may be should handle it in a more 
proper way.
I was triggered by maintainer of only dependent package (directly dependent) so 
I strongly believe it's OK in this case.

On Wed, 5 Oct 2022 10:51:20 +0200
Fabio Valentini  wrote:

> On Wed, Oct 5, 2022 at 9:24 AM Dmitrij S. Kryzhevich  wrote:
> >
> > New version of libharu is building for rawhide with coresponding soname 
> > bump.
> > Only vtk should be affected right now.
> 
> I see that you have already built libharu-2.4.2-1.fc38.
> 
> Did you also handle rebuilding dependent packages, or should their
> maintainers handle that themselves?
> Usually there should be one week between such heads-up emails and
> pushing the actual build, especially when you don't rebuild dependent
> packages.
> 
> Fabio
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2132130] perl-Pod-Spell-1.25 is available

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2132130

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC|jose.p.oliveira.oss@gmail.c |
   |om, jples...@redhat.com,|
   |ka...@ucw.cz,   |
   |mspa...@redhat.com, |
   |p...@city-fan.org,  |
   |rob.my...@gtri.gatech.edu   |
   Doc Type|--- |If docs needed, set a value




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2132130
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: libharu soname bump for rawhide

2022-10-05 Thread Fabio Valentini
On Wed, Oct 5, 2022 at 9:24 AM Dmitrij S. Kryzhevich  wrote:
>
> New version of libharu is building for rawhide with coresponding soname bump.
> Only vtk should be affected right now.

I see that you have already built libharu-2.4.2-1.fc38.

Did you also handle rebuilding dependent packages, or should their
maintainers handle that themselves?
Usually there should be one week between such heads-up emails and
pushing the actual build, especially when you don't rebuild dependent
packages.

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


libharu soname bump for rawhide

2022-10-05 Thread Dmitrij S. Kryzhevich
New version of libharu is building for rawhide with coresponding soname bump. 
Only vtk should be affected right now.

--
Dmitrij S. Kryzhevich
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130631] Please branch and build perl-XXX in epel9

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130631

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #2 from Fedora Update System  ---
FEDORA-EPEL-2022-11ff1379c4 has been submitted as an update to Fedora EPEL 9.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-11ff1379c4


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130631
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Explicit dependency on systemd-rpm-macros now required?

2022-10-05 Thread David Tardon
Hi,

On Thu, 2022-09-29 at 10:51 +0100, Sérgio Basto wrote:
> https://src.fedoraproject.org/rpms/clamav/c/35d73944ae2fa9cee3df4729c53a66ba03595d7f
> "Add missing dependency on systemd as it's the systemd package itself
> that ships systemd.pc, not systemd-devel."
> 
> because clamav runs  `pkg-config --variable=systemdsystemunitdir
> systemd` which needs /usr/share/pkgconfig/systemd.pc 

Note 1: It's better to BR: pkgconfig(systemd), as that way one doesn't
have to care in which package the .pc file is.

Note 2: You can pass --with-systemdsystemunitdir=%_unitdir to configure
and avoid the additional dependency altogether.

D.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[Bug 2130630] Please branch and build perl-TestML in epel9

2022-10-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2130630

Jitka Plesnikova  changed:

   What|Removed |Added

  Alias||perl-TestML-epel9
 CC||jples...@redhat.com




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2130630
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


PHP version 8.2 mass rebuild

2022-10-05 Thread Remi Collet

Hi,

https://fedoraproject.org/wiki/Changes/php82

As the feature is approved by Fesco
I start working on the mass rebuild

Will use the f38-build-side-58889 side tag

Please ping me on IRC or by mail if something
special needed for one of your packages.


Remi


P.S.: dnf repoquery --whatrequires 'php(api)'
mlt-php-0:7.8.0-2.fc37.x86_64
php-ast-0:1.1.0-1.fc38.x86_64
php-facedetect-0:1.2.0-0.27.20201021git2a8974b.fc37.x86_64
php-geos-0:1.0.0-24.fc37.x86_64
php-kolabformat-0:1.2.0-12.fc37.x86_64
php-libguestfs-1:1.49.4-1.fc37.x86_64
php-libvirt-0:0.5.6-2.fc37.x86_64
php-mapserver-0:8.0.0-1.fc38.x86_64
php-maxminddb-0:1.11.0-5.fc37.x86_64
php-pecl-amqp-0:1.11.0-3.fc37.x86_64
php-pecl-apcu-0:5.1.22-2.fc38.x86_64
php-pecl-apfd-0:1.0.3-4.fc37.x86_64
php-pecl-couchbase3-0:3.2.1-4.fc37.x86_64
php-pecl-dio-0:0.2.0-8.fc37.x86_64
php-pecl-ds-0:1.4.0-3.fc37.x86_64
php-pecl-event-0:3.0.7-2.fc37.x86_64
php-pecl-fann-0:1.2.0~RC1-3.fc37.x86_64
php-pecl-gearman-0:2.1.0-7.fc37.x86_64
php-pecl-geoip-0:1.1.1-19.fc37.x86_64
php-pecl-gmagick-0:2.0.6~RC1-5.fc37.x86_64
php-pecl-http-0:4.2.3-4.fc38.x86_64
php-pecl-igbinary-0:3.2.7-3.fc37.x86_64
php-pecl-imagick-0:3.7.0-4.fc38.x86_64
php-pecl-inotify-0:3.0.0-5.fc37.x86_64
php-pecl-ip2location-0:8.1.1-7.fc37.x86_64
php-pecl-json-post-0:1.1.0-4.fc37.x86_64
php-pecl-krb5-0:1.1.4-8.fc37.x86_64
php-pecl-lzf-0:1.7.0-3.fc37.x86_64
php-pecl-mailparse-0:3.1.4-1.fc38.x86_64
php-pecl-mcrypt-0:1.0.5-2.fc37.x86_64
php-pecl-memcache-0:8.0-5.fc37.x86_64
php-pecl-memcached-0:3.2.0-2.fc37.x86_64
php-pecl-mongodb-0:1.14.1-1.fc38.x86_64
php-pecl-msgpack-0:2.2.0~RC1-3.fc37.x86_64
php-pecl-oauth-0:2.0.7-8.fc38.x86_64
php-pecl-pcov-0:1.0.11-3.fc37.x86_64
php-pecl-pq-0:2.2.0-4.fc37.x86_64
php-pecl-raphf-0:2.0.1-9.fc37.x86_64
php-pecl-redis5-0:5.3.7-2.fc37.x86_64
php-pecl-rpminfo-0:0.6.0-5.fc37.x86_64
php-pecl-rrd-0:2.0.3-5.fc37.x86_64
php-pecl-selinux-0:0.6.0-3.fc37.x86_64
php-pecl-ssdeep-0:1.1.0-14.fc37.x86_64
php-pecl-ssh2-0:1.3.1-5.fc37.x86_64
php-pecl-uopz-0:7.1.1-5.fc37.x86_64
php-pecl-uuid-0:1.2.0-7.fc37.x86_64
php-pecl-var-representation-0:0.1.2-1.fc38.x86_64
php-pecl-xattr-0:1.4.0-8.fc37.x86_64
php-pecl-xdebug3-0:3.1.5-2.fc37.x86_64
php-pecl-xmldiff-0:1.1.3-5.fc37.x86_64
php-pecl-xmlrpc-0:1.0.0~rc3-3.fc37.x86_64
php-pecl-yac-0:2.3.1-3.fc37.x86_64
php-pecl-yaml-0:2.2.2-4.fc37.x86_64
php-pecl-zip-0:1.21.1-1.fc38.x86_64
php-phpiredis-0:1.0.1-9.fc37.x86_64
php-smbclient-0:1.0.6-6.fc37.x86_64
php-zmq-0:1.1.3-22.fc37.x86_64
php-zstd-0:0.11.0-4.fc37.x86_64
remctl-php-0:3.18-2.fc37.x86_64
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue