diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120426 | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120426')
6 files changed, 114 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120426/ad606d76/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20120426/ad606d76/attachment-0001.html new file mode 100644 index 000000000..1e7ff24d5 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120426/ad606d76/attachment-0001.html @@ -0,0 +1,9 @@ +<p>Ping<br> +Le 25 avr. 2012 08:26, "John Balcaen" <<a href="mailto:mikala@mageia.org">mikala@mageia.org</a>> a écrit :<br> +><br> +> Could you please push knetworkmanager ?<br> +> This new version fix a missing requires for the openconnect module ( mga #5601 )<br> +><br> +> Regards,<br> +></p> +<p>Ping?</p> diff --git a/zarb-ml/mageia-dev/attachments/20120426/ad606d76/attachment.html b/zarb-ml/mageia-dev/attachments/20120426/ad606d76/attachment.html new file mode 100644 index 000000000..1e7ff24d5 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120426/ad606d76/attachment.html @@ -0,0 +1,9 @@ +<p>Ping<br> +Le 25 avr. 2012 08:26, "John Balcaen" <<a href="mailto:mikala@mageia.org">mikala@mageia.org</a>> a écrit :<br> +><br> +> Could you please push knetworkmanager ?<br> +> This new version fix a missing requires for the openconnect module ( mga #5601 )<br> +><br> +> Regards,<br> +></p> +<p>Ping?</p> diff --git a/zarb-ml/mageia-dev/attachments/20120426/b363f785/attachment-0001.html b/zarb-ml/mageia-dev/attachments/20120426/b363f785/attachment-0001.html new file mode 100644 index 000000000..1f1e35145 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120426/b363f785/attachment-0001.html @@ -0,0 +1,12 @@ +<div class="gmail_extra"><div class="gmail_quote">2012/4/26 simple w8 <span dir="ltr"><<a href="mailto:simplew8@gmail.com" target="_blank">simplew8@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> +2012/4/26 Thomas Backlund <<a href="mailto:tmb@mageia.org">tmb@mageia.org</a>>:<br> +<div><div class="h5">> simple w8 skrev 26.4.2012 08:33:<br> +><br> +>> Hi,<br> +>><br> +>> Since kernel-3.3.3 was installed and every time i run it, the machine<br> +>> detects much less wifi networks that running any other kernel.<br> +>> Some is limiting the wifi antenna with this kernel-3.3.3.<br> +><br> +><br></div></div></blockquote><div><br></div><div>I have had the same problem, draknetcenter was configured with a wrong contry. I change this and everything went in order.</div><div><br></div><div>-> go to draknetcenter, then advanced parameter and change your country.</div> +</div></div> diff --git a/zarb-ml/mageia-dev/attachments/20120426/b363f785/attachment.html b/zarb-ml/mageia-dev/attachments/20120426/b363f785/attachment.html new file mode 100644 index 000000000..1f1e35145 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120426/b363f785/attachment.html @@ -0,0 +1,12 @@ +<div class="gmail_extra"><div class="gmail_quote">2012/4/26 simple w8 <span dir="ltr"><<a href="mailto:simplew8@gmail.com" target="_blank">simplew8@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> +2012/4/26 Thomas Backlund <<a href="mailto:tmb@mageia.org">tmb@mageia.org</a>>:<br> +<div><div class="h5">> simple w8 skrev 26.4.2012 08:33:<br> +><br> +>> Hi,<br> +>><br> +>> Since kernel-3.3.3 was installed and every time i run it, the machine<br> +>> detects much less wifi networks that running any other kernel.<br> +>> Some is limiting the wifi antenna with this kernel-3.3.3.<br> +><br> +><br></div></div></blockquote><div><br></div><div>I have had the same problem, draknetcenter was configured with a wrong contry. I change this and everything went in order.</div><div><br></div><div>-> go to draknetcenter, then advanced parameter and change your country.</div> +</div></div> diff --git a/zarb-ml/mageia-dev/attachments/20120426/c17a395f/attachment-0001.ksh b/zarb-ml/mageia-dev/attachments/20120426/c17a395f/attachment-0001.ksh new file mode 100644 index 000000000..0cf3733b7 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120426/c17a395f/attachment-0001.ksh @@ -0,0 +1,36 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +my $version; + +# Given a list of filenames on the command line or on stdin this +# script returns the rpm-helper minimal version needed to handle them + +if (@ARGV) { + foreach (@ARGV) { + process_file($_); + } +} else { + # notice we are passed a list of filenames NOT as common in unix the + # contents of the file. + foreach (<>) { + process_file($_); + } +} + +if ($version) { + print "Requires(post): rpm-helper >= $version\n"; + print "Requires(preun): rpm-helper >= $version\n"; + +} + +sub process_file { + my ($file) = @_; + + return unless -f $file; + return unless $file =~ m{/lib/systemd/system/\S+\.service$}; + + $version = "0.24.8"; +}
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20120426/c17a395f/attachment.ksh b/zarb-ml/mageia-dev/attachments/20120426/c17a395f/attachment.ksh new file mode 100644 index 000000000..0cf3733b7 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120426/c17a395f/attachment.ksh @@ -0,0 +1,36 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +my $version; + +# Given a list of filenames on the command line or on stdin this +# script returns the rpm-helper minimal version needed to handle them + +if (@ARGV) { + foreach (@ARGV) { + process_file($_); + } +} else { + # notice we are passed a list of filenames NOT as common in unix the + # contents of the file. + foreach (<>) { + process_file($_); + } +} + +if ($version) { + print "Requires(post): rpm-helper >= $version\n"; + print "Requires(preun): rpm-helper >= $version\n"; + +} + +sub process_file { + my ($file) = @_; + + return unless -f $file; + return unless $file =~ m{/lib/systemd/system/\S+\.service$}; + + $version = "0.24.8"; +}
\ No newline at end of file |