Re: F40 Change: Privacy-preserving Telemetry for Fedora Workstation (System-Wide)

2024-04-18 Thread Priscila Gutierres
I'm worried about seeing someone here on this discussion list lowering the
importance of privacy.

On Thu, Apr 18, 2024 at 2:53 PM Igor Kerstges  wrote:

> Privacy is not too much of my concern.
>
> How much data is to be expected to be sent over my dataplan on monthly
> basis? When using Fedora Workstations as a graphics workstation (including
> regular office applications) during office hours and extensive internet
> research and entertainment during (late)evenings and weekends, should I
> expect this to generate data of some 10's of KB, or should I expect it to
> amount to megabytes? Will this be uploaded on scheduled daily interval or
> more regularly? Can I monitor the traffic on my firewall (and how)?
>
> Good luck with the upcoming release soon! Cheers,
> Igor
> --
> ___
> 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: Looking for people to be stewards of rpminspect-data-fedora

2024-04-09 Thread Priscila Gutierres
Hello David,

I would like to contribute. Will be an excellent learning opportunity.

Priscila.

On Tue, Apr 9, 2024 at 6:14 PM Kevin Fenzi  wrote:

> On Tue, Apr 09, 2024 at 01:55:41PM -0400, David Cantrell wrote:
> > Hello all,
> >
> > I am looking for multiple people to help be upstream stewards of the
> rpminspect-data-fedora project.  This is a project that contains config
> files and rules for running rpminspect on Fedora builds.  It is a package
> containing distribution policy.  It needs people to look over it and review
> and merge contributions from other developers, do occassional releases, and
> ensure that it is updated as new releases of Fedora are started (and we get
> new dist tags).
> >
> > The project currently lives here:
> >
> > https://github.com/rpminspect/rpminspect-data-fedora
> >
> > But absolutely can move depending on the desires of the individuals who
> take over maintenance.  I created these rules files in the data package for
> rpminspect so that different vendors can customize how rpminspect runs and
> reacts to findings.  Maintenance of the rules is independent of the
> software maintenance.
> >
> > If you are interested, please email me directly and we can get going on
> the logistics.  If you have general questions, feel free to ask here.
>
> I wonder if this isn't something we should have the QE or releng teams
> manage... ie, adding new branch info (releng), adjusting tests (qe)?
>
> kevin
> --
> ___
> 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: Help with creating first PR for a package

2024-02-18 Thread Priscila Gutierres
I created this post based on my own experience:
https://dev.to/prinewgirl/a-recipe-made-to-create-your-first-pr-for-the-fedora-project-21be
Hope it helps.

Em dom., 18 de fev. de 2024 às 05:32, Ondrej Mosnáček 
escreveu:

> On Sun, 18 Feb 2024 at 09:23, Kan-Ru Chen  wrote:
> >
> > Hi,
> >
> > On Sun, Feb 18, 2024, at 10:52 AM, Loren M. Lang wrote:
> > > I've cloned it down and worked on bringing it more up-to-date. Now that
> > > I have something passing the test suite, I thought I'd file a PR and
> > > start a discussion. I forked the project on Pagure.io, but found that
> > > even with my own personal fork, I don't seem to have commit access to
> it
> > > without being in the Packagers group. Is that standard? I thought the
> > > point of the fork was to allow non-packagers to use the PR mechanism as
> > > an easy mechanism for sponsors to view proposals.
> > >
> > > In any case, I decided to through it up on GitHub temporarily so I
> could
> > > at least create a Remote PR.
> > >
> > > https://src.fedoraproject.org/rpms/python-cachelib/pull-request/6
> >
> > I have recently done this. You need to use fedpkg to clone the
> repository then
> > it will setup the hook for authentication with FAS.
> >
> > For example if you have fork at `fork/penguin359/rpms/python-cachelib`
> then use
> > this command to clone
> >
> > fedpkg clone -a forks/penguin359/rpms/python-cachelib
> >
> > then in the cloned repo you can push normally.
>
> FWIW. it is documented here:
>
> https://docs.fedoraproject.org/en-US/ci/pull-requests/#_you_are_not_a_packager
> --
> ___
> 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


Help packaging go with its dependencies

2024-02-02 Thread Priscila Gutierres
I'm trying to package kubectl for Fedora, but I'm having a bad time with
some dependencies.
I created the specfile using go2rpm, and I'm using auto dependencies:
https://pastebin.com/fmvttDBt

%generate_buildrequires
%go_generate_buildrequires

But it is blaming that some dependencies are missing:

Failed to resolve the transaction:
Package "go-rpm-macros-3.3.1-3.fc40.x86_64" is already installed.
No match for argument: golang(github.com/chai2010/gettext-go/gettext)
No match for argument: golang(github.com/russross/blackfriday)
No match for argument: golang(k8s.io/kubectl/pkg/generated)

I could find, for example, golang-github-chai2010-gettext:
https://src.fedoraproject.org/rpms/golang-github-chai2010-gettext
But it isn't found when trying to create a mock package.

Can someone please help me?
--
___
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: Orphaned packages looking for new maintainers

2024-01-17 Thread Priscila Gutierres
Hello James,

I started some months ago as a maintainer and I have been learning since
then.
One important thing I've learned is to ask if  "this package should be kept
or should it be retired?"
If you want to start to contribute, you can send PRs bumping or fixing
opened bugs first, and I can
help with that.

Priscila.


On Wed, Jan 17, 2024 at 8:32 AM James Richardson 
wrote:

> Hi All,
>
> I am not sponsored into the packager group yet, but I would like to begin
> by maintaining a package that is on this list as "orphaned" however, it is
> very difficult to understand which package(s) might be suitable for a
> newcomer like me. Any help, advice, or suggested package would be greatly
> appreciated. After completing the sponsoring process, I would be able to
> maintain that package, or co-maintain if needed.
>
> Sincerely,
>
> James
> --
> ___
> 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: Non responsive maintainer check for marxin

2024-01-04 Thread Priscila Gutierres
I would like to apologize if it seems that I’m being rude asking for a
review in this thread.
My point of view is that if the package is a dependency and no one is
looking on it, it would be a priority to keep it up to date.
I don’t know if merging it would be possible, since the maintainer is not
responding, if not, I can close it.
Also, I noticed any maintainer can merge it.
I am a new maintainer and I don’t want to create polemics, I am here to
hear and learn, but if I don’t participate in the discussion is more hard
to learn. In any case, I apologize again if I was impolite.


Em qui., 4 de jan. de 2024 às 20:07, Sandro  escreveu:

> On 04-01-2024 23:05, Priscila Gutierres wrote:
> > I bumped python-pebble to the latest version.
> > Can someone please review this PR?
> > https://src.fedoraproject.org/rpms/python-pebble/pull-request/3
>
> Reviewing the PR is not a problem. However, who would merge it, once
> approved? That needs a proven packager in the current situation, since
> the sole maintainer is unresponsive.
>
> No offense, but you are kinda hijacking this thread.
>
> -- Sandro
>
> --
> ___
> 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: Non responsive maintainer check for marxin

2024-01-04 Thread Priscila Gutierres
I bumped python-pebble to the latest version.
Can someone please review this PR?
https://src.fedoraproject.org/rpms/python-pebble/pull-request/3


On Tue, Jan 2, 2024 at 5:05 PM Sandro  wrote:

> On 02-01-2024 20:28, Priscila Gutierres wrote:
> > Does any package depend on python-pebble?
> > I could not find anything running repoquery  --whatrequires python-pebble
>
> You need to query for `python3-pebble`.
>
> $ dnf repoquery --whatrequires python3-pebble
> Last metadata expiration check: 0:04:03 ago on Tue 02 Jan 2024 20:57:02.
> cvise-0:2.8.0-1.fc39.x86_64
> python3-bluepyopt-0:1.14.3-1.fc39.x86_64
> python3-bluepyopt-0:1.14.6-5.fc39.x86_64
>
> I use `fedrq` these days.
>
> $ fedrq wr -s python3-pebble
> cvise-2.9.0-1.fc40.src
> python-bluepyopt-1.14.6-5.fc40.src
>
> -- Sandro
>
> --
> ___
> 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: Non responsive maintainer check for marxin

2024-01-02 Thread Priscila Gutierres
Thank you !

Em ter., 2 de jan. de 2024 às 17:05, Sandro  escreveu:

> On 02-01-2024 20:28, Priscila Gutierres wrote:
> > Does any package depend on python-pebble?
> > I could not find anything running repoquery  --whatrequires python-pebble
>
> You need to query for `python3-pebble`.
>
> $ dnf repoquery --whatrequires python3-pebble
> Last metadata expiration check: 0:04:03 ago on Tue 02 Jan 2024 20:57:02.
> cvise-0:2.8.0-1.fc39.x86_64
> python3-bluepyopt-0:1.14.3-1.fc39.x86_64
> python3-bluepyopt-0:1.14.6-5.fc39.x86_64
>
> I use `fedrq` these days.
>
> $ fedrq wr -s python3-pebble
> cvise-2.9.0-1.fc40.src
> python-bluepyopt-1.14.6-5.fc40.src
>
> -- Sandro
>
> --
> ___
> 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: Non responsive maintainer check for marxin

2024-01-02 Thread Priscila Gutierres
Does any package depend on python-pebble?
I could not find anything running repoquery  --whatrequires python-pebble

On Tue, Jan 2, 2024 at 2:56 PM Ankur Sinha  wrote:

> Hi folks,
>
> Would anyone know how to contact @marxin? They only maintain the one
> package, python-pebble, but it doesn't look like they've been active in
> a while. The package did not see to have been updated at all since the
> initial import:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=2227456
>
> and there are now new pending bugs that have not seen responses too:
> https://bugzilla.redhat.com/show_bug.cgi?id=2250914
>
> We've waited for responses to PRs in the past and then had to use proven
> packager rights to update and maintain the package:
>
> https://src.fedoraproject.org/rpms/python-pebble/pull-request/2
> https://src.fedoraproject.org/rpms/python-pebble/commits/rawhide
>
> Since a Neuro-SIG package depends on it, we're happy to take it over.
>
> Here's what I could get from fedora-active-user:
>
> python fedora_active_user.py --user marxin --email mli...@suse.cz
> --nofas
> Last action on koji:
>Fri, 15 Sep 2023 tag_package_owners entry created by humaton [still
>active]
>
>Last package update on bodhi:
>   2020-06-29 07:10:30 on package python-pebble-4.5.3-1.fc33
>   Last actions performed according to fedmsg:
>
>   Last email on mailing list:
>   ERROR:active-user:name 'mailinglist' is not defined
>
>
> Here's the tracker bug:
> https://bugzilla.redhat.com/show_bug.cgi?id=2256491
>
> --
> Thanks,
> Regards,
> Ankur Sinha "FranciscoD" (He / Him / His) |
> https://fedoraproject.org/wiki/User:Ankursinha
> Time zone: Europe/London
> --
> ___
> 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: Orphaned packages looking for new maintainers

2023-12-18 Thread Priscila Gutierres
virtme-ng makes testing a new kernel and developing new modules A LOT
easier.

On Mon, Dec 18, 2023 at 10:27 AM Richard W.M. Jones 
wrote:

> On Mon, Dec 18, 2023 at 11:20:22AM +0100, Miro Hrončok wrote:
> > virtmeorphan   4
> weeks ago
>
> I have no special knowledge of this package, but I did read the
> article below a few weeks ago about virtme-ng.  In particular
> virtme-ng uses virtiofs (instead of 9p) which is a more modern way to
> export filesystems into VMs.  We (the virt team) have for a very very
> long time recommended people steer clear of 9p, for security,
> performance and maintainability reasons.
>
> https://lwn.net/Articles/951313/
>
> Rich.
>
> --
> Richard Jones, Virtualization Group, Red Hat
> http://people.redhat.com/~rjones
> Read my programming and virtualization blog: http://rwmj.wordpress.com
> nbdkit - Flexible, fast NBD server with plugins
> https://gitlab.com/nbdkit/nbdkit
> --
> ___
> 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: Self Introduction: Rafel Amer

2023-12-12 Thread Priscila Gutierres
Hello Rafel

I'm also a mathematician and I'm happy to see other people from mathematics
get involved with Fedora
Until you not become a Fedora maintainer (I hope you find a sponsor soon!)
we can work together
As a Fedora maintainer I think I can check and merge your PRs.

Priscila.

On Sun, Dec 10, 2023 at 6:17 PM Rafel Amer Ramon  wrote:

> Hi,
>
> my name is Rafel Amer and I'm professor at the Technical University of
> Catalonia https:/www.upc.edu. I teach Maths
> and I use sagemath for my classes. After the sagemath package is
> orphandend, I would like to be a maintainer or
> co-maintainer this package.
>
> I have successfully build sagemath 10.1 packages for Fedora 38 in x86_64
> and aarch64 architectures, so I think that
> I could maintain this package.
>
> I started using Linux in  1995 with Slackware and I have administered
> server with Debian and CentOS. At house and
> for my classes I use Fedora 28.
>
> Regards,
>
> Rafel Amer
>
> --
> ___
> 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: Ancient compilation flags in my pkg - still needed ?

2023-11-30 Thread Priscila Gutierres
Your reflection will make me a better engineer
Thank you

Em qui., 30 de nov. de 2023 às 08:19, Michal Schorm 
escreveu:

> On Thu, Nov 30, 2023 at 11:53 AM Priscila Gutierres 
> wrote:
> > When reading your email I thought about this video
> > https://youtu.be/U4ALzqqUIS8?si=_D5seS8Nu_0fxYdO
>
> Yeah, on point :)
>
> But as long as I get commit messages explaining *what* has been done
> (which is obvious from the code), instead of *why* it was done, I'm
> more of an archeologist, than a software engineer.
> If people would write *useful* commit messages, I wouldn't need to ask
> such questions.
>
> Michal
>
> --
>
> Michal Schorm
> Software Engineer
> Core Services - Databases Team
> Red Hat
>
> --
>
> On Thu, Nov 30, 2023 at 11:53 AM Priscila Gutierres 
> wrote:
> >
> > When reading your email I thought about this video
> >
> > https://youtu.be/U4ALzqqUIS8?si=_D5seS8Nu_0fxYdO
> >
> >
> > Em qui., 30 de nov. de 2023 às 07:50, Michal Schorm 
> escreveu:
> >>
> >> I have this line in the SPECfile of 'mariadb' package:
> >>
> >> CFLAGS="$CFLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE"
> >>
> >> Git blame says this line will soon celebrate 20 years:
> >>
> https://src.fedoraproject.org/rpms/mysql/c/b3810a49b3125662999f444810efd0fd3223612b?branch=rawhide
> >>
> https://src.fedoraproject.org/rpms/mysql/c/45466935f338593601cf8653b582dce92752152f?branch=rawhide
> >>
> >> As I'm not very good at baking cakes, I'm researching the possibility
> >> of removing the line instead.
> >>
> >> I read through these macros explanations:
> >>
> https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html
> >> however as I do not navigate well in the problematic, I haven't
> understood much.
> >>
> >> My question is primarily, whether during the last 20 years something
> >> happened, making the line obsolete (e.g. these macros are no longer
> >> relevant, or they were added to the default build flags, ... )
> >>
> >> Michal
> >>
> >> --
> >>
> >> Michal Schorm
> >> Software Engineer
> >> Core Services - Databases Team
> >> Red Hat
> >>
> >> --
> >> --
> >> ___
> >> 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: Ancient compilation flags in my pkg - still needed ?

2023-11-30 Thread Priscila Gutierres
When reading your email I thought about this video

https://youtu.be/U4ALzqqUIS8?si=_D5seS8Nu_0fxYdO


Em qui., 30 de nov. de 2023 às 07:50, Michal Schorm 
escreveu:

> I have this line in the SPECfile of 'mariadb' package:
>
> CFLAGS="$CFLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
>
> Git blame says this line will soon celebrate 20 years:
>
> https://src.fedoraproject.org/rpms/mysql/c/b3810a49b3125662999f444810efd0fd3223612b?branch=rawhide
>
> https://src.fedoraproject.org/rpms/mysql/c/45466935f338593601cf8653b582dce92752152f?branch=rawhide
>
> As I'm not very good at baking cakes, I'm researching the possibility
> of removing the line instead.
>
> I read through these macros explanations:
>
> https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html
> however as I do not navigate well in the problematic, I haven't understood
> much.
>
> My question is primarily, whether during the last 20 years something
> happened, making the line obsolete (e.g. these macros are no longer
> relevant, or they were added to the default build flags, ... )
>
> Michal
>
> --
>
> Michal Schorm
> Software Engineer
> Core Services - Databases Team
> Red Hat
>
> --
> --
> ___
> 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: Orphaned pipenv

2023-11-15 Thread Priscila Gutierres
I would like to maintain it, but I'm now just a contributor
Can someone please sponsor me to allow me to become a maintainer and  take
this package?

Priscila.

On Wed, Nov 15, 2023 at 10:41 AM Tomáš Orsava  wrote:

> Hi,
> I just orphaned pipenv: https://src.fedoraproject.org/rpms/pipenv
>
> I haven't been using the package for some time, and upstream releases
> versions too fast for me to keep up. Also I'm not sure how many people
> use the package.
>
> There are two open BZs for the package, but they'll likely be resolved
> by updating to the latest upstream version.
>
> Tomas
> ___
> 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: Self Introduction: Nils Koenig

2023-10-19 Thread Priscila Gutierres
Hello,

What issue are you referring to?
I have been working on PRs without being a maintainer, I just can't upload
the sources but
everytime I needed someone else did it for me.

To delete your fork, go to the Settings tab and click on delete project.

Priscila.

On Thu, Oct 19, 2023 at 1:11 PM Nils Koenig  wrote:

> Hi @all,
>
> a quick hello from my side as I would like to join the Fedora Package
> Maintainers by taking over responsibility for the vhostmd package.
>
> I've created a fork and added my change:
>
>
> https://src.fedoraproject.org/fork/nilskoenig/rpms/vhostmd/c/697e947272969f56f3f892a93e7d37c0babe6d5a?branch=rawhide
>
> But it seems I can't create a PR from there. Anyhow - I would like to take
> over maintainer ship from Richard Jones regarding this package.
> How is that possible?
>
> Another question, is it possible to fast-forward personal forks?
> Or delete/recreate forks?
>
> Thank you,
> Nils
> ___
> 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: Error when patching test-requirements inside pymemcache source

2023-10-15 Thread Priscila Gutierres
Soy, this is the right spec: https://paste.centos.org/view/4777a5e7

On Sun, Oct 15, 2023 at 7:00 AM Priscila Gutierres 
wrote:

> Yes, the package is listed in the specfile:
>  https://paste.centos.org/view/cd69e93f
> Also, this is my development branch:
> https://src.fedoraproject.org/fork/prgutier/rpms/python-pymemcache
>
> On Sat, Oct 14, 2023 at 11:50 PM Otto Liljalaakso 
> wrote:
>
>> 15. lokakuuta 2023 1.47.49 GMT+03:00 Priscila Gutierres <
>> prgut...@redhat.com> kirjoitti:
>> >Hello,
>> >
>> >I'm trying to patch pymemcache/test-requirements.txt to unpin all the
>> build
>> >requirements.
>> >
>> >I created this patch using git format-patch:
>> >https://paste.centos.org/view/46800819
>> >But when trying to create a mockbuild, it fails to apply:
>> >https://paste.centos.org/view/b1f404c8
>> >
>> >Checking patch pymemcache/test-requirements.txt...
>> >error: pymemcache/test-requirements.txt: does not exist in index
>> >
>> >But it exists: https://paste.centos.org/view/a239ec34
>> >
>> >What am I missing?
>> >
>> >Priscila.
>>
>> Do you have the new patch listed as Patch: in the specfile? It will not
>> be picked up otherwise.
>>
>> It will help troubleshooting if you can upload your work-in-progress
>> somewhere.
>> ___
>> 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: Error when patching test-requirements inside pymemcache source

2023-10-15 Thread Priscila Gutierres
Yes, the package is listed in the specfile:
 https://paste.centos.org/view/cd69e93f
Also, this is my development branch:
https://src.fedoraproject.org/fork/prgutier/rpms/python-pymemcache

On Sat, Oct 14, 2023 at 11:50 PM Otto Liljalaakso 
wrote:

> 15. lokakuuta 2023 1.47.49 GMT+03:00 Priscila Gutierres <
> prgut...@redhat.com> kirjoitti:
> >Hello,
> >
> >I'm trying to patch pymemcache/test-requirements.txt to unpin all the
> build
> >requirements.
> >
> >I created this patch using git format-patch:
> >https://paste.centos.org/view/46800819
> >But when trying to create a mockbuild, it fails to apply:
> >https://paste.centos.org/view/b1f404c8
> >
> >Checking patch pymemcache/test-requirements.txt...
> >error: pymemcache/test-requirements.txt: does not exist in index
> >
> >But it exists: https://paste.centos.org/view/a239ec34
> >
> >What am I missing?
> >
> >Priscila.
>
> Do you have the new patch listed as Patch: in the specfile? It will not be
> picked up otherwise.
>
> It will help troubleshooting if you can upload your work-in-progress
> somewhere.
> ___
> 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


Error when patching test-requirements inside pymemcache source

2023-10-14 Thread Priscila Gutierres
Hello,

I'm trying to patch pymemcache/test-requirements.txt to unpin all the build
requirements.

I created this patch using git format-patch:
https://paste.centos.org/view/46800819
But when trying to create a mockbuild, it fails to apply:
https://paste.centos.org/view/b1f404c8

Checking patch pymemcache/test-requirements.txt...
error: pymemcache/test-requirements.txt: does not exist in index

But it exists: https://paste.centos.org/view/a239ec34

What am I missing?

Priscila.
___
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: Python enable dependency generator problem

2023-10-11 Thread Priscila Gutierres
Thank you,
It works removing -t from %pyproject_buildrequires, EXCEPT if I keep all
the pytest tests running
When running the test, it blames about the modules needed for the tests, as
you can see here: https://paste.centos.org/view/5f0e107a
Deleting line 61 here: https://paste.centos.org/view/c25fee49, everything
works as expected +_+



On Tue, Oct 10, 2023 at 7:33 PM Miro Hrončok  wrote:

> On 10. 10. 23 23:14, Adam Williamson wrote:
> > If you*want*  to auto-generate these requirements, your only options
> > are to get upstream to loosen the version specifiers, or patch the
> > requirements file in %prep before the build requirement generator runs
> > (I think that ordering is possible).
>
> Not only it is possible, but it *is* the order in which the build will
> always
> run (%prep before %generate_buildrequires) regardless of the order in the
> specfile. Putting it in any other order in the specfile is possible but
> confusing.
>
> --
> 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
>
___
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


Python enable dependency generator problem

2023-10-10 Thread Priscila Gutierres
Hello,

I'm trying to add python enable dependency generator on python-pymemcache,
but when adding it to the specfile, it asks for some old version of some
needed packages:
https://paste.centos.org/view/33623ed7

Fedora repos have a more updated version, but this dependency generator is
asking for an older version of those packages:

https://src.fedoraproject.org/rpms/python-faker
https://src.fedoraproject.org/rpms/python-gevent
https://src.fedoraproject.org/rpms/python-pylibmc


How to fix this?


Priscila.
___
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: Push to src.fedoraproject.org using https

2023-10-08 Thread Priscila Gutierres
I solved the issue cloning the repo using fedpkg
Thanks!

On Sun, Oct 8, 2023 at 3:43 PM Aaron Rainbolt  wrote:

> On 10/8/23 13:04, Priscila Gutierres wrote:
> > Hello
> >
> > I'm trying to push my changes to my python-pymemcache fork:
> > https://src.fedoraproject.org/fork/prgutier/rpms/python-pymemcache,
> > but I'm unable due to https errors:
> > https://paste.centos.org/view/1ceb2be5
> > https://paste.centos.org/view/2aad23f4
> >
> > I'm not in the packagers group, and I can't use my ssh-key.
> Did you follow the instructions at
> https://docs.fedoraproject.org/en-US/ci/pull-requests/ ? You shouldn't
> need to be in the packager group to use these instructions.
> > Can someone help me to make https to work or add me to the package
> > group please?
> See
>
> https://docs.fedoraproject.org/en-US/package-maintainers/How_to_Get_Sponsored_into_the_Packager_Group/
> and https://docs.fedoraproject.org/en-US/fesco/Packager_sponsor_policy/
> for more info on how to get sponsored into the packager group. Note that
> you probably don't need to do this yet.
> > Priscila.
> >
> >
> > ___
> > 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


Push to src.fedoraproject.org using https

2023-10-08 Thread Priscila Gutierres
Hello

I'm trying to push my changes to my python-pymemcache fork:
https://src.fedoraproject.org/fork/prgutier/rpms/python-pymemcache,
but I'm unable due to https errors:
https://paste.centos.org/view/1ceb2be5
https://paste.centos.org/view/2aad23f4

I'm not in the packagers group, and I can't use my ssh-key.
Can someone help me to make https to work or add me to the package group
please?

Priscila.
___
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: RPM packaging help

2023-08-10 Thread Priscila Gutierres
Hello Andrew,

I have some experience with golang and python packaging, but working on
RHEL, not Fedora.
But we can walk through together to decipher  it.

Priscila.

On Thu, Aug 10, 2023 at 10:43 AM Andrew Heath  wrote:

> All,
> My name is Andrew, and I have been working with the Fedora Infra team and
> we are trying to create some RPMs for some projects that we are working on,
> one of the RPMs we need to create is for the Ansible receptor[1
> ]. I have a copy of the spec file
> from downstream Red Hat that gives some guidance but where its a mix of
> python and go-lang I was wondering if I could have some guidance from more
> experienced packers on how to package up the application correctly so that
> we can get the package in use for the Fedora Infra.
>
> Links:
> [1]: https://github.com/ansible/receptor
>
> --
> Sincerely,
> Andrew Heath
> aheath1...@gmail.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
>
___
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 Test day - March 14th

2023-03-07 Thread Priscila Gutierres
Hello,

Now Kernel 6.2 test day is happening:
https://fedoraproject.org/wiki/Test_Day:2023-03-05_Kernel_6.2_Test_Week
I encourage all of you to test the new kernel release and share your
results.

Priscila.

On Tue, Mar 7, 2023 at 11:51 AM Nicola Sella  wrote:

> Hello everyone,
>
> I would like to invite all of you to participate in the DNF5 test day,
> which will happen in one week, on the 14th of March.
>
> We are finalizing the test cases. All the information will be posted on
> test/test-announce mailing-lists as usual. For now, head over to the
> wiki[1] and save the date.[2]
>
> [1] https://fedoraproject.org/wiki/Test_Day:2023-03-14_Fedora_38_DNF_5
> [2] https://calendar.fedoraproject.org/QA/2023/3/13/#m10461
>
> Cheers,
>
> Nicola
>
> ___
> 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: Self Introduction: Priscila Gutierres

2023-02-12 Thread Priscila Gutierres
Neal,

I have heard a lot of good things about you from my friends
It is nice to be in touch with you :-)

Priscila.

On Sat, Feb 11, 2023 at 4:40 PM Neal Gompa  wrote:

> On Sat, Feb 11, 2023 at 2:38 PM Priscila Gutierres 
> wrote:
> >
> > Hello
> >
> > My name is Priscila Gutierres, and I would like to introduce myself.
> > I'm not good at this, but as a background, I can tell you that I've been
> > working as  package owner at Red Hat for 3 months, but I've been there
> > for more than two years.
> > I'm still learning about rpm packaging, but I would like to start
> contributing as
> > soon as possible :-)
> > I would like to contribute as a maintainer, taking care of an orphaned
> > package.
>
> Welcome to Fedora!
>
>
> --
> 真実はいつも一つ!/ 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
>
___
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: Self Introduction: Priscila Gutierres

2023-02-12 Thread Priscila Gutierres
Sandro,

I don't have a specific package in mind, and I think maintaining Xaos would
be an excellent starting point for me.
I have  interest to maintain it.
Let's talk about this :-)

Priscila.

On Sat, Feb 11, 2023 at 6:03 PM Sandro  wrote:

> On 11-02-2023 20:37, Priscila Gutierres wrote:
> > I would like to contribute as a maintainer, taking care of an orphaned
> > package.
>
> Welcome Priscila! Did you have a specific package in mind already? If
> not I can offer you Xaos [1].
>
> I recently adopted that package for someone else who wanted to become a
> Fedora packager. Unfortunately, that didn't pan out.
>
> Let me know if you are interested.
>
> Cheers,
>
> --
> Sandro
> FAS: gui1ty
> IRC: Penguinpee
> Elsewhere: [Pp]enguinpee
> ___
> 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


Self Introduction: Priscila Gutierres

2023-02-11 Thread Priscila Gutierres
Hello

My name is Priscila Gutierres, and I would like to introduce myself.
I'm not good at this, but as a background, I can tell you that I've been
working as  package owner at Red Hat for 3 months, but I've been there
for more than two years.
I'm still learning about rpm packaging, but I would like to start
contributing as
soon as possible :-)
I would like to contribute as a maintainer, taking care of an orphaned
package.

Priscila.
___
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