Re: F37 proposal: Fallback Hostname (System-Wide Change proposal)

2022-06-13 Thread Matthew Miller
On Mon, Jun 13, 2022 at 11:08:21PM +0200, Peter Boy wrote:
> So we might have to handle this differently for desktop type and server
> type systems.

I think the key difference is whether basic configuration is
expected as part of Anaconda, or whether there's a further configuration
step. The first approach is common for individual desktop or server
installs. But the latter is common for image-based installs -- whether it be
Fedora IoT or a server VM or cloud image, or a pre-installed desktop.

-- 
Matthew Miller

Fedora Project Leader
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Anything in particular blocking SCM requests?

2022-06-13 Thread Orion Poplawski
Looks like they haven't been processed in 3-4 days.  Any particular 
reason or just lack of resources?


Thanks!

--
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1661251] Fails due to uninitialised value

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1661251



--- Comment #10 from Fedora Update System  ---
FEDORA-EPEL-2022-c94627008d has been pushed to the Fedora EPEL 7 testing
repository.

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

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=1661251
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


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

2022-06-13 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-ce8d5824ad   
halibut-1.3-3.el7
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-aaaeae50ce   
rubygem-jmespath-1.3.1-1.el7


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

perl-Parse-DMIDecode-0.03-6.el7
python-bottle-0.12.21-1.el7
tio-1.39-1.el7

Details about builds:



 perl-Parse-DMIDecode-0.03-6.el7 (FEDORA-EPEL-2022-c94627008d)
 Interface to SMBIOS using dmidecode

Update Information:

This release fixes a memory leak and warnings about unportable hexadecimal
numbers and about an uninitialized number of structures on machines with SMBIOS
version 3.

ChangeLog:

* Mon Jun 13 2022 Petr Pisar  - 0.03-6
- Fix a memory leak when destructing Parse::DMIDecode::Handle objects
  (CPAN RT#125088)
- Fix supressing portability warnings (CPAN RT#143252)
- Do not warn on SMBIOS version 3 (bug #1661251)

References:

  [ 1 ] Bug #1661251 - Fails due to uninitialised value
https://bugzilla.redhat.com/show_bug.cgi?id=1661251




 python-bottle-0.12.21-1.el7 (FEDORA-EPEL-2022-0286a0e93a)
 Fast and simple WSGI-framework for small web-applications

Update Information:

Security fix for CVE-2020-28473

ChangeLog:

* Mon Jun 13 2022 Ali Erdinc Koroglu  - 0.12.21-1
- Update to 0.12.21 (rhbz #1926760)

References:

  [ 1 ] Bug #1926760 - CVE-2020-28473 python-bottle: Web Cache Poisoning by 
using a vector called parameter cloaking may lead to integrity and availability 
compromise [epel-7]
https://bugzilla.redhat.com/show_bug.cgi?id=1926760




 tio-1.39-1.el7 (FEDORA-EPEL-2022-639e144f14)
 Simple TTY terminal I/O application

Update Information:

# tio v1.39* Improve key command response for local echo and timestamp*
Fix invalid hex character error message* Make sure only matched config
section is parsed* Add support for `disable` keyword in config file*
Unify error message formating* Cleanup list devices code* Fix command-
line `tty-device|config` parsing  Allow user to add options on both sides of
the provided config argument.  For example: `$ tio -b 9600 am64-evm -e`
Before, tio only allowed adding arguments after the config argument.
Implemented as simple as possible by introducing two stage option parsing.*
Update bash completion* Add support for IPv4 and IPv6 network sockets
Add support for IPv4 and IPv6 network sockets via socket syntax `inet:`
and `inet6:` respectively.  For example, to listen and redirect serial
device I/O to a host bound IPv4 socket simply do: `$ tio /dev/ttyUSB0 --socket
inet:`  To connect do e.g.: `$ nc 127.0.0.1 `  Likewise, for
IPv6 do: `$ tio /dev/ttyUSB0 --socket inet6:`  To connect do e.g.: `$ nc
::1 `  If port is `0` or no port is provided default port `` is
used.* Fix tio deleting unix socket file  If tio has a unix file socket
open, a second tio instance of tio may delete the socket file. This change fixes
so that it will not be deleted and tio will instead error and complain about
conflicting socket file.* Rework color option  Rework the color option
to support setting ANSI color code values ranging from 0..255 or `none` for no
color or `list` to print a list of available ANSI colors codes.  Also,
disables color when piping.* Remove print of hex mode status at startup*
Remove newline option in hex mode* Fix configfile memory leaks* Remove
command-line option inconsistencies  Optional arguments, as parsed by the
`getopt_long` mechanism, are inherently inconsistent with how you define
required arguments.  To avoid confusion we decide to avoid this
inconsistency by replacing optional options with additional options with
required argmuments. * Replace `1` with `enable` in config files *
Convert errors to warnings * Extended hexadecimal mode.   While in hex
mode (`ctrl`-`t` `h`) you can output hexadecimal 

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

2022-06-13 Thread updates
The following Fedora EPEL 8 Security updates need testing:
 Age  URL
   6  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-287b3b64f6   
halibut-1.3-3.el8


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

python-bottle-0.12.21-2.el8
tio-1.39-1.el8

Details about builds:



 python-bottle-0.12.21-2.el8 (FEDORA-EPEL-2022-17d14b279e)
 Fast and simple WSGI-framework for small web-applications

Update Information:

Cookie test fix backported from upstream (0.12)    Security fix for
CVE-2022-31799

ChangeLog:

* Mon Jun 13 2022 Ali Erdinc Koroglu  - 0.12.21-2
- Cookie test fix backported from upstream (0.12)
* Thu Jun  9 2022 Ali Erdinc Koroglu  - 0.12.21-1
- Update to 0.12.21 (rhbz #2094655 + #2094654 and #2021856)

References:

  [ 1 ] Bug #2094654 - CVE-2022-31799 python-bottle: error mishandling during 
early request binding
https://bugzilla.redhat.com/show_bug.cgi?id=2094654




 tio-1.39-1.el8 (FEDORA-EPEL-2022-e7eeb6922a)
 Simple TTY terminal I/O application

Update Information:

# tio v1.39* Improve key command response for local echo and timestamp*
Fix invalid hex character error message* Make sure only matched config
section is parsed* Add support for `disable` keyword in config file*
Unify error message formating* Cleanup list devices code* Fix command-
line `tty-device|config` parsing  Allow user to add options on both sides of
the provided config argument.  For example: `$ tio -b 9600 am64-evm -e`
Before, tio only allowed adding arguments after the config argument.
Implemented as simple as possible by introducing two stage option parsing.*
Update bash completion* Add support for IPv4 and IPv6 network sockets
Add support for IPv4 and IPv6 network sockets via socket syntax `inet:`
and `inet6:` respectively.  For example, to listen and redirect serial
device I/O to a host bound IPv4 socket simply do: `$ tio /dev/ttyUSB0 --socket
inet:`  To connect do e.g.: `$ nc 127.0.0.1 `  Likewise, for
IPv6 do: `$ tio /dev/ttyUSB0 --socket inet6:`  To connect do e.g.: `$ nc
::1 `  If port is `0` or no port is provided default port `` is
used.* Fix tio deleting unix socket file  If tio has a unix file socket
open, a second tio instance of tio may delete the socket file. This change fixes
so that it will not be deleted and tio will instead error and complain about
conflicting socket file.* Rework color option  Rework the color option
to support setting ANSI color code values ranging from 0..255 or `none` for no
color or `list` to print a list of available ANSI colors codes.  Also,
disables color when piping.* Remove print of hex mode status at startup*
Remove newline option in hex mode* Fix configfile memory leaks* Remove
command-line option inconsistencies  Optional arguments, as parsed by the
`getopt_long` mechanism, are inherently inconsistent with how you define
required arguments.  To avoid confusion we decide to avoid this
inconsistency by replacing optional options with additional options with
required argmuments. * Replace `1` with `enable` in config files *
Convert errors to warnings * Extended hexadecimal mode.   While in hex
mode (`ctrl`-`t` `h`) you can output hexadecimal values. E.g.: to send `0x0A`
you have to type `0A` (always 2 characters).   Added option `-x`, `--hex` to
start in hexadecimal mode.   Added option `--newline-in-hex` to interpret
newline characters in hex mode. This is disabled by default, because, in my
opinion, hex stream is fundamentally different from text, so a "new line" is
meaningless in this context.

ChangeLog:

* Sun Jun 12 2022 Robert Scheck  1.39-1
- Upgrade to 1.39 (#2096097)
* Sat Jun  4 2022 Robert Scheck  1.38-1
- Upgrade to 1.38 (#2092955)

References:

  [ 1 ] Bug #2096097 - tio-1.39 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2096097


___
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: 

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

2022-06-13 Thread updates
The following Fedora EPEL 9 Security updates need testing:
 Age  URL
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-1fbc5ebf38   
python-elasticsearch-7.17.4-1.el9


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

pam_radius-2.0.0-1.el9
python-bottle-0.12.21-2.el9
qxmledit-0.9.17-1.el9
socnetv-3.0.4-3.el9

Details about builds:



 pam_radius-2.0.0-1.el9 (FEDORA-EPEL-2022-4066a90f19)
 PAM Module for RADIUS Authentication

Update Information:

Rebase to version 2.0.0

ChangeLog:

* Thu May 26 2022 Iker Pedrosa  - 2.0.0-1
- Rebase to version 2.0.0




 python-bottle-0.12.21-2.el9 (FEDORA-EPEL-2022-6812bb3862)
 Fast and simple WSGI-framework for small web-applications

Update Information:

Cookie test fix backported from upstream (0.12)    Security fix for
CVE-2022-31799

ChangeLog:

* Mon Jun 13 2022 Ali Erdinc Koroglu  - 0.12.21-2
- Cookie test fix backported from upstream (0.12)
* Thu Jun  9 2022 Ali Erdinc Koroglu  - 0.12.21-1
- Update to 0.12.21 (rhbz #2094655 + #2094654 and #2021856)

References:

  [ 1 ] Bug #2094654 - CVE-2022-31799 python-bottle: error mishandling during 
early request binding
https://bugzilla.redhat.com/show_bug.cgi?id=2094654




 qxmledit-0.9.17-1.el9 (FEDORA-EPEL-2022-563acb9527)
 Simple XML Editor and XSD Viewer

Update Information:

Version bump

ChangeLog:

* Mon Jun 13 2022 TI_Eugene  - 0.9.17-1
- Version bump
- Patches removed




 socnetv-3.0.4-3.el9 (FEDORA-EPEL-2022-015e25e9f2)
 A Social Networks Analyser and Visualiser

Update Information:

Rebuild with fresh qtchart

ChangeLog:

* Mon Jun 13 2022 TI_Eugene  3.0.4-3
- Rebuild with fresh qtchart


___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1661251] Fails due to uninitialised value

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1661251



--- Comment #9 from Fedora Update System  ---
FEDORA-2022-60c614805e has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing
--advisory=FEDORA-2022-60c614805e`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2022-60c614805e

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=1661251
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1661251] Fails due to uninitialised value

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1661251

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
FEDORA-2022-8c042f403a has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing
--advisory=FEDORA-2022-8c042f403a`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2022-8c042f403a

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=1661251
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[EPEL-devel] Re: Thoughts: epel-release auto-enable crb repo

2022-06-13 Thread Josh Boyer
On Mon, Jun 13, 2022, 4:17 PM Chris Adams  wrote:

> Once upon a time, Josh Boyer  said:
> > If the dependency is only needed at build time, which is what CRB
> > content is intended for
>
> If that's the intent, then it's not implemented correctly.  For example,
> there are well over 100 perl modules in CRB 9.  They may only be used
> _by Red Hat_ in building, but they are not exclusively build-time
> packages by a long shot.
>

I know.  I'm actually looking at squaring this in one way or another, but
whatever that results in doesn't change that content in CRB will have
different considerations to take into account than other repos.  The same
has always been true of RHEL 7 Optional as well, so it's not a new dynamic.

I also know most of those considerations don't matter to users or EPEL
packagers, but I'm trying to avoid surprise in the long run.

josh
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[EPEL-devel] Re: Thoughts: epel-release auto-enable crb repo

2022-06-13 Thread Troy Dawson
On Mon, Jun 13, 2022 at 5:03 AM Josh Boyer  wrote:

> However, if a package needs something
> at runtime it would be better to first inquire about putting that
> dependency in BaseOS or AppStream rather than just blindly using it
> from CRB.
>

My first attempt as requesting a critical runtime CRB package be put into
AppStream: poppler-qt5
https://bugzilla.redhat.com/show_bug.cgi?id=2096452
https://bugzilla.redhat.com/show_bug.cgi?id=2096451

We'll see how it goes.

Troy
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F37 proposal: Fallback Hostname (System-Wide Change proposal)

2022-06-13 Thread Peter Boy


> Am 13.06.2022 um 22:12 schrieb Matthew Miller :
> 
> On Mon, Jun 13, 2022 at 09:38:01PM +0200, Peter Boy wrote:
 YaST generates a linux- hostname when you install it. The ""
 string is alphanumeric.
 
>>> 
>>> Also, yeah, I think if systemd-hostname could do something like that,
>>> we could do that instead of forcing localhost.
>> 
>> One big argument pro change proposal was resp. is, that many tools
>> recognise localhost as unconfigured and don’t work anymore when you change
>> to something different.
>> 
>> Doesn't a change to linux- contradict the original rationale pro the 
>> change proposal?
> 
> My take is: a freshly- but fully-installed Fedora Server or Fedora
> Workstation system _shouldn't_ be "unconfigured". It should be basically
> ready to go. And it's ideal of we can get to that state without asking a
> litany of questions.

Agreed. This has long been one of Fedora's strengths compared to other 
distributions. 

However, the initiators of the change proposal (almost?) all come from server 
type variants, especially cloud. On the one hand, they want the option to 
configure via DHCP back again, and on the other hand, they want the option to 
explicitly leave the hostname „unconfigured“ = "localhost", because this 
triggers various post-installation tools that automatically adapt 
post-installation tasks to adapt the system to different runtime environments. 
The unconfigured hostname thus paradoxically becomes practically part of a 
fully configured installed system.  

At least that is how I understood our discussion.


> For Fedora Server, it may be that "configure your DNS" is actually part of
> what's expected. But for Fedora Workstation, that's probably not reasonable
> — lots of laptops which move networks, etc.


Yes, for desktops und specifically laptops an unkonfigured hostname is 
generally bad. But, the current situation having a network with dozens of 
Workstation all named fedora is similarly bad as all named localhost (before 
the switch to fedora). 

So we might have to handle this differently for desktop type and server type 
systems.
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


pghmcfc pushed to perl-Specio (rawhide). "Update to 0.48 (..more)"

2022-06-13 Thread notifications
Notification time stamped 2022-06-12 13:17:56 UTC

From 675e6769bc78776a8097733f0545b8d496efe6a0 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Jun 12 2022 13:17:15 +
Subject: Update to 0.48


- New upstream release 0.48
  - Importing types into a class that inherited from another class that had
imported types wouldn't work, leaving the child class with no 't()' sub

---

diff --git a/perl-Specio.rpmlintrc b/perl-Specio.rpmlintrc
deleted file mode 100644
index 6eb9262..000
--- a/perl-Specio.rpmlintrc
+++ /dev/null
@@ -1,2 +0,0 @@
-from Config import *
-addFilter("spelling-error Summary\(en_US\) coercions -> ");
diff --git a/perl-Specio.spec b/perl-Specio.spec
index 6073271..710b4e6 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:  perl-Specio
-Version:   0.47
-Release:   7%{?dist}
+Version:   0.48
+Release:   1%{?dist}
 Summary:   Type constraints and coercions for Perl
 # lib/Specio/PartialDump.pm:   GPL+ or Artistic
 #  

@@ -162,6 +162,11 @@ make test
 %{_mandir}/man3/Test::Specio.3*
 
 %changelog
+* Sun Jun 12 2022 Paul Howarth  - 0.48-1
+- Update to 0.48
+  - Importing types into a class that inherited from another class that had
+imported types wouldn't work, leaving the child class with no 't()' sub
+
 * Fri Jun 03 2022 Jitka Plesnikova  - 0.47-7
 - Perl 5.36 re-rebuild of bootstrapped packages
 
@@ -185,8 +190,8 @@ make test
   - Change Specio constraint object's stringification overloading to return the
 type name rather than the default Perl object stringification, which gives
 you something like
-"Specio::Constraint::Parameterized=HASH(0x564d258efb48)"; anonymous are
-special cased to return something you can print
+"Specio::Constraint::Parameterized=HASH(0x564d258efb48)"; anonymous types
+are special cased to return something you can print
   - All types now overload the 'eq' comparison operator: Moose expects types to
 be comparable in this manner when doing role summation (GH#18)
 
diff --git a/sources b/sources
index a5e0de3..88e75e5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Specio-0.47.tar.gz) = 
68cdcf22818b27c38ce92b497adae81f27605aa385e9156d51d5e8e63da121d6bf26b7339a7ee3c9408cc6e3731702b008bc4b2e3c8eab67728f959f03682f44
+SHA512 (Specio-0.48.tar.gz) = 
76fd2aa398008238d55714700581782c95b635a4d4198b1c51daecfec770b61b9898351cbc2bf999f4d837691de657c51a94581c0f0b21b67b605770d507729a



https://src.fedoraproject.org/rpms/perl-Specio/c/675e6769bc78776a8097733f0545b8d496efe6a0?branch=rawhide
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[EPEL-devel] Re: Thoughts: epel-release auto-enable crb repo

2022-06-13 Thread Chris Adams
Once upon a time, Josh Boyer  said:
> If the dependency is only needed at build time, which is what CRB
> content is intended for

If that's the intent, then it's not implemented correctly.  For example,
there are well over 100 perl modules in CRB 9.  They may only be used
_by Red Hat_ in building, but they are not exclusively build-time
packages by a long shot.

-- 
Chris Adams 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F37 proposal: Fallback Hostname (System-Wide Change proposal)

2022-06-13 Thread Matthew Miller
On Mon, Jun 13, 2022 at 09:38:01PM +0200, Peter Boy wrote:
> >> YaST generates a linux- hostname when you install it. The ""
> >> string is alphanumeric.
> >> 
> > 
> > Also, yeah, I think if systemd-hostname could do something like that,
> > we could do that instead of forcing localhost.
> 
> One big argument pro change proposal was resp. is, that many tools
> recognise localhost as unconfigured and don’t work anymore when you change
> to something different.
> 
> Doesn't a change to linux- contradict the original rationale pro the 
> change proposal?

My take is: a freshly- but fully-installed Fedora Server or Fedora
Workstation system _shouldn't_ be "unconfigured". It should be basically
ready to go. And it's ideal of we can get to that state without asking a
litany of questions.

For Fedora Server, it may be that "configure your DNS" is actually part of
what's expected. But for Fedora Workstation, that's probably not reasonable
— lots of laptops which move networks, etc.


-- 
Matthew Miller

Fedora Project Leader
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F37 proposal: Fallback Hostname (System-Wide Change proposal)

2022-06-13 Thread Peter Boy


> Am 13.06.2022 um 20:15 schrieb Neal Gompa :
> 
> On Mon, Jun 13, 2022 at 2:11 PM Neal Gompa  wrote:
>> 
>> ...
>> YaST generates a linux- hostname when you install it. The ""
>> string is alphanumeric.
>> 
> 
> Also, yeah, I think if systemd-hostname could do something like that,
> we could do that instead of forcing localhost.
> 

One big argument pro change proposal was resp. is, that many tools recognise 
localhost as unconfigured and don’t work anymore when you change to something 
different. 

Doesn't a change to linux- contradict the original rationale pro the change 
proposal?
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F37 proposal: Fallback Hostname (System-Wide Change proposal)

2022-06-13 Thread Matthew Miller
On Mon, Jun 13, 2022 at 02:09:35PM -0400, Matthew Miller wrote:
> How do they implement this? I wonder if it would make sense to have
> systemd-hostname understand some character like # (which isn't valid in
> hostnames) in DEFAULT_HOSTNAME to be replaced with a random number seeded
> from the machine-id?


Zbyszek, do you think we could get something like this into upstream
systemd?

We used to ask about it in the installer, and then maybe also initial setup.
But in the interest of asking fewer questions, we don't anymore. I can see
the argument either way.

-- 
Matthew Miller

Fedora Project Leader
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 2096329] perltidy-20220613 is available

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2096329

Paul Howarth  changed:

   What|Removed |Added

   Doc Type|--- |If docs needed, set a value
   Fixed In Version||perltidy-20220613-1.fc37
 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2022-06-13 18:44:49



--- Comment #3 from Paul Howarth  ---
Build done:
https://koji.fedoraproject.org/koji/taskinfo?taskID=88236406


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096329
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 2096303] Upgrade perl-Package-Stash-XS to 0.30

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2096303

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
   Fixed In Version||perl-Package-Stash-XS-0.30-
   ||1.fc37
Last Closed||2022-06-13 18:33:09



--- Comment #1 from Paul Howarth  ---
Build done:
https://koji.fedoraproject.org/koji/taskinfo?taskID=88236135


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096303
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F37 proposal: Fallback Hostname (System-Wide Change proposal)

2022-06-13 Thread Neal Gompa
On Mon, Jun 13, 2022 at 2:11 PM Neal Gompa  wrote:
>
> On Mon, Jun 13, 2022 at 2:10 PM Matthew Miller  
> wrote:
> >
> > On Fri, Jun 10, 2022 at 04:01:03PM -0400, Neal Gompa wrote:
> > > openSUSE uses a randomly generated suffix for default hostnames, which
> > > neatly solves this problem. It makes autodiscovery and other things
> > > actually work properly. As it is, having just "fedora" breaks too much
> > > stuff. If it was "fedora-X", then we could probably keep it.
> >
> > How do they implement this? I wonder if it would make sense to have
> > systemd-hostname understand some character like # (which isn't valid in
> > hostnames) in DEFAULT_HOSTNAME to be replaced with a random number seeded
> > from the machine-id?
> >
>
> YaST generates a linux- hostname when you install it. The ""
> string is alphanumeric.
>

Also, yeah, I think if systemd-hostname could do something like that,
we could do that instead of forcing localhost.



-- 
真実はいつも一つ!/ 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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F37 proposal: Fallback Hostname (System-Wide Change proposal)

2022-06-13 Thread Neal Gompa
On Mon, Jun 13, 2022 at 2:10 PM Matthew Miller  wrote:
>
> On Fri, Jun 10, 2022 at 04:01:03PM -0400, Neal Gompa wrote:
> > openSUSE uses a randomly generated suffix for default hostnames, which
> > neatly solves this problem. It makes autodiscovery and other things
> > actually work properly. As it is, having just "fedora" breaks too much
> > stuff. If it was "fedora-X", then we could probably keep it.
>
> How do they implement this? I wonder if it would make sense to have
> systemd-hostname understand some character like # (which isn't valid in
> hostnames) in DEFAULT_HOSTNAME to be replaced with a random number seeded
> from the machine-id?
>

YaST generates a linux- hostname when you install it. The ""
string is alphanumeric.



-- 
真実はいつも一つ!/ 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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F37 proposal: Fallback Hostname (System-Wide Change proposal)

2022-06-13 Thread Matthew Miller
On Fri, Jun 10, 2022 at 04:01:03PM -0400, Neal Gompa wrote:
> openSUSE uses a randomly generated suffix for default hostnames, which
> neatly solves this problem. It makes autodiscovery and other things
> actually work properly. As it is, having just "fedora" breaks too much
> stuff. If it was "fedora-X", then we could probably keep it.

How do they implement this? I wonder if it would make sense to have
systemd-hostname understand some character like # (which isn't valid in
hostnames) in DEFAULT_HOSTNAME to be replaced with a random number seeded
from the machine-id?


-- 
Matthew Miller

Fedora Project Leader
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Heads-up: python-versioningit 2.0.0 coming to Rawhide

2022-06-13 Thread Ben Beasley
In one week (2022-06-20), or slightly later, I plan to update 
python-versioningit to version 2.0.0 in Rawhide. A PR is open for 
review[1]. This is a new major version with some breaking changes[2], 
although it looks like this is currently a leaf package, so no other 
packages should be impacted.


– Ben Beasley

[1] https://src.fedoraproject.org/rpms/python-versioningit/pull-request/3

[2] 
https://github.com/jwodder/versioningit/blob/v2.0.0/CHANGELOG.md#v200-2022-06-12

___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: F37 proposal: Fallback Hostname (System-Wide Change proposal)

2022-06-13 Thread Matthew Miller
On Thu, Jun 02, 2022 at 03:27:43PM -0400, Ben Cotton wrote:
> The enablement upstream was in
> https://github.com/systemd/systemd/pull/5175 and the BZ requesting the
> change in Fedora was
> https://bugzilla.redhat.com/show_bug.cgi?id=1392925. The original
> reasoning being that `localhost` is a bad hostname for auto-discovery
> protocols (think `avahi`) that are useful for more desktop
> applications.

In retrospect, that pretty clearly should have gone through the system-wide
change process. Oh well.

I'm not fond of "fedora" as the default hostname — leaving aside my "Fedora
is the _project_" windmill-tilting, it's just not likely to be unique. But I
think this proposal (which includes just keeping that) is reasonable enough
for now.

-- 
Matthew Miller

Fedora Project Leader
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Fedora-IoT-36-20220613.0 compose check report

2022-06-13 Thread Fedora compose checker
No missing expected images.

Failed openQA tests: 1/15 (aarch64)

Old failures (same test failed in Fedora-IoT-36-20220609.0):

ID: 1296937 Test: aarch64 IoT-dvd_ostree-iso iot_clevis@uefi
URL: https://openqa.fedoraproject.org/tests/1296937

Passed openQA tests: 15/15 (x86_64), 14/15 (aarch64)
-- 
Mail generated by check-compose:
https://pagure.io/fedora-qa/check-compose
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1661251] Fails due to uninitialised value

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1661251



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


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1661251
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[EPEL-devel] Re: [action required (urgent) ] [Bug 2095649] Error Install ImageMagick and Imagemagick-perl together on RH8 (EPEL8 repository)

2022-06-13 Thread Stephen Smoogen
On Mon, 13 Jun 2022 at 10:44, Troy Dawson  wrote:

> It was a configuration mix up that pulled in ALL the modules instead of
> just the default ones.
> It only lasted a week (I think) and has been fixed.
> It was just bad timing, nothing you could have done to prevent, or fix it.
>
> I thought we'd caught all the packages that were built that might have
> been affected, but I guess we didn't catch them all.
>
>
It lasted for 72 hours, and I missed the ImageMagick needing a rebuild.


> Troy
>
>
> On Mon, Jun 13, 2022 at 7:26 AM Sérgio Basto  wrote:
>
>> On Mon, 2022-06-13 at 09:34 +0200, Petr Pisar wrote:
>> > V Sun, Jun 12, 2022 at 12:29:06AM +0100, Sérgio Basto napsal(a):
>> > > On Sat, 2022-06-11 at 17:25 +, bugzi...@redhat.com wrote:
>> > > > https://bugzilla.redhat.com/show_bug.cgi?id=2095649
>> > >
>> > > Hi,
>> > > for some reason the build on epel 8 to update ImageMagick-6.9.12
>> > > from
>> > > 48 to 50 (
>> > > https://koji.fedoraproject.org/koji/buildinfo?buildID=1972114 )
>> > > used  perl-libs-4:5.32.1-471.module+el8.6.0+13324+628a2397 from I
>> > > guess
>> > > modules repo
>> >
>> > Interesting. I'm courious how it could happen. DNF rejects installing
>> > modular
>> > packages if they are not listed in a defintion of a module stream. So
>> > either
>> > somebody enabled perl:5.32 stream explicitly (improbable), or mock
>> > repositories in Koji are configured with module_hotfixes=true which
>> > is alarming.
>>
>> "Koji are configured with module_hotfixes=true" , but usually  don't
>> push  perl:5.32 stream , why this time it was pushed ? how I can avoid
>> it ?
>>
>> Thank you
>>
>> > Koji configuration confirm the other theory:
>> >
>> > $ koji mock-config -a x86_64 --target epel8-candidate | grep
>> > module_hotfixes
>> > config_opts['yum.conf'] =
>> > '[main]\ncachedir=/var/cache/yum\ndebuglevel=1\nlogfile=/var/log/yum.
>> > log\nreposdir=/dev/null\nretries=20\nobsoletes=1\ngpgcheck=0\nassumey
>> > es=1\nkeepcache=1\ninstall_weak_deps=0\nstrict=1\n\n#
>> > repos\n\n[build]\nname=build\nbaseurl=
>> > https://kojipkgs.fedoraproject.org/repos/epel8-
>> > build/4655904/x86_64\nmodule_hotfixes=1\n'
>> >
>> > I recommend Koji maintainers to add and use RHEL repositories next to
>> > epel8-build with EPEL8 packages:
>> >
>> > [build]
>> > name=build
>> > baseurl=
>> > https://kojipkgs.fedoraproject.org/repos/epel8-build/4655904/x86_64
>> >
>> > [rhel-AppStream]
>> > name=rhel-AppStream
>> > baseurl=WHEREVER_FEDORA_TAKES_RHEL8_PACKAGES_FROM
>> >
>> > -- Petr
>> >
>> > ___
>> > 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 on the list, report it:
>> > https://pagure.io/fedora-infrastructure
>>
>> --
>> Sérgio M. B.
>> ___
>> 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 on the list, report it:
>> https://pagure.io/fedora-infrastructure
>>
> ___
> 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 on the list, report it:
> https://pagure.io/fedora-infrastructure
>


-- 
Stephen Smoogen, Red Hat Automotive
Let us be kind to one another, for most of us are fighting a hard battle.
-- Ian MacClaren
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1661251] Fails due to uninitialised value

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1661251



--- Comment #6 from Fedora Update System  ---
FEDORA-2022-60c614805e has been submitted as an update to Fedora 35.
https://bodhi.fedoraproject.org/updates/FEDORA-2022-60c614805e


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1661251
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1661251] Fails due to uninitialised value

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1661251

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #5 from Fedora Update System  ---
FEDORA-2022-8c042f403a has been submitted as an update to Fedora 36.
https://bodhi.fedoraproject.org/updates/FEDORA-2022-8c042f403a


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1661251
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[EPEL-devel] Re: Thoughts: epel-release auto-enable crb repo

2022-06-13 Thread Sérgio Basto
On Mon, 2022-06-13 at 07:41 -0400, Josh Boyer wrote:
> On Sun, Jun 12, 2022 at 6:50 AM Sérgio Basto 
> wrote:
> > 
> > On Sun, 2022-06-05 at 00:54 +0200, Neal Gompa wrote:
> > > Let me start with examples that I get *regularly*: Pagure fails
> > > to
> > > install from EPEL on RHEL/CentOS/Alma/etc. because python3-
> > > markdown
> > > is
> > > not available. KDE Plasma fails to install because of a mass of
> > > missing dependencies.
> > 
> > if epel use  crb to build some package, crb should be enabled when
> > we
> > install epel repo, yes , that is my opinion
> 
> If the dependency is only needed at build time, which is what CRB
> content is intended for, then there is no reason to default to having
> CRB enabled because nothing will be installed from CRB anyway.  The
> issue that people are running into is that EPEL packages have
> developed *runtime* dependencies on CRB content.  For a subset of
> users, that is probably fine.  However, if a package needs something
> at runtime it would be better to first inquire about putting that
> dependency in BaseOS or AppStream rather than just blindly using it
> from CRB.


at least [1] we should be add to BaseOS or AppStream 

[1] 
aspell.x86_64 12:0.60.8-8.el9 @crb
poppler-qt5.x86_64 21.01.0-12.el9 @crb
python3-markdown 

I got the results running `dnf --disablerepo=crb list extras`

> josh
> ___
> 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 on the list, report it:
> https://pagure.io/fedora-infrastructure

-- 
Sérgio M. B.
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 1661251] Fails due to uninitialised value

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1661251

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #4 from Petr Pisar  ---
I finally got a new machine where I can reproduce this issue. I will provide a
patched package shortly.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1661251
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 2096329] perltidy-20220613 is available

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2096329



--- Comment #2 from Upstream Release Monitoring 
 ---
the-new-hotness/release-monitoring.org's scratch build of
perltidy-20220613-1.fc36.src.rpm for rawhide failed
http://koji.fedoraproject.org/koji/taskinfo?taskID=88226838


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096329
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[EPEL-devel] Re: [action required (urgent) ] [Bug 2095649] Error Install ImageMagick and Imagemagick-perl together on RH8 (EPEL8 repository)

2022-06-13 Thread Troy Dawson
It was a configuration mix up that pulled in ALL the modules instead of
just the default ones.
It only lasted a week (I think) and has been fixed.
It was just bad timing, nothing you could have done to prevent, or fix it.

I thought we'd caught all the packages that were built that might have been
affected, but I guess we didn't catch them all.

Troy


On Mon, Jun 13, 2022 at 7:26 AM Sérgio Basto  wrote:

> On Mon, 2022-06-13 at 09:34 +0200, Petr Pisar wrote:
> > V Sun, Jun 12, 2022 at 12:29:06AM +0100, Sérgio Basto napsal(a):
> > > On Sat, 2022-06-11 at 17:25 +, bugzi...@redhat.com wrote:
> > > > https://bugzilla.redhat.com/show_bug.cgi?id=2095649
> > >
> > > Hi,
> > > for some reason the build on epel 8 to update ImageMagick-6.9.12
> > > from
> > > 48 to 50 (
> > > https://koji.fedoraproject.org/koji/buildinfo?buildID=1972114 )
> > > used  perl-libs-4:5.32.1-471.module+el8.6.0+13324+628a2397 from I
> > > guess
> > > modules repo
> >
> > Interesting. I'm courious how it could happen. DNF rejects installing
> > modular
> > packages if they are not listed in a defintion of a module stream. So
> > either
> > somebody enabled perl:5.32 stream explicitly (improbable), or mock
> > repositories in Koji are configured with module_hotfixes=true which
> > is alarming.
>
> "Koji are configured with module_hotfixes=true" , but usually  don't
> push  perl:5.32 stream , why this time it was pushed ? how I can avoid
> it ?
>
> Thank you
>
> > Koji configuration confirm the other theory:
> >
> > $ koji mock-config -a x86_64 --target epel8-candidate | grep
> > module_hotfixes
> > config_opts['yum.conf'] =
> > '[main]\ncachedir=/var/cache/yum\ndebuglevel=1\nlogfile=/var/log/yum.
> > log\nreposdir=/dev/null\nretries=20\nobsoletes=1\ngpgcheck=0\nassumey
> > es=1\nkeepcache=1\ninstall_weak_deps=0\nstrict=1\n\n#
> > repos\n\n[build]\nname=build\nbaseurl=
> > https://kojipkgs.fedoraproject.org/repos/epel8-
> > build/4655904/x86_64\nmodule_hotfixes=1\n'
> >
> > I recommend Koji maintainers to add and use RHEL repositories next to
> > epel8-build with EPEL8 packages:
> >
> > [build]
> > name=build
> > baseurl=
> > https://kojipkgs.fedoraproject.org/repos/epel8-build/4655904/x86_64
> >
> > [rhel-AppStream]
> > name=rhel-AppStream
> > baseurl=WHEREVER_FEDORA_TAKES_RHEL8_PACKAGES_FROM
> >
> > -- Petr
> >
> > ___
> > 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 on the list, report it:
> > https://pagure.io/fedora-infrastructure
>
> --
> Sérgio M. B.
> ___
> 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 on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Review request: ssr - SimpleScreenRecorder, a screen recorder for Linux

2022-06-13 Thread Vitaly Zaitsev via devel

On 13/06/2022 16:35, Sandro Mani wrote:
In any case I'll close the request then, and leave it to the rpmfusion 
maintainer (CCed) to decide whether to move it to Fedora proper.


All conflicts between ffmpeg-free and ffmpeg-libs must be resolved 
first. Only then can we start moving packages between repositories.


--
Sincerely,
  Vitaly Zaitsev (vit...@easycoding.org)
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 2096329] New: perltidy-20220613 is available

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2096329

Bug ID: 2096329
   Summary: perltidy-20220613 is available
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perltidy
  Keywords: FutureFeature, Triaged
  Assignee: p...@city-fan.org
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: lxt...@gmail.com, p...@city-fan.org,
perl-devel@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Releases retrieved: 20220613
Upstream release that is considered latest: 20220613
Current version/release in rawhide: 20220217-2.fc37
URL: http://search.cpan.org/dist/Perl-Tidy/

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://fedoraproject.org/wiki/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/3553/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perltidy


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096329
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 2096329] perltidy-20220613 is available

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2096329



--- Comment #1 from Upstream Release Monitoring 
 ---
Created attachment 1889425
  --> https://bugzilla.redhat.com/attachment.cgi?id=1889425=edit
Update to 20220613 (#2096329)


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096329
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Review request: ssr - SimpleScreenRecorder, a screen recorder for Linux

2022-06-13 Thread Sandro Mani


On 13.06.22 16:22, Artur Frenszek-Iwicki wrote:

SSR is available in RPM Fusion under the name "simplescreenrecorder",
so you may want to coordinate this with the Fusion maintainer - maybe
do something similar to Audacity and Chromium, where the Fedora package
is named "foobar" and the RPM Fusion one is "foobar-freeworld".


Oh ups missed it, I had only checked ssr, thanks for the heads up. FWIW, 
freeworld vs non-freeworld shouldn't actually be necessary here AFAICT, 
as ssr will just pick up the available ffmpeg library, whether it's the 
Fedora ffmpeg-free or the rpmfusion one.


In any case I'll close the request then, and leave it to the rpmfusion 
maintainer (CCed) to decide whether to move it to Fedora proper.


Thanks
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[EPEL-devel] Re: [action required (urgent) ] [Bug 2095649] Error Install ImageMagick and Imagemagick-perl together on RH8 (EPEL8 repository)

2022-06-13 Thread Sérgio Basto
On Mon, 2022-06-13 at 09:34 +0200, Petr Pisar wrote:
> V Sun, Jun 12, 2022 at 12:29:06AM +0100, Sérgio Basto napsal(a):
> > On Sat, 2022-06-11 at 17:25 +, bugzi...@redhat.com wrote:
> > > https://bugzilla.redhat.com/show_bug.cgi?id=2095649
> > 
> > Hi, 
> > for some reason the build on epel 8 to update ImageMagick-6.9.12
> > from
> > 48 to 50 (
> > https://koji.fedoraproject.org/koji/buildinfo?buildID=1972114 ) 
> > used  perl-libs-4:5.32.1-471.module+el8.6.0+13324+628a2397 from I
> > guess
> > modules repo
> 
> Interesting. I'm courious how it could happen. DNF rejects installing
> modular
> packages if they are not listed in a defintion of a module stream. So
> either
> somebody enabled perl:5.32 stream explicitly (improbable), or mock
> repositories in Koji are configured with module_hotfixes=true which
> is alarming.

"Koji are configured with module_hotfixes=true" , but usually  don't
push  perl:5.32 stream , why this time it was pushed ? how I can avoid
it ? 

Thank you 

> Koji configuration confirm the other theory:
> 
> $ koji mock-config -a x86_64 --target epel8-candidate | grep
> module_hotfixes
> config_opts['yum.conf'] =
> '[main]\ncachedir=/var/cache/yum\ndebuglevel=1\nlogfile=/var/log/yum.
> log\nreposdir=/dev/null\nretries=20\nobsoletes=1\ngpgcheck=0\nassumey
> es=1\nkeepcache=1\ninstall_weak_deps=0\nstrict=1\n\n#
> repos\n\n[build]\nname=build\nbaseurl=
> https://kojipkgs.fedoraproject.org/repos/epel8-
> build/4655904/x86_64\nmodule_hotfixes=1\n'
> 
> I recommend Koji maintainers to add and use RHEL repositories next to
> epel8-build with EPEL8 packages:
> 
> [build]
> name=build
> baseurl=
> https://kojipkgs.fedoraproject.org/repos/epel8-build/4655904/x86_64
> 
> [rhel-AppStream]
> name=rhel-AppStream
> baseurl=WHEREVER_FEDORA_TAKES_RHEL8_PACKAGES_FROM
> 
> -- Petr
> 
> ___
> 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 on the list, report it:
> https://pagure.io/fedora-infrastructure

-- 
Sérgio M. B.
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Review request: ssr - SimpleScreenRecorder, a screen recorder for Linux

2022-06-13 Thread Artur Frenszek-Iwicki
SSR is available in RPM Fusion under the name "simplescreenrecorder",
so you may want to coordinate this with the Fusion maintainer - maybe
do something similar to Audacity and Chromium, where the Fedora package
is named "foobar" and the RPM Fusion one is "foobar-freeworld".

A.FI.

https://admin.rpmfusion.org/pkgdb/package/free/simplescreenrecorder/
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: News from printing world aka PWG May 2022 meetup

2022-06-13 Thread Dan Čermák
Hi Petře,

Petr Menšík  writes:

> Thank you for that COPR repository.
>
> I think using SNAPs on Fedora is wrong. I don't like what snaps do with 
> mounted filesystems and consider flatpak more appropriate replacement. 
> But flatpak wants to isolate application from the system. Those apps 
> require to integrate into the system on the other hand.
>
> I assume from provided explanation that printer apps needs direct access 
> to USB ports and therefore are not good candidate for placing into some 
> kind of container. It needs a direct access to the host hardware, 
> therefore it belongs to the system. Or is it possible to forward just 
> limited sets of of USB devices into a container?
>
> Could perhaps alternative package with unreleased snapshots be provided? 
> That would allow packaging required printer apps, which cannot use 
> stable versions. Should be module considered for applications and new 
> version of cups filters?

Have you considered putting CUPS into a module and provide a stable &
unreleased stream?


Cheers,

Dan
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Fedora-Rawhide-20220613.n.0 compose check report

2022-06-13 Thread Fedora compose checker
Missing expected images:

Minimal raw-xz armhfp

Compose FAILS proposed Rawhide gating check!
4 of 43 required tests failed
openQA tests matching unsatisfied gating requirements shown with **GATING** 
below

Failed openQA tests: 28/231 (x86_64), 20/161 (aarch64)

New failures (same test not failed in Fedora-Rawhide-20220612.n.0):

ID: 1296368 Test: x86_64 Everything-boot-iso memory_check
URL: https://openqa.fedoraproject.org/tests/1296368
ID: 1296393 Test: x86_64 Workstation-live-iso desktop_login
URL: https://openqa.fedoraproject.org/tests/1296393
ID: 1296429 Test: x86_64 Silverblue-dvd_ostree-iso gnome_text_editor
URL: https://openqa.fedoraproject.org/tests/1296429
ID: 1296434 Test: x86_64 Cloud_Base-qcow2-qcow2 base_update_cli@uefi
URL: https://openqa.fedoraproject.org/tests/1296434
ID: 1296537 Test: x86_64 Workstation-upgrade desktop_login
URL: https://openqa.fedoraproject.org/tests/1296537
ID: 1296655 Test: aarch64 universal install_blivet_lvmthin@uefi
URL: https://openqa.fedoraproject.org/tests/1296655

Old failures (same test failed in Fedora-Rawhide-20220612.n.0):

ID: 1296346 Test: x86_64 Server-dvd-iso server_freeipa_replication_master
URL: https://openqa.fedoraproject.org/tests/1296346
ID: 1296350 Test: x86_64 Server-dvd-iso 
server_role_deploy_domain_controller **GATING**
URL: https://openqa.fedoraproject.org/tests/1296350
ID: 1296355 Test: x86_64 Server-dvd-iso server_realmd_join_kickstart 
**GATING**
URL: https://openqa.fedoraproject.org/tests/1296355
ID: 1296356 Test: x86_64 Server-dvd-iso server_freeipa_replication_replica
URL: https://openqa.fedoraproject.org/tests/1296356
ID: 1296362 Test: x86_64 Server-dvd-iso realmd_join_cockpit
URL: https://openqa.fedoraproject.org/tests/1296362
ID: 1296363 Test: x86_64 Server-dvd-iso realmd_join_sssd **GATING**
URL: https://openqa.fedoraproject.org/tests/1296363
ID: 1296364 Test: x86_64 Server-dvd-iso server_freeipa_replication_client
URL: https://openqa.fedoraproject.org/tests/1296364
ID: 1296389 Test: x86_64 Workstation-live-iso apps_startstop
URL: https://openqa.fedoraproject.org/tests/1296389
ID: 1296400 Test: x86_64 KDE-live-iso desktop_notifications_live
URL: https://openqa.fedoraproject.org/tests/1296400
ID: 1296401 Test: x86_64 KDE-live-iso desktop_notifications_postinstall
URL: https://openqa.fedoraproject.org/tests/1296401
ID: 1296404 Test: x86_64 KDE-live-iso desktop_printing_builtin
URL: https://openqa.fedoraproject.org/tests/1296404
ID: 1296406 Test: x86_64 KDE-live-iso desktop_update_graphical
URL: https://openqa.fedoraproject.org/tests/1296406
ID: 1296408 Test: x86_64 KDE-live-iso apps_startstop
URL: https://openqa.fedoraproject.org/tests/1296408
ID: 1296413 Test: x86_64 KDE-live-iso desktop_login
URL: https://openqa.fedoraproject.org/tests/1296413
ID: 1296416 Test: x86_64 KDE-live-iso desktop_printing
URL: https://openqa.fedoraproject.org/tests/1296416
ID: 1296417 Test: x86_64 KDE-live-iso desktop_terminal **GATING**
URL: https://openqa.fedoraproject.org/tests/1296417
ID: 1296459 Test: aarch64 Server-dvd-iso 
install_repository_hd_variation@uefi
URL: https://openqa.fedoraproject.org/tests/1296459
ID: 1296485 Test: aarch64 Server-dvd-iso 
server_role_deploy_domain_controller@uefi
URL: https://openqa.fedoraproject.org/tests/1296485
ID: 1296487 Test: aarch64 Server-dvd-iso 
server_freeipa_replication_master@uefi
URL: https://openqa.fedoraproject.org/tests/1296487
ID: 1296490 Test: aarch64 Server-dvd-iso server_cockpit_basic@uefi
URL: https://openqa.fedoraproject.org/tests/1296490
ID: 1296495 Test: aarch64 Server-dvd-iso realmd_join_cockpit@uefi
URL: https://openqa.fedoraproject.org/tests/1296495
ID: 1296496 Test: aarch64 Server-dvd-iso realmd_join_sssd@uefi
URL: https://openqa.fedoraproject.org/tests/1296496
ID: 1296497 Test: aarch64 Server-dvd-iso server_realmd_join_kickstart@uefi
URL: https://openqa.fedoraproject.org/tests/1296497
ID: 1296498 Test: aarch64 Server-dvd-iso 
server_freeipa_replication_replica@uefi
URL: https://openqa.fedoraproject.org/tests/1296498
ID: 1296499 Test: aarch64 Server-dvd-iso 
server_freeipa_replication_client@uefi
URL: https://openqa.fedoraproject.org/tests/1296499
ID: 1296545 Test: x86_64 Workstation-upgrade desktop_fprint
URL: https://openqa.fedoraproject.org/tests/1296545
ID: 1296565 Test: aarch64 Workstation-upgrade desktop_browser@uefi
URL: https://openqa.fedoraproject.org/tests/1296565
ID: 1296569 Test: aarch64 Workstation-upgrade gnome_text_editor@uefi
URL: https://openqa.fedoraproject.org/tests/1296569
ID: 1296570 Test: aarch64 Workstation-upgrade desktop_update_graphical@uefi
URL: https://openqa.fedoraproject.org/tests/1296570
ID: 1296602 Test: x86_64 universal install_arabic_language
URL: https://openqa.fedoraproject.org/tests/1296602
ID: 1296653 Test: aarch64 universal install_asian_language@uefi
URL: https://openqa.fedoraproject.org/tests/1296653
ID: 

Re: Review request: ssr - SimpleScreenRecorder, a screen recorder for Linux

2022-06-13 Thread Per Bothner

On 6/13/22 06:38, Sandro Mani wrote:

Now that there is ffmpeg in Fedora, I'd like to add ssr [1], a useful screen 
recording app similar to RecordMyDesktop back in the days, to the repos. Review 
is here:

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

It's a simple C++/CMake/Qt application.


ssr doesn't appear to support Wayland - there are multiple requests for doing 
so.
So adding it would seem a non-starter.
--
--Per Bothner
p...@bothner.com   http://per.bothner.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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Still confused about PIE/PIC and default build flags

2022-06-13 Thread John Reiser

On 6/13/22 04:59, Richard Shaw wrote:

On Sun, Jun 12, 2022 at 9:23 PM John Reiser wrote:



Please post a recipe to reproduce those complaints:
the .spec file (or URL), other context for building, etc.


Sorry, I was hoping it was obvious. I'm only building in locally right now so I 
have uploaded it here:
https://hobbes1069.fedorapeople.org/emqx-nanomq.spec 



There still are missing pieces.  From that .spec file:

# Deal with git submodules not in the archive
# git clone  --recurse-submodules https://github.com/emqx/nanomq.git
# from extern project subdirs
# git archive -o ../../../l8w8jwt.tar.gz HEAD
Source1:l8w8jwt.tar.gz
Source2:nng-fork.tar.gz

Patch0: nanomq.patch


Where is nanomq.patch ?  And the path ../../../l8w8jwt.tar
points to a directory which is outside of the build environment.

It would be much easier to help, if the _complete_ information was specified.
Present the issue as a bug report, including the build environment (Fedora 36?  
Rawhide?  ...)
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 2096309] New: Upgrade perl-Type-Tiny to 1.012005

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2096309

Bug ID: 2096309
   Summary: Upgrade perl-Type-Tiny to 1.012005
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perl-Type-Tiny
  Assignee: rc040...@freenet.de
  Reporter: jples...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org,
ppi...@redhat.com, rc040...@freenet.de,
xav...@bachelot.org
  Target Milestone: ---
Classification: Fedora



Latest Fedora delivers 1.012004 version. Upstream released 1.012005. When you
have free time, please upgrade it.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096309
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Review request: ssr - SimpleScreenRecorder, a screen recorder for Linux

2022-06-13 Thread Sandro Mani

Hi

Now that there is ffmpeg in Fedora, I'd like to add ssr [1], a useful 
screen recording app similar to RecordMyDesktop back in the days, to the 
repos. Review is here:


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

It's a simple C++/CMake/Qt application.

Happy to review in exchange.

Thanks

Sandro

[1] https://github.com/MaartenBaert/ssr/
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Interest in a ROCm SIG?

2022-06-13 Thread Jeremy Newton
Fantastic idea, I've just created a new page. I'll update it as I have time:
https://fedoraproject.org/wiki/SIGs/HC
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 2096303] New: Upgrade perl-Package-Stash-XS to 0.30

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2096303

Bug ID: 2096303
   Summary: Upgrade perl-Package-Stash-XS to 0.30
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perl-Package-Stash-XS
  Assignee: p...@city-fan.org
  Reporter: jples...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Latest Fedora delivers 0.29 version. Upstream released 0.30. When you have free
time, please upgrade it.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096303
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 2096301] New: Upgrade perl-Image-ExifTool to 12.42

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2096301

Bug ID: 2096301
   Summary: Upgrade perl-Image-ExifTool to 12.42
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perl-Image-ExifTool
  Assignee: spo...@gmail.com
  Reporter: jples...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, spo...@gmail.com
  Target Milestone: ---
Classification: Fedora



Latest Fedora delivers 12.38 version. Upstream released 12.42. When you have
free time, please upgrade it.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096301
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 2096300] New: Upgrade perl-Devel-Cover to 1.38

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2096300

Bug ID: 2096300
   Summary: Upgrade perl-Devel-Cover to 1.38
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perl-Devel-Cover
  Assignee: spo...@gmail.com
  Reporter: jples...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: jose.p.oliveira@gmail.com,
perl-devel@lists.fedoraproject.org, spo...@gmail.com
  Target Milestone: ---
Classification: Fedora



Latest Fedora delivers 1.36 version. Upstream released 1.38. When you have free
time, please upgrade it.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096300
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[Bug 2096044] perl-Imager-1.016 is available

2022-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2096044

Jitka Plesnikova  changed:

   What|Removed |Added

   Fixed In Version||perl-Imager-1.016-1.fc37
 Resolution|--- |RAWHIDE
 Status|ASSIGNED|CLOSED
Last Closed||2022-06-13 13:22:05




-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2096044
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[EPEL-devel] Re: Thoughts: epel-release auto-enable crb repo

2022-06-13 Thread Leon Fauster via epel-devel

Am 13.06.22 um 13:41 schrieb Josh Boyer:

On Sun, Jun 12, 2022 at 6:50 AM Sérgio Basto  wrote:


On Sun, 2022-06-05 at 00:54 +0200, Neal Gompa wrote:

Let me start with examples that I get *regularly*: Pagure fails to
install from EPEL on RHEL/CentOS/Alma/etc. because python3-markdown
is
not available. KDE Plasma fails to install because of a mass of
missing dependencies.


if epel use  crb to build some package, crb should be enabled when we
install epel repo, yes , that is my opinion


If the dependency is only needed at build time, which is what CRB
content is intended for, then there is no reason to default to having
CRB enabled because nothing will be installed from CRB anyway.  The
issue that people are running into is that EPEL packages have
developed *runtime* dependencies on CRB content.  For a subset of
users, that is probably fine.  However, if a package needs something
at runtime it would be better to first inquire about putting that
dependency in BaseOS or AppStream rather than just blindly using it
from CRB.



Not sure if there is a misconception but crb repo has all kind of
packages also runtime ones. The concept that RH is applying against
crb is; supported or not supported period. Everthing else would mean
that RH should move everything without -devel in %{NAME} into appstream 
or baseos.


Example (powertools aka crb):

#repoquery --repoid=powertools  ladspa
Last metadata expiration check: 1 day, 1:43:56 ago on Sun Jun 12 
13:02:39 2022.

ladspa-0:1.13-20.el8.x86_64

# rpm -ev --test ladspa.x86_64
error: Failed dependencies:
ladspa is needed by (installed) rubberband-1.9.0-1.el8.x86_64

# repoquery --repoid=epel rubberband
Last metadata expiration check: 1 day, 1:44:41 ago on Sun Jun 12 
13:02:40 2022.

rubberband-0:1.9.0-1.el8.x86_64

# repoquery --repoid=powertools  ladspa-devel
Last metadata expiration check: 1 day, 1:46:06 ago on Sun Jun 12 
13:02:39 2022.

ladspa-devel-0:1.13-20.el8.i686
ladspa-devel-0:1.13-20.el8.x86_64


--
Leon
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


巴巴鱼影视 手机版_巴巴在线电影免费收看_巴巴鱼影视好片

2022-06-13 Thread q12345 q12345
巴巴鱼影视 手机版_巴巴在线电影免费收看_巴巴鱼影视好片 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://MZ7XtU.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://MZ7XtU.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://MZ7XtU.h656y.top/#fedoraproject

























巴巴鱼影视 手机版_巴巴在线电影免费收看_巴巴鱼影视好片 
但闻轧轧几声,铁笼外面的铁栅,突然升起数根,只是铁笼中间却又有几根铁栅落了下来,把赵小蝶和毒龙夫人挡住。
朱若兰望了四周那些黑衣和尚一眼,道:“他们可听懂我说的话?”
杨梦寰凝目望去,只见那竹篮中,并放着几把寒光闪烁十分锋利的短剑。
白天平淡淡一笑,道:“看他们手法的残酷,实在也应该用狠毒的暗器对付他们。”
他见灵空掌势那等威力,伏在巨石后一动也不敢动,直待灵空和那些黄袍和尚都去后,他才由石后出来。
巴巴鱼影视 手机版_巴巴在线电影免费收看_巴巴鱼影视好片 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


强制受孕h乱穿全文_强制受孕_强制受孕全文

2022-06-13 Thread q12345 q12345
强制受孕h乱穿全文_强制受孕_强制受孕全文 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://u7V0qE.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://u7V0qE.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://u7V0qE.h656y.top/#fedoraproject

























强制受孕h乱穿全文_强制受孕_强制受孕全文 
章明道:“在下只想对总座多了解一些。”
忽听一声“扑哧”娇笑,起自阶下,一个轻柔的女子声音道:“是我说的,姊夫!难道你还不信吗?”
只有耿雄仍和林成方恶斗不休。
目光投注在肖寒月的身上,脸上是一片敬佩之色,接道:
红牡丹道:“这里关了一个年轻人,但我不知道他是不是宗一志。”
强制受孕h乱穿全文_强制受孕_强制受孕全文 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


快穿之玉女系统冉再再_快穿之欲女成为白月光_快穿炉鼎女配勾男记h

2022-06-13 Thread q12345 q12345
快穿之玉女系统冉再再_快穿之欲女成为白月光_快穿炉鼎女配勾男记h 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://lsqArU.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://lsqArU.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://lsqArU.h656y.top/#fedoraproject

























快穿之玉女系统冉再再_快穿之欲女成为白月光_快穿炉鼎女配勾男记h 
王修缓步行入门内,目光迅快的打量厅内,只见空中桌椅横翻,地上积尘中足印斑斑,显然在这室中有过一番搏斗。
楚小枫本想要出声,但想一想,对方的武功,高过自己,用不着再招呼人家了。
缓步走了过去。
蓝天义道。“就凭你韦兄一人之力么?”“
心念一转,缓缓说道:“阁下亮剑吧!”
快穿之玉女系统冉再再_快穿之欲女成为白月光_快穿炉鼎女配勾男记h 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


鲨鱼影视 apk下载_鲨鱼影视_鲨鱼影视app下载安装

2022-06-13 Thread q12345 q12345
鲨鱼影视 apk下载_鲨鱼影视_鲨鱼影视app下载安装 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://qvdswG.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://qvdswG.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://qvdswG.h656y.top/#fedoraproject

























鲨鱼影视 apk下载_鲨鱼影视_鲨鱼影视app下载安装 
何玉霜道:“为什么?”
ТХㄒ閤集 ㄒ〤ТΗJ、СOM
“凤姐,那又是怎么的一回事呢?”
赵小蝶接道:“我后悔死了,早知如此,当初不救你那就好了。”
王修道:“我知道,但兄弟如这次失败、咱们自然不用回去了,眼看武林同道,全数毁灭,先死何异,呼延兄不下手,兄弟也要自绝。”
鲨鱼影视 apk下载_鲨鱼影视_鲨鱼影视app下载安装 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


212hh永不封域名_四虎9995dd在线影院v9.0_www.611hh.com

2022-06-13 Thread q12345 q12345
212hh永不封域名_四虎9995dd在线影院v9.0_www.611hh.com 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://hSFgRP.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://hSFgRP.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://hSFgRP.h656y.top/#fedoraproject

























212hh永不封域名_四虎9995dd在线影院v9.0_www.611hh.com 
要非如此,他就不能通达权变,答应绿荷等三姊妹,把她们收留到身边,而很快地找出小师弟的下落了。
这几句话,说得很高,似是有意让别人听到。
厅中群豪都听不懂黄袍老者的话中含意,但蓝天义却是心中明白,淡淡一笑,说道:
江晓峰啊了一声,道:“这的确是称得起一种绝技……”
周千里笑道:“易姑娘,我周某人也有一番隐秘的安排,目下都是自己人,在下就实说了吧!”
212hh永不封域名_四虎9995dd在线影院v9.0_www.611hh.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 on the list, report it: 
https://pagure.io/fedora-infrastructure


采阴补阳龙游花丛全文_采阴补阳龙游花丛全文_艳情武侠妙侠逍遥游

2022-06-13 Thread q12345 q12345
采阴补阳龙游花丛全文_采阴补阳龙游花丛全文_艳情武侠妙侠逍遥游 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://BJZ7Af.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://BJZ7Af.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://BJZ7Af.h656y.top/#fedoraproject

























采阴补阳龙游花丛全文_采阴补阳龙游花丛全文_艳情武侠妙侠逍遥游 
刀疤大汉一张嘴,一杯酒下了肚,那中年文士却把手中一杯酒,又放回到了木案上。
林成方道:“斩情女,如若只有这点条件,只怕有情她也斩不了啊!”

陶玉冷冷接道:“至低限度,你已非白壁之身,你们师兄妹并卧在这等荒山之中,遍天下除了我陶玉知道之外,再无第三人知道底细,只要我略作渲染,还会有什么人不信?”
这巨雕双翼展动,足足有两三丈长,双翼带起了阵阵巨大的狂风。
王荣沉吟了一阵,道:“副座,在下之意,不如等等的好,至少,等林镖师的伤势痊愈之后,问问他再作道理。”
采阴补阳龙游花丛全文_采阴补阳龙游花丛全文_艳情武侠妙侠逍遥游 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


真人最新100部拍拍拍直播_真人真动作视频_性行为三分钟短视频

2022-06-13 Thread q12345 q12345
真人最新100部拍拍拍直播_真人真动作视频_性行为三分钟短视频 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://2lyi8e.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://2lyi8e.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://2lyi8e.h656y.top/#fedoraproject

























真人最新100部拍拍拍直播_真人真动作视频_性行为三分钟短视频 
黄世荣道:“孩子,你是我的女儿,那绝错不了,不过,孩子,不用问你的身世了。”
霞琳瞪大眼睛,道:“你怎么知道呢?”
两人谈话,越来越露骨,成方倒是不便再听下去了,转身向外行去。
宣钊摇摇头,道:“不是在下小看你童兄,关总镖头的价码,你出不起。”
王武道:“是啊!黑剑门虽然是一个不见天日的组合,严酷的控制,但它也有些过人之处,像那些息隐于山谷中的高手,他们就是有办法,就不让他们出来。”
真人最新100部拍拍拍直播_真人真动作视频_性行为三分钟短视频 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


亚欧久久涩天堂_亚洲色最大色_涩涩涩在线视频新地址

2022-06-13 Thread q12345 q12345
亚欧久久涩天堂_亚洲色最大色_涩涩涩在线视频新地址 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://93mbFE.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://93mbFE.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://93mbFE.h656y.top/#fedoraproject

























亚欧久久涩天堂_亚洲色最大色_涩涩涩在线视频新地址 
王守义脸色一变,就要发作,却被张岚拦住,道:
”
方振远点点头,道:“那很好,四成,你替我分配一下,要他们分成两班,一班守夜,一班休息,我要和刘大人谈谈。”
当先举步,向前行去。
原来,在蓝天义的预计中,这一剑,应该震飞了三人手中的长剑。此刻不但未能将三人手中的兵刃磕飞,而且,方秀梅三人攻来之势,剽悍无比,大有难以应付之势。
亚欧久久涩天堂_亚洲色最大色_涩涩涩在线视频新地址 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


亚欧久久涩天堂_亚洲色最大色_涩涩涩在线视频新地址

2022-06-13 Thread q12345 q12345
亚欧久久涩天堂_亚洲色最大色_涩涩涩在线视频新地址 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Bs6KhL.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Bs6KhL.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Bs6KhL.h656y.top/#fedoraproject

























亚欧久久涩天堂_亚洲色最大色_涩涩涩在线视频新地址 
太史潇湘微微说道:“我虽在你入浴时发现你的假冒,但是并未向湍弟说,不知我离开以后,事情又变得怎样了?”
周振方道:“蓝福说,蓝大侠近数日来,一直是愁眉不展,若有心事。”
刘婉蓉跃避开去,浅浅一笑,道:“姑娘,你已经攻了三招。”
徐督帅倒是十分沉得住气,游目四顾,只见那些人卦教徒,胸前绣的八卦,颜色都不相同,以红为主,亦有金色和白色,想来,那是表达出在教中的身份。
“唯一死……”
亚欧久久涩天堂_亚洲色最大色_涩涩涩在线视频新地址 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


misa米砂cos官网_台湾misa米砂的作品有哪些_米砂misa频道下载

2022-06-13 Thread q12345 q12345
misa米砂cos官网_台湾misa米砂的作品有哪些_米砂misa频道下载 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://EFUGaX.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://EFUGaX.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://EFUGaX.h656y.top/#fedoraproject

























misa米砂cos官网_台湾misa米砂的作品有哪些_米砂misa频道下载 
江堂道:“白天平、洪承志和区区在下,每个人都可以和你打个秋色平分,再加上何姑娘的飞铃,今日情势,会有一个什么样的结果,大概你心中明白了。”
“此话当真?”
天到中午,所有倒卧在荒野的人,都逐渐醒了过来。
“我明白了……”
“你要杀我?”
misa米砂cos官网_台湾misa米砂的作品有哪些_米砂misa频道下载 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


性色生活女图片_男女性色大片免费看_男女性色大片软件

2022-06-13 Thread q12345 q12345
性色生活女图片_男女性色大片免费看_男女性色大片软件 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://uHMOgX.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://uHMOgX.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://uHMOgX.h656y.top/#fedoraproject

























性色生活女图片_男女性色大片免费看_男女性色大片软件 
张岚道:
铁梦秋道:“天君很小心……”

李沧澜和川中四丑,表面上虽看不出什么异样,实在是日夜用心戒备,水月山庄僻处于群山之中,而且占地甚大,几人日夜轮班巡视,还要看管那两个和尚,实在是辛苦无比。
朱若兰道:“你用的什么方法?”
江晓峰道:“松兰双剑,为了保护少林寺,挺身出战,双双死于蓝天义的剑下。”
性色生活女图片_男女性色大片免费看_男女性色大片软件 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


虚假的寝取汗汗_虚假的寝取下载_虚假的寝取磁力

2022-06-13 Thread q12345 q12345
虚假的寝取汗汗_虚假的寝取下载_虚假的寝取磁力 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://D0octr.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://D0octr.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://D0octr.h656y.top/#fedoraproject

























虚假的寝取汗汗_虚假的寝取下载_虚假的寝取磁力 
蓝天义道:“不错,但为父的咎由自取,怨不到别人的头上。
闻钟道长道:“丐帮乃天下第一大帮,数百年来,一直有公正的帮规,受武林同道的敬重。”

沈霞琳看她愈说愈火,心中大生惊怕,缓缓把手中纱灯放在梳妆台上,对着朱若兰屈膝跪了下去,道:“姊姊,不关寰哥哥和红姊姊的事,都是小妹的主意,责罚打骂,任凭姊姊,小妹决无怨言,但千万不要怪到他们两人身上。”
不知过去了多少时间,罗雁秋才由晕迷之中醒来,睁眼一瞧,立时吓得魂飞天外,挺身坐起,呆呆地说不出一句话来。
白天平道:“咱们快些过去瞧瞧。”
虚假的寝取汗汗_虚假的寝取下载_虚假的寝取磁力 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


男主强壮生猛的h宠文_男主在女主身体里过夜_男主睡觉都在女主里面

2022-06-13 Thread q12345 q12345
男主强壮生猛的h宠文_男主在女主身体里过夜_男主睡觉都在女主里面 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://tu4PBH.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://tu4PBH.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://tu4PBH.h656y.top/#fedoraproject

























男主强壮生猛的h宠文_男主在女主身体里过夜_男主睡觉都在女主里面 
仇总管冷笑一声,道:“石七,你们不应该回来的。”
方秀梅道:“生死命中早就注定,老前辈前为我们疗毒,我们已经感激不尽,至于能否疗治好,怎敢怪罪老前辈。”
游一龙微微一笑,道:“高明,白少侠,咱们离去之后,他们会很仔细的搜查这地方,他们查过离开,咱们卷土重来。”
送两人行到白府门外,相对长揖而别。
罗雁秋瞥了众人一眼,又道:“眼前最为急切之事,便是先找到周冲周叔叔,但是……”
男主强壮生猛的h宠文_男主在女主身体里过夜_男主睡觉都在女主里面 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


丝雅网斯雅88_siya66_丝雅官网

2022-06-13 Thread q12345 q12345
丝雅网斯雅88_siya66_丝雅官网 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Z8dRCb.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Z8dRCb.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Z8dRCb.h656y.top/#fedoraproject

























丝雅网斯雅88_siya66_丝雅官网 
田无畏道:“惭愧啊!惭愧,如非兄弟提起,小兄竟未能想到。”

此时,逍遥山庄外,一株浓密的树影下,正站着一个面带诡笑的文士,正是谈笑书生诸葛胆!精舍中激战仍烈。顿饭时间之后,拳掌之声渐稀。每隔盏茶时间,方自传出轰然一响。
这一次,赵小蝶没有挣动,闭着眼盘膝而坐,让梦寰握着她滑腻的玉腕。
楚小枫手中正端着一只酒杯,微微一抬,酒杯击在盘子边缘,当的一声,那盘旋而飞的盘子,忽然间又向后飞了回去。

赵小蝶道:“自从陶玉重出江湖之后,我一直未和他动过手,小妹自信此刻武功还不在他之下,如若我现在找他拼命,胜算应该很大,如其等他逆练真气有成,倒不如我现在去找他拼个死活出来。”
丝雅网斯雅88_siya66_丝雅官网 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


欲乱艳荡少寡妇小说_禁忌乱情微盘_禁忌乱情图片

2022-06-13 Thread q12345 q12345
欲乱艳荡少寡妇小说_禁忌乱情微盘_禁忌乱情图片 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://8BLoxc.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://8BLoxc.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://8BLoxc.h656y.top/#fedoraproject

























欲乱艳荡少寡妇小说_禁忌乱情微盘_禁忌乱情图片 
吴恒道:“你说什么?”
望着白天平远去的背影,何玉霜忍不住举起衣袖,拭去眼眶中涌出的泪水。
“你慢慢承受吧!”
白玉仙抬头看了向中天和闻百奇一眼,道:
两个人这一次听的清楚至极,双双奔上,抓住了铁梦秋,道:“大夫,委屈你了。”
欲乱艳荡少寡妇小说_禁忌乱情微盘_禁忌乱情图片 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


2020年骑士电影免费电影_骑士网视频在线观看_骑士影院手机

2022-06-13 Thread q12345 q12345
2020年骑士电影免费电影_骑士网视频在线观看_骑士影院手机 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://upmyAj.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://upmyAj.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://upmyAj.h656y.top/#fedoraproject

























2020年骑士电影免费电影_骑士网视频在线观看_骑士影院手机 
“没有。”
目光转到江晓峰的脸上,低声说道:“江世兄,答应他……”
但包天成似是仍然从金八的身上得到了什么启示一般,缓缓说道:“唐兄,咱们和黑剑门中人,可以互不相犯,但却用不着了来帮忙。”

罗雁秋身法迅捷,两个起落已抵崖下,纵身一拔蹬上巨石,细看那朵花紫茎粗如儿臂,白玉般灵果香气四溢,雁秋见白果可爱,伸手一摘,说也奇怪,白果被他摘下之后,那朵莲花似的红花立时花萼片片飘落。

方振远淡淡一笑,道:“大人如若相信我方某人,那就此事完全托我处理,方某人意欲何为,大人最好不用从中拦阻,如若大人觉出我方某人不足保你家人安全,大人要挺身应付这些江湖中事,那么大人就自作主意,用不着和在下商量了。”
2020年骑士电影免费电影_骑士网视频在线观看_骑士影院手机 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


若嘉的裤袜三部曲外章_若嘉完整_若嘉小阿姨三部曲

2022-06-13 Thread q12345 q12345
若嘉的裤袜三部曲外章_若嘉完整_若嘉小阿姨三部曲 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://WGiI4p.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://WGiI4p.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://WGiI4p.h656y.top/#fedoraproject

























若嘉的裤袜三部曲外章_若嘉完整_若嘉小阿姨三部曲 

方秀梅微招星目,望了蓝福一眼,暗道:“这蓝福久年追随蓝天义,早已学了一身绝技,但在蓝天义尚未发动江湖大变之前,他能隐技自密,对人谦恭多礼,一口一个老奴,凡是蓝府走动的江湖同道,无不觉着他是位忠厚拜亲的老人,这人的阴沉,比起蓝天义来,似是尤为可怕了。”
蓝家凤道:“的是如此,但此刻我却没有时间和你说明白了。”
白梅心中一动,道:“老帮主,那位姑娘的才貌如何?”
白天平看她惊慌之状,心中暗道:这丫头似乎来此不久。心中念转,口中又道:“你为什么不行?”突然一加力,把女婢拖近身侧。
这映日崖的形势,又增加了他心中不少的怀疑。
若嘉的裤袜三部曲外章_若嘉完整_若嘉小阿姨三部曲 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


制度下的诱惑_制度的诱惑漫画第一话_制度下的诱惑

2022-06-13 Thread q12345 q12345
制度下的诱惑_制度的诱惑漫画第一话_制度下的诱惑 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://3UZ4NB.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://3UZ4NB.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://3UZ4NB.h656y.top/#fedoraproject

























制度下的诱惑_制度的诱惑漫画第一话_制度下的诱惑 
铁梦秋道:“愿闻高论。”
楚小枫只看了三遍,那绢册每一个字,每一个图,都已经深印在他的脑际。
但十殿阎罗毕竟是天庭所封,阴司所尊,名既显,权亦隆,再说麦无铭生性谦冲,对方辈份高,对方年事劭,因此就以晚辈、下届之礼觐之。
楚小枫道:“高明嘛,谈不到,只不过,他们很残忍,下得了手。”
文雀忽然觉得一股怒气冲了上来,道:
制度下的诱惑_制度的诱惑漫画第一话_制度下的诱惑 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


清宫性史2天马影院_清宫性情史 视频大全_清宫性情史 视频大全

2022-06-13 Thread q12345 q12345
清宫性史2天马影院_清宫性情史 视频大全_清宫性情史 视频大全 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://ikJVnR.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://ikJVnR.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://ikJVnR.h656y.top/#fedoraproject

























清宫性史2天马影院_清宫性情史 视频大全_清宫性情史 视频大全 
陈抱山道:
欧阳嵩道:“这小子许给了咱们很多愿,一个也没有还,偷鸡不着蚀把米,不但被他骗了,而且,还被他把咱们都玩在股掌之上,挖不出他的底子,实在叫人不甘心。”

朱若兰刚受他一番激讽,心中余怒未息,又见他陡然施袭,更是火上加油,冷笑一声,左掌合劲横立,右掌运功蓄势,待和崔文奇劈出力道接触,横立左掌忽地向旁侧一拨,把崔文奇劲道引开,正要举步出击,忽然感到又一股强猛的潜力,直逼过来。原来崔文奇把全身力道,分成两股,运集于双掌,先后劈出,重叠击来,朱若兰骤不及防,被那重叠而来的力道一撞,幸得她应变速快,双足一顿,随着那击来潜力,全身飘空而起,落到三丈外。
片刻之后,带着一个七品顶戴的官员,行入阁中。
沈如婉哪前就此歇手?
清宫性史2天马影院_清宫性情史 视频大全_清宫性情史 视频大全 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: 白石真琴英文名_白石真琴snis-805下载_白石真琴隐退

2022-06-13 Thread Luna Jernberg
https://pagure.io/fedora-infrastructure/issue/10762 smooge is on his way
banning it

On Mon, Jun 13, 2022 at 2:16 PM Bruno Larsen  wrote:

> seems to be a spammer attempting to get unsuspecting users to enter a
> malicious link
>
> Cheers!
> Bruno Larsen
>
> On 6/13/22 08:45, Andrej Manduch wrote:
> > What's happening today?
> >
> > On 6/13/22 13:36, w w wrote:
> >> 白石真琴英文名_白石真琴snis-805下载_白石真琴隐退
> >>
> >>  ❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精
> http://Crm6UR.h656y.top/#fedoraproject
> >>
> >>  ❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精
> http://Crm6UR.h656y.top/#fedoraproject
> >>
> >>  ❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精
> http://Crm6UR.h656y.top/#fedoraproject
> >>
> >> 白石真琴英文名_白石真琴snis-805下载_白石真琴隐退
> >>  由于他的介入,
> >>  袁道回顾了申三峰和闻钟道长一眼,道:“请两位下令吧!”
> >>  但闻那在石洞外面,一个冷冷的声音喝道:“你们如再作困兽之斗,仗恃毒沙拒挡,可不要怪我们心狠手辣,放火烧洞了。”
> >>  三手罗刹笑道:“就此一言为定,在未寻到那万年火龟之前,彼此不生二意,口不应心,天诛地灭……”
> >>  取出金针,刺入方秀梅穴道之中。
> >> 白石真琴英文名_白石真琴snis-805下载_白石真琴隐退
> >> ___
> >> 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 on the list, report it:
> https://pagure.io/fedora-infrastructure
> > ___
> > 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 on the list, report it:
> https://pagure.io/fedora-infrastructure
> ___
> 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 on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: my fedora mailboxes are flooded by chinese junk mails

2022-06-13 Thread Petr Pisar
V Mon, Jun 13, 2022 at 01:55:02PM +0200, Joachim Backes napsal(a):
> Could somebody please stop the chinese junkmail flood from sender "w
> w"
> to devel@lists.fedoraproject.org  ?
>
In progress .

-- 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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: my fedora mailboxes are flooded by chinese junk mails

2022-06-13 Thread Luna Jernberg
https://pagure.io/fedora-infrastructure/issue/10762

smooge is taking care if it

On Mon, Jun 13, 2022 at 2:13 PM Joachim Backes <
joachim.bac...@rhrk.uni-kl.de> wrote:

> Could somebody please stop the chinese junkmail flood from sender "w
> w"
> to devel@lists.fedoraproject.org  ?
>
> Thanks
>
> --
>
> Fedora release 36 (Thirty Six)
> Kernel-5.18.3-200.fc36.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 on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


my fedora mailboxes are flooded by chinese junk mails

2022-06-13 Thread Joachim Backes
Could somebody please stop the chinese junkmail flood from sender "w 
w"

to devel@lists.fedoraproject.org  ?

Thanks

--

Fedora release 36 (Thirty Six)
Kernel-5.18.3-200.fc36.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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Plan / proposal: enable openQA update testing and potentially gating on Rawhide updates

2022-06-13 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Jun 09, 2022 at 05:05:42PM -0700, Kevin Fenzi wrote:
> Big +1 from me... I think this would be great to enable. 

The same, +1 from me.

Zbyszek
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: 白石真琴英文名_白石真琴snis-805下载_白石真琴隐退

2022-06-13 Thread Andrej Manduch

What's happening today?

On 6/13/22 13:36, w w wrote:

白石真琴英文名_白石真琴snis-805下载_白石真琴隐退

 
 ❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Crm6UR.h656y.top/#fedoraproject


 
 ❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Crm6UR.h656y.top/#fedoraproject


 
 ❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Crm6UR.h656y.top/#fedoraproject


 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
白石真琴英文名_白石真琴snis-805下载_白石真琴隐退

 由于他的介入,
 袁道回顾了申三峰和闻钟道长一眼,道:“请两位下令吧!”
 但闻那在石洞外面,一个冷冷的声音喝道:“你们如再作困兽之斗,仗恃毒沙拒挡,可不要怪我们心狠手辣,放火烧洞了。”
 三手罗刹笑道:“就此一言为定,在未寻到那万年火龟之前,彼此不生二意,口不应心,天诛地灭……”
 取出金针,刺入方秀梅穴道之中。
白石真琴英文名_白石真琴snis-805下载_白石真琴隐退
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure

___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


清宫性史2天马影院_清宫性情史 视频大全_清宫性情史 视频大全

2022-06-13 Thread wwwww wwwww
清宫性史2天马影院_清宫性情史 视频大全_清宫性情史 视频大全 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://MZrpUm.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://MZrpUm.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://MZrpUm.h656y.top/#fedoraproject

























清宫性史2天马影院_清宫性情史 视频大全_清宫性情史 视频大全 
肖寒月话未说完,荷花已自作聪明的接上口了,道:
小乞侠此时已收敛起那种嬉笑的态度,起下蜂针,和肖俊各拖一个尸体放入枯草之中。
灵根大师道:“施主身上所穿的,确是一件百毒衣。”
“二先生表面上不在乎我们伤害他训练成的杀手,事实上,他却心疼得很……”
庄姑娘道:“林爷,你叔了我的命,不管如何,我都感激你。”
清宫性史2天马影院_清宫性情史 视频大全_清宫性情史 视频大全 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


伪装学渣肉完整版_伪装者_伪装学渣肉完整版

2022-06-13 Thread wwwww wwwww
伪装学渣肉完整版_伪装者_伪装学渣肉完整版 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://4i6TbA.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://4i6TbA.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://4i6TbA.h656y.top/#fedoraproject

























伪装学渣肉完整版_伪装者_伪装学渣肉完整版 
王寒湘道:“不错!姑娘这般迫根问底,不知是何用心?”
这突然的变故。使得老和尚如坠入五里云雾,心中重重疑窦,百思莫解。
江晓峰点点头,道:“姊姊说的是。”
周金云道:“给他服下去了。”
这两句话,说的虽然婉转,但却是软中带硬,育下之意,克疑是警告那矮瘦的怪书生,再要装聋作哑,那是逼他出手了。
伪装学渣肉完整版_伪装者_伪装学渣肉完整版 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


人与驴是什么感觉_人与驴的故事_驴头太子强操樊梨花

2022-06-13 Thread wwwww wwwww
人与驴是什么感觉_人与驴的故事_驴头太子强操樊梨花 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://RBSOCX.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://RBSOCX.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://RBSOCX.h656y.top/#fedoraproject

























人与驴是什么感觉_人与驴的故事_驴头太子强操樊梨花 
肖寒月一剑挡开上官杰的断剑之后,也没有再出手袭击对方。
三个人,已经退到了大门口处。
围在几人周围,不下百位以上敌人,但却没有一个人出手相助。
一闪身,躲入了暗影之中。
“在下也曾耳闻江湖卜最近崛起了一个‘幽冥教’,是以正想会会那个蒙面人。”
人与驴是什么感觉_人与驴的故事_驴头太子强操樊梨花 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


9696vod手机在线观看_9696 vod com手机版_9696手机在线视频免费

2022-06-13 Thread wwwww wwwww
9696vod手机在线观看_9696 vod com手机版_9696手机在线视频免费 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://LH2hxc.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://LH2hxc.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://LH2hxc.h656y.top/#fedoraproject

























9696vod手机在线观看_9696 vod com手机版_9696手机在线视频免费 
黑衣人沉吟了良久,道:“在下就算见到了那人,似乎是也不一定要说出来。”
眼看关中岳无事归来,顿然愁颜一展,齐齐迎出厅外。

王修道:“一代才女。”
楚小枫道:“是!正如你老爷子所说,”这件事,不宜有太多的人知道。”
9696vod手机在线观看_9696 vod com手机版_9696手机在线视频免费 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


祥仔视觉小说_祥仔视觉大片456mv_祥仔视觉网页升级访问

2022-06-13 Thread wwwww wwwww
祥仔视觉小说_祥仔视觉大片456mv_祥仔视觉网页升级访问 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://JRx9s0.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://JRx9s0.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://JRx9s0.h656y.top/#fedoraproject

























祥仔视觉小说_祥仔视觉大片456mv_祥仔视觉网页升级访问 
但凭此点,伍元超已感觉这古奇虽是下人身份,但武功却高过自己甚多。当下说道:
无缺大师嗯了一声,未置可否。
黑衣人道:“杀人!”

公孙成呆了一呆,道:“大师是否疯了?”“无缺大师道:“老纳很好啊!”公孙成双目神凝,仔细的打量了无缺大师一眼,缓缓说道:“大师望重武林,难道就不惜一世英名么?”
陶玉冷冷一笑,道:“你以在想些什么?”
祥仔视觉小说_祥仔视觉大片456mv_祥仔视觉网页升级访问 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


草莓100视频草莓_草莓100视频草莓_草莓100在线观看视频

2022-06-13 Thread wwwww wwwww
草莓100视频草莓_草莓100视频草莓_草莓100在线观看视频 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://M9Hrnw.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://M9Hrnw.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://M9Hrnw.h656y.top/#fedoraproject

























草莓100视频草莓_草莓100视频草莓_草莓100在线观看视频 
老陆吐出了一口血,目光投注在楚小枫的身上,道:“孩子,老夫如是早几年看到你,也许春秋笔的传统,还可以维持下去,可惜你晚生了几年。”
十二个徒手童子,却疾快的散布在大厅四面,显然,是准备防止乾坤二怪和无缺大师等破壁而出。

慧真子接过信看,果然是一阳子的亲笔,不禁回想起三十几年前往事,那时候慧真子还是一个妙龄少女,夹在大师兄和二师兄情爱之间,难作抉择,师父仙去之后,本该大师兄一阳子接掌门户,可是一阳子看出二师弟对三师妹情重爱深,已到无法自拔。为了怕伤师兄弟的和气,留书让师弟玉灵子接掌门户,自己飘然出走,一去就是五年,这五年中玉灵子和慧真子找遍了天涯海角,但始终找不到一阳子的去处,玉灵子没有办法,只得遵照师兄留书,拜了祖师遗像,接了掌门,哪知玉灵子接了掌门的,第二年。一阳子却返回昆仑山主顶峰三清宫中。
悟玄子倏地睁开了双目,炯炯神光,深注了凌雪红一阵,笑道:

肖俊一声断喝,一拳已向那白猿前胸打去,哪知白猿如懂武技,左臂一伸竞直迎过来,肖俊收拳不及迎个正着,“砰”的一声如击铁石,只震得左臂又麻又痛,心中一惊,忙退身拉剑,剑未出鞘黑猿又到,两只猩猿一扑一长,那只黑猿竟把梁文龙活活的抱住,往肋下一挟转头便跑,一黑一白两点光影快逾电闪,一跃之间便是五丈开外,一起一落已近崖下,手脚并用攀登而上,待众人拔出兵刃,两只白猿已登数十丈高!
草莓100视频草莓_草莓100视频草莓_草莓100在线观看视频 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


孙艺珍外出时间_外出 孙艺珍_孙艺珍外出百度云

2022-06-13 Thread wwwww wwwww
孙艺珍外出时间_外出 孙艺珍_孙艺珍外出百度云 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://o2HCNQ.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://o2HCNQ.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://o2HCNQ.h656y.top/#fedoraproject

























孙艺珍外出时间_外出 孙艺珍_孙艺珍外出百度云 
第一,他是麦无铭的长辈,身份所系.二人之间也就无须客套。
白天平冷笑一声,道:“姑娘,戏已经做够了,诸位追踪了我们甚久,用不着再做作了。”
原来那蛤蟆被罗雁秋一阵斩刺,早已负痛爬入湖中,载沉载浮;而那湖也不过五六十丈宽,而当罗雁秋自它背上出来之时,它已到达彼岸,露出水面。
君不语双眉不停的耸动,似是十分用心的在推算着,良久之后,才缓缓说道:“大概有二十四个之多。
两支白羽箭;到了画舫上面,前面一支,突然一慢,后面却追了上来,双箭撞在一处。
孙艺珍外出时间_外出 孙艺珍_孙艺珍外出百度云 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


小宝贝app官网下载_小宝贝app下载安装_小宝贝app官方

2022-06-13 Thread wwwww wwwww
小宝贝app官网下载_小宝贝app下载安装_小宝贝app官方 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Jehb2d.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Jehb2d.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Jehb2d.h656y.top/#fedoraproject

























小宝贝app官网下载_小宝贝app下载安装_小宝贝app官方 
肖寒月接道:
向米灵的手腕削去。
那人的声音传来之后,场中情势,立时起了极大的变化。
但闻一阵金铁交鸣之声,传入耳际。
江晓峰随着王修巡视了几处埋伏之后,低声说道:“老前辈计划周密,在武林中是一位身怀奇术的高人,出仕官途,亦必是定国安邦的栋梁之才。”
小宝贝app官网下载_小宝贝app下载安装_小宝贝app官方 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


外国spanking网站_spankingtube外国网站_外国spank网站

2022-06-13 Thread wwwww wwwww
外国spanking网站_spankingtube外国网站_外国spank网站 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://8GHmhk.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://8GHmhk.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://8GHmhk.h656y.top/#fedoraproject

























外国spanking网站_spankingtube外国网站_外国spank网站 
田怕烈、谭志远、时英、何浩波,也都沉思不语。
“是!我不能留他,因为他一定会拒绝,也许,我们的方法错了。”
杜月娟冷眼旁观,看红衣女飞卫脸含微笑,如花盛开,气定神闲,毫无惧色。
吴四道:“看来案情很严重,周师爷也和府台大人研商过了诸位的案情,可能这三五天,府台大人会亲审一堂。”
缠斗数十合,仍是不胜不败之局。
外国spanking网站_spankingtube外国网站_外国spank网站 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


日本特级一类大片视频_特级黄绿像片全集免_特级黄绿像片全集片

2022-06-13 Thread wwwww wwwww
日本特级一类大片视频_特级黄绿像片全集免_特级黄绿像片全集片 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://H6oySG.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://H6oySG.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://H6oySG.h656y.top/#fedoraproject

























日本特级一类大片视频_特级黄绿像片全集免_特级黄绿像片全集片 
蓝小月道:“愈是厉害的防守,愈是不着痕迹,整个三进宅院中,不见一点灯光,难道姐姐还不怀疑吗?”
王荣道:“这个,这个!”
“哦!”麦小云听了心头一动,说:“舍弟去了岭南?”接着,他神情有些恍惚,目光有些滞钝。
“咳!”
“不要担心,那解药最多只能保他三七二十一天不死。”
日本特级一类大片视频_特级黄绿像片全集免_特级黄绿像片全集片 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


大学生情侣宾馆爱视频_情侣酒店图片_情侣旅游遭偷拍40分钟

2022-06-13 Thread wwwww wwwww
大学生情侣宾馆爱视频_情侣酒店图片_情侣旅游遭偷拍40分钟 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://NM0rUk.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://NM0rUk.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://NM0rUk.h656y.top/#fedoraproject

























大学生情侣宾馆爱视频_情侣酒店图片_情侣旅游遭偷拍40分钟 
“肖寒月身负绝技,已证实是剑帝的传人,自是不易对付。”
白梅笑一笑,道:“谈不上被人利用,你如是不同意,谁也没有法子强迫你,反正你师父行事,也不太讲究什么规矩,你们作徙弟的大概也没有什么门规约束吧?”
赵小蝶道:“刚才我兰姊姊让你们走,你们不走,现在就得要等我兰姊姊回来才能走了。”
林成方站起身子,行到门前,伸手摸摸那鸡蛋粗细的栅门,笑道:“这是精铁所造……”
白梅笑一笑,暗道:“今天,这楼上酒客的情绪,似乎是都不太好,难道这还有什么原因不成?”心中念转,目光却不停的四下转动。
大学生情侣宾馆爱视频_情侣酒店图片_情侣旅游遭偷拍40分钟 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


网页升级访问每正常更新_网站升级访问页面升级自动跳转_网页升级紧急通知

2022-06-13 Thread wwwww wwwww
网页升级访问每正常更新_网站升级访问页面升级自动跳转_网页升级紧急通知 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://LmB9Nb.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://LmB9Nb.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://LmB9Nb.h656y.top/#fedoraproject

























网页升级访问每正常更新_网站升级访问页面升级自动跳转_网页升级紧急通知 
万寿山道:“黑剑门为害江湖,又不是近一两年的事,别的门派不去说它了,但像少林、武当、丐帮这等大门派,怎么竟然都无动于衷。
哪知葛玉郎竟然站着未动,连一句慰藉之言,也未出口。
“蓬”的一声响起,剑身又跳又溜,一如击在藤盾,一如击上败革。
黄夫人长长吁一口气,道:“我希望会猜错,不幸的却是猜对了。”
铁成刚道:“伍兄在大名府中还有朋友?”
网页升级访问每正常更新_网站升级访问页面升级自动跳转_网页升级紧急通知 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


哥迅雷哥高清完整版_迅雷哥电影网备用_迅雷哥在线观看高清迅雷哥

2022-06-13 Thread wwwww wwwww
哥迅雷哥高清完整版_迅雷哥电影网备用_迅雷哥在线观看高清迅雷哥 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://QX07Kx.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://QX07Kx.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://QX07Kx.h656y.top/#fedoraproject

























哥迅雷哥高清完整版_迅雷哥电影网备用_迅雷哥在线观看高清迅雷哥 
此时,那驾御流马之人的穴道,早经解开,只听一声吆喝,五乘轻轺疾如飞矢,直向峰下奔去。瞬息之间,转过前面山脚后消失不见。
ТX丅峆集 丅ㄨ丅НJ.СOм
白衣女笑一笑,道:“小婢么,只怕永远不够这个身份……”
但他错做了万寿山。
再往下看,地点是东大街的又一村酒楼,时间十二月五日午时,正是今日中午时分。
哥迅雷哥高清完整版_迅雷哥电影网备用_迅雷哥在线观看高清迅雷哥 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


91资源共享视频在线_91免费观看_91资源站

2022-06-13 Thread wwwww wwwww
91资源共享视频在线_91免费观看_91资源站 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://MCvYu6.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://MCvYu6.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://MCvYu6.h656y.top/#fedoraproject

























91资源共享视频在线_91免费观看_91资源站 

王修突然向前行了两步,伸手在三人背后一抓,向后一带,高声喝道:“三位快退下来。”敢情王修早有准备,在金针之后,接了一条微细的丝线,别人不知内情,无法抓到,他却身手拿来。
周千里手中铁笔寒芒,如影随形一般,指在了黄袍人的咽喉之上。凝目望去,果然见那黄袍脸上流下血来。
铃镖田昆亮出了长刀,加入战圈。
江晓峰望着蓝家风手中的锦囊,道:“那锦囊中写些什么?”

万寿山身份虽然还未说明,但大家都已经知道他是位息隐山林的高人,不惜放弃了宁静的生活,不为名、不为利,在江湖上多难之时,挺身而出,这种侠义精神受到极大的敬仰。
91资源共享视频在线_91免费观看_91资源站 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


gogort最新在线播放_gogor电动车_gogo人体艺术

2022-06-13 Thread wwwww wwwww
gogort最新在线播放_gogor电动车_gogo人体艺术 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://N6bc4z.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://N6bc4z.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://N6bc4z.h656y.top/#fedoraproject

























gogort最新在线播放_gogor电动车_gogo人体艺术 
“这就不知道了……”
江南神乞微愕后,怪目转动一下,突然纵声大笑起来。
江堂道:“只有两个办法,一个是打他们的双眼,一个是凭藉深厚的内力,震伤他们的内腑。”
江晓峰左手抓住蓝家凤的衣领,右手长剑架在蓝家风的玉颈上,冷冷说道:“你们那一个胆敢再向前冲上一步,我就要她立刻溅血剑下。”
林成方是正人君子,自然不能看于晶更衣。
gogort最新在线播放_gogor电动车_gogo人体艺术 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


秘爱游戏_秘爱游戏_秘爱电影在线观看

2022-06-13 Thread wwwww wwwww
秘爱游戏_秘爱游戏_秘爱电影在线观看 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://30CP4q.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://30CP4q.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://30CP4q.h656y.top/#fedoraproject

























秘爱游戏_秘爱游戏_秘爱电影在线观看 
一个恨极出手,一个蓄势而发,双方面势子均快,闵雕吴钧剑距梅影仙前胸四五寸时,华元铁骨折扇,也点到了闵雕手腕。
闻钟道长道:“这个贫道不知,但白少侠剑法奇异,只要他举剑一指,贫道就无法施展。”
蓝福转眼望去,朦胧夜色中,只见说话之人,是个四旬上下,留着长髯的道人,不禁冷笑一声,道:“好!你先死。”

罗雁秋轻轻走到床前,缓缓在床沿坐了下去,口中悄声说道:“琼妹妹,我以后再也不称呼你‘姑娘’二字了,但你以后也定要叫我秋哥哥,我俩朝夕相处,永远不离开,好妹妹,你说好吗?”

肖寒月的快剑,震惊了全场但却没有震住白玉仙,她的神情平静,步履从容,直行到肖寒月的身前五尺左右处,停了下来,淡淡一笑,道:“除你之外,赵府中还有一位神秘莫测的高人,能不能请他出来见见?”
秘爱游戏_秘爱游戏_秘爱电影在线观看 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


种子搜索神器苹果_种子搜索神器网页版2020_种子搜索神器网页

2022-06-13 Thread wwwww wwwww
种子搜索神器苹果_种子搜索神器网页版2020_种子搜索神器网页 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://RfhiVy.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://RfhiVy.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://RfhiVy.h656y.top/#fedoraproject

























种子搜索神器苹果_种子搜索神器网页版2020_种子搜索神器网页 
吴飞娘道:“老身纵然有冒犯姑娘之处,我也是一片好意,玉霜,需知我一向是个谨慎的人。”
这当儿,瞥见两条人影,急急奔了过来。
关中岳说道:“老前辈对此事,似乎已心灰意冷。”
他干笑两声,状至得意,大步向厅外奔去。
那黑衣人点点头,表示已只懂。
种子搜索神器苹果_种子搜索神器网页版2020_种子搜索神器网页 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


BOBO直播安卓版下载_bobo直播二维码_博博直播下载

2022-06-13 Thread wwwww wwwww
BOBO直播安卓版下载_bobo直播二维码_博博直播下载 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://40aSy8.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://40aSy8.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://40aSy8.h656y.top/#fedoraproject

























BOBO直播安卓版下载_bobo直播二维码_博博直播下载 

江晓峰嗯了一声,道:“在下虽然跟随蓝夫人学了很多武功,但却一直未看清楚她的形貌。她为人十分严肃,而且她的声音,也给人一种冷厉的感觉,使晚辈一直不敢抬头瞧她一眼。”
蓝家凤粉颊上,陡然升飞起两片红晕,缓缓垂下头去。绝世玉容,再加上三分娇羞,更显得风情撩人。
他说的声音不大,但却如骤发春雷,全场中人都起一阵惊栗的骚动。
史天灏虽然看得十分清楚,但因身着厚重的橡皮衣服,运转极不灵活,但觉胸前如受千钧铁锤一击,再也拿不住桩,退了四五步,一屁股坐在地上。
只见船舱一角,坐着一个白衣丽人,柳眉凤目,神情庄严,正是白玉仙。
BOBO直播安卓版下载_bobo直播二维码_博博直播下载 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


[EPEL-devel] Re: Thoughts: epel-release auto-enable crb repo

2022-06-13 Thread Josh Boyer
On Sun, Jun 12, 2022 at 6:50 AM Sérgio Basto  wrote:
>
> On Sun, 2022-06-05 at 00:54 +0200, Neal Gompa wrote:
> > Let me start with examples that I get *regularly*: Pagure fails to
> > install from EPEL on RHEL/CentOS/Alma/etc. because python3-markdown
> > is
> > not available. KDE Plasma fails to install because of a mass of
> > missing dependencies.
>
> if epel use  crb to build some package, crb should be enabled when we
> install epel repo, yes , that is my opinion

If the dependency is only needed at build time, which is what CRB
content is intended for, then there is no reason to default to having
CRB enabled because nothing will be installed from CRB anyway.  The
issue that people are running into is that EPEL packages have
developed *runtime* dependencies on CRB content.  For a subset of
users, that is probably fine.  However, if a package needs something
at runtime it would be better to first inquire about putting that
dependency in BaseOS or AppStream rather than just blindly using it
from CRB.

josh
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


警察龙保全文阅读王劲_警察被体育生的jb征服_征服帅警察晏志武

2022-06-13 Thread wwwww wwwww
警察龙保全文阅读王劲_警察被体育生的jb征服_征服帅警察晏志武 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Q1tOvq.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Q1tOvq.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Q1tOvq.h656y.top/#fedoraproject

























警察龙保全文阅读王劲_警察被体育生的jb征服_征服帅警察晏志武 
右掌一翻,自向天灵穴上拍去。江晓峰急急叫道:“秦兄住手。”
不待白玉仙再说下去,肖寒月自己接道:
“困难?什么困难?”店家一脸迷惑地说;“想我阿牛上无父母,中无兄弟,下面嘛!老婆还不知在哪里?当然更无子女了。”
公孙成前行一步,迎了上去,伸手扶着那老人,低声说道:“闵兄。”
张岚道:
警察龙保全文阅读王劲_警察被体育生的jb征服_征服帅警察晏志武 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


高中生姐妹同欢小说_婆媳共享一夫_祖孙三代都收的小说

2022-06-13 Thread wwwww wwwww
高中生姐妹同欢小说_婆媳共享一夫_祖孙三代都收的小说 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://AzlSTp.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://AzlSTp.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://AzlSTp.h656y.top/#fedoraproject

























高中生姐妹同欢小说_婆媳共享一夫_祖孙三代都收的小说 
黑衣人道:“就算那蓝夫人确然告诉了你对付十二金钗的办法,但我若是杀了你,岂不是永绝后患么?”
白天平略一沉吟,大步行到闻钟道长身侧,道:“道长,准备如何处置在下?”
斩情女道:“能互通消息吗?”
他猛吸一口真气,天神般迎了上去。
呼延啸摇摇手,道:孩子,你快坐下,不要大激动,令堂告诉我你身上的紫痣,自然是有她的用心?“
高中生姐妹同欢小说_婆媳共享一夫_祖孙三代都收的小说 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


女儿的诱惑小说章节_女儿的诱惑电影在线观看_继女的诱惑

2022-06-13 Thread wwwww wwwww
女儿的诱惑小说章节_女儿的诱惑电影在线观看_继女的诱惑 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://34Gowd.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://34Gowd.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://34Gowd.h656y.top/#fedoraproject

























女儿的诱惑小说章节_女儿的诱惑电影在线观看_继女的诱惑 
天侯老人道:“不会,除非他们死了,只要有一口气,他们都会赶来。”
矮方朔冷哼一声道:“如此最好,我矮子自信以一双肉掌,可接你百合。”右手一顿虎头铁杖,铮然声响,杖头没入石头中数寸。
只听陶玉格格一笑,道:“恭敬不如从命。”举起手中金环剑,缓缓向场梦寰刺了过去。

余栖霞看他惶急之情,溢于言表之间,芳心中十分感动,琵琶交到左手,右手从怀中取出一方绢帕,擦去脸上泪水,笑道:“我想起爹娘和惨死在巴东的哥哥,忍不住一腔辛酸,所以哭了起来……”
陶玉呆了一呆,怒道:“杨梦寰,纵然今夜沈霞琳随你泉下,可是还有一个李瑶红活在世上,我也不会放过她……”
女儿的诱惑小说章节_女儿的诱惑电影在线观看_继女的诱惑 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


蝴蝶直播最新_蝴蝶影院下载安装_2020年蝴蝶直播

2022-06-13 Thread wwwww wwwww
蝴蝶直播最新_蝴蝶影院下载安装_2020年蝴蝶直播 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://hm4dHV.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://hm4dHV.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://hm4dHV.h656y.top/#fedoraproject

























蝴蝶直播最新_蝴蝶影院下载安装_2020年蝴蝶直播 
商玉朗道:“昔日他随蓝大侠闯荡江湖,会过不少高人,手下十分扎硬,这些人再闹下去,只怕要出事情。”
“喔!”一言惊醒梦中人,范光辉一点即透,他意会了,摇橹一搁,随即纵身而卜。
蓝府门外,只留下马荣和两个背插刀的大汉,仍然站在烈日之下等候。
何玉霜很用心的听着,听完之后,才缓缓说道:“你怎么不早些背给我听呢?”
正因如此,她的攻势也特别的快速凌厉。看上去,像一个在空中滚动的圆球。
蝴蝶直播最新_蝴蝶影院下载安装_2020年蝴蝶直播 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


亚洲granny70 60 视频_中国granny60_我40岁妇女一夜8次

2022-06-13 Thread wwwww wwwww
亚洲granny70 60 视频_中国granny60_我40岁妇女一夜8次 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Yfa60H.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Yfa60H.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://Yfa60H.h656y.top/#fedoraproject

























亚洲granny70 60 视频_中国granny60_我40岁妇女一夜8次 

他知梦寰心地一向纯厚,骤闻霞琳之言,惊震甚大,对伤势有害无益,他愈是激动,伤势恶化愈快,只怕他清醒之后,又要追问霞琳,故而出言相责,使他能暂时抑制住激动心情。
谈话之间,闻得一阵急促的步覆声,传了过来。蓝衫人摇摇手,示意几人不可轻举妄动,自己却缓步出室。只见一个腰系红带的武士,快步行了过来。
这两个人影一个跌坐在地.一个蹲蹬一旁,那正是“沙弥”清心,那正是“文判”江彬!
进入壁间暗门,是一条甬道。行约十余丈远,转入一座密室。此室四周无窗,但却没有气闷之感,显然,是经过精密设计的建筑。木案上,高燃着两支火烛。
忖思之间,突然闻衣袂飘风之声,屋面上跃落下三个黑衣大汉。
亚洲granny70 60 视频_中国granny60_我40岁妇女一夜8次 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


HornyGirls69_hornygirl梅麻吕_hornygirl是什么意思

2022-06-13 Thread wwwww wwwww
HornyGirls69_hornygirl梅麻吕_hornygirl是什么意思 


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://OLcDlM.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://OLcDlM.h656y.top/#fedoraproject


❤❤女-人-勿-进,男-人-你-懂-了-吧。且撸且珍精 http://OLcDlM.h656y.top/#fedoraproject

























HornyGirls69_hornygirl梅麻吕_hornygirl是什么意思 
哪知事有凑巧,玉灵子认为朱若兰一番话,伤了他一派掌门宗师的身份,把一腔忿怒之气,迁怒到梦寰身上,而以昆仑派掌门的身份,把梦寰逐出昆仑门墙……
沈霞琳心中对陶玉之恨,有如刺骨椎心,看这人形似陶玉,激起心中暗藏之恨,长剑狠招频施,招招都是致命的攻势。
尤五奇道:“这是必然之事。”
王修默察车轮痕迹,进入了林中,正待举步入林,突闻内院阵笑声传来,道:“几位刚到么?
这一招,快速、桅异兼而有之。
HornyGirls69_hornygirl梅麻吕_hornygirl是什么意思 
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


  1   2   >