Unity Linux rpm repos

2009-11-19 Thread Matthew Dawkins
Jeff, Per your request on the IRC channel. You find several channels in each architecture directory, but the unity directory is the main directory that contains the base packages for the distro. ftp://distro.ibiblio.org/pub/linux/distributions/unity/repo/2009/i586

Specfile query outputs error messages for missing patches

2009-11-25 Thread Matthew Dawkins
rpm -q --specfile F/zsh.spec error: File /home/unity/src/rpm/SOURCES/zsh-4.3.10-man_lzma.patch: No such file or directory error: File /home/unity/src/rpm/SOURCES/zsh-4.3.10-fix_accept_menu_selection.patch: No such file or directory error: File

Re: Specfile query outputs error messages for missing patches

2009-11-26 Thread Matthew Dawkins
On Wed, Nov 25, 2009 at 7:23 PM, Jeff Johnson n3...@mac.com wrote: On Nov 25, 2009, at 8:54 PM, Matthew Dawkins wrote: rpm -q --specfile F/zsh.spec error: File /home/unity/src/rpm/SOURCES/zsh-4.3.10-man_lzma.patch: No such file or directory error: File /home/unity/src/rpm/SOURCES/zsh

Re: Specfile query outputs error messages for missing patches

2009-11-26 Thread Matthew Dawkins
On Thu, Nov 26, 2009 at 8:41 AM, Jeff Johnson n3...@mac.com wrote: On Nov 26, 2009, at 9:41 AM, Matthew Dawkins wrote: But look at what the original bug report says. Shouldn't the missing sources also show up in the errors if that is the correct logic? I did (and have) looked. The bug

Re: Specfile query outputs error messages for missing patches

2009-11-26 Thread Matthew Dawkins
On Thu, Nov 26, 2009 at 11:13 AM, Jeff Johnson n3...@mac.com wrote: On Nov 26, 2009, at 11:42 AM, Matthew Dawkins wrote: Ohh sorry, I thought that was clear. I would prefer to not have it show the errors. The query is handy to list what packages are to be built from a specfile, but I

filetriggers patches for Unity Linux

2010-01-06 Thread Matthew Dawkins
Jeff, David Smid from Unity Linux recently patched two bugs around filetriggers that fixes the . - added extra_nl_chars_in_patterns_and_filenames patch see http://issues.unity-linux.org/index.php?do=detailstask_id=281 - added trigger_cannot_be_applied_to_multiple_files patch see

trace frpm libPropList

2010-02-15 Thread Matthew Dawkins
trace.lst.xz Description: application/xz

exclude behavior

2010-05-24 Thread Matthew Dawkins
Jeff, Look in the spec for rpm5 exclude behavior and then also the commented out #exclude in the %files section That is commonly what is done to stay compatible with mdv or pclos specfiles. Matt

Re: ordering issues

2011-01-12 Thread Matthew Dawkins
On Wed, Jan 12, 2011 at 1:38 PM, Per Øyvind Karlsen pkarl...@rpm5.orgwrote: I've run into some ordering issues installing into a fresh chroot: installing findutils-4.5.9-1mdv2011.0.i586.rpm nss_tcb-1.0.6-0mdv2011.0.i586.rpm cracklib-dicts-2.8.16-2mdv2011.0.i586.rpm

Re: ordering issues

2011-01-13 Thread Matthew Dawkins
On Thu, Jan 13, 2011 at 7:10 AM, Jeff Johnson n3...@mac.com wrote: On Jan 13, 2011, at 8:49 AM, Jeff Johnson wrote: Well, I dunno at which time it might've changed, but with rpm 4.6 Requires(pre,prein,post,postun): were sorted to be ordered before Requires:, which is something the

Re: ordering issues

2011-01-13 Thread Matthew Dawkins
On Thu, Jan 13, 2011 at 9:02 AM, Jeff Johnson n3...@mac.com wrote: On Jan 13, 2011, at 10:04 AM, Matthew Dawkins wrote: Per, You know what I'd like to see is a list of the ordering done by rpm.organd the ordering done by rpm5. In my past experience going thru and eliminating the loops

distepoch problem with latest snapshot of 5.2

2011-01-14 Thread Matthew Dawkins
I recently updated my snapshot of 5.2 to build around a perl upgrade to 5.12.2, but I didn't expect any problems really. Well pkgs that have requires like the following: Provides: libpq = %{version}-%{release} now also have this half distepoch after it :2011.1 made with a newer rpm5.2 snapshot

Re: distepoch problem with latest snapshot of 5.2

2011-01-25 Thread Matthew Dawkins
On Fri, Jan 14, 2011 at 11:05 AM, Matthew Dawkins matty...@gmail.comwrote: I recently updated my snapshot of 5.2 to build around a perl upgrade to 5.12.2, but I didn't expect any problems really. Well pkgs that have requires like the following: Provides: libpq = %{version}-%{release} now

Re: distepoch problem with latest snapshot of 5.2

2011-01-25 Thread Matthew Dawkins
On Tue, Jan 25, 2011 at 10:18 AM, Jeff Johnson n3...@mac.com wrote: On Jan 25, 2011, at 12:08 PM, Matthew Dawkins wrote: On Fri, Jan 14, 2011 at 11:05 AM, Matthew Dawkins matty...@gmail.comwrote: I recently updated my snapshot of 5.2 to build around a perl upgrade to 5.12.2, but I didn't

Re: distepoch problem with latest snapshot of 5.2

2011-01-25 Thread Matthew Dawkins
On Tue, Jan 25, 2011 at 11:14 AM, Jeff Johnson n3...@mac.com wrote: On Jan 25, 2011, at 12:52 PM, Matthew Dawkins wrote: Unity != Mandriva The problem for Unity was that smart doesn't support it, nor does createrepo (i'm guessing) There's nothing to support with smart

Re: distepoch problem with latest snapshot of 5.2

2011-01-25 Thread Matthew Dawkins
On Tue, Jan 25, 2011 at 12:06 PM, Jeff Johnson n3...@mac.com wrote: On Jan 25, 2011, at 1:42 PM, Matthew Dawkins wrote: On Tue, Jan 25, 2011 at 11:14 AM, Jeff Johnson n3...@mac.com wrote: On Jan 25, 2011, at 12:52 PM, Matthew Dawkins wrote: Unity != Mandriva The problem

first try at rpm 5.3.8

2011-02-08 Thread Matthew Dawkins
Ok this is my first attempt at building a chroot with rpm-5.3.8-0.20110125.3. #Error after the basesystem + smart installed rpmdb: unrecognized name-value pair: set_create_dir error: db4 error(22) from dbenv-open: Invalid argument rpmdb: unrecognized name-value pair: set_create_dir error: db4

Re: first try at rpm 5.3.8

2011-02-09 Thread Matthew Dawkins
On Wed, Feb 9, 2011 at 6:51 AM, Matthew Dawkins matty...@gmail.com wrote: On Tue, Feb 8, 2011 at 9:22 PM, Jeff Johnson n3...@mac.com wrote: On Feb 8, 2011, at 10:32 PM, Matthew Dawkins wrote: Ok this is my first attempt at building a chroot with rpm-5.3.8-0.20110125.3. #Error after

Announcing the release of rpm-5.3.9-0.20110401.src.rpm

2011-04-02 Thread Matthew Dawkins
tagged and the next snapshot release at the beginning of May will be the first 5.3.10 release. Tick tock. Changelog http://rpm5.org/cvs/fileview?f=rpm/CHANGESv=1.3296.2.197 Enjoy and please report back any errors and problems. Regards, Matthew Dawkins Unity Linux/Rpm5 Also if you are wondering

Announcing the release of rpm-5.3.10-0.20110502.src.rpm

2011-05-02 Thread Matthew Dawkins
-devel@rpm5.org Regards, Matthew Dawkins Unity Linux/Rpm5/Cooker Contributor Also if you are wondering how to extract the tarball from the src.rpm, please try the following: rpm2cpio rpm-5.x.x-0.DATE.src.rpm | cpio -dim

Re: [CVS] RPM: rpm-5_3: rpm/ CHANGES rpm/macros/ openmamba.in

2011-05-06 Thread Matthew Dawkins
On Fri, May 6, 2011 at 9:11 AM, Jason Corley jason.cor...@gmail.com wrote: On Fri, May 6, 2011 at 10:41 AM, Matthew Dawkins mdawk...@rpm5.org wrote: +%_repackage_diri %{_var}/tmp is the trailing i on the macro a typo or intentional? Jason

Building beecrypt for mdv/UL arm and underlinking patch

2011-06-04 Thread Matthew Dawkins
Hello all, Building the newest beecrypt 4.2.1 for the Mandriva based Unity Linux port of the armv5te platform has been somewhat problematic with the strict ld build flags of -Wl,--as-needed. Not quite sure why the problem hasn't been seen be for with building beecrypt for x86 and x86_64 arches,

Possible paper discussion for FOSDEM or anywhere else...

2011-12-09 Thread Matthew Dawkins
This is a Work-In-Progress for an idea that I have and it ties in several things I have seen lately with packaging and distro bloat over time. Distro Liposuction https://docs.google.com/document/d/16GR8YMRrnfJMuJf0FDOyZYTslGOsVeN5KRBOqjoxXyY/edit Comments and participation welcome.

Announcing the release of rpm-5.4.8-0.20120401.src.rpm

2012-04-01 Thread Matthew Dawkins
the development timeline here: http://rpm5.org/cvs/timeline Enjoy and please report back any errors, problems and localized changes for the procedure. Regards, Matthew Dawkins Unity Linux/RPM5 Release Manager/Mandriva Contributor

Announcing the release of rpm-5.4.9-0.20120508.src.rpm

2012-05-08 Thread Matthew Dawkins
the development timeline here: http://rpm5.org/cvs/timeline Enjoy and please report back any errors and problems. Regards, Matthew Dawkins Unity Linux/RPM5 Release Manager/Mandriva Contributor

Re: Fix neon saving error pages as target file

2013-08-29 Thread Matthew Dawkins
Idk if this an official item on the ROADMAP, but having support for 30+ diff redirects in RPMIO would be a nice feature, useful to us hobbyists. Especial redirects from sourceforge or googlecode. Regards, Matt On Mon, Aug 26, 2013 at 5:23 PM, Jeffrey Johnson n3...@me.com wrote: On Aug 26,

Re: Update brp-compress with support for xz/lzma compression

2013-08-29 Thread Matthew Dawkins
Honestly, this is kinda arrogant reply. Why deem what is appropriate based on what Fedora does? It seems that Fedora allows poor pkging if you have to fix explicit suffixes with *. What happened to have it your own way? On Mon, Aug 26, 2013 at 4:43 PM, Jeffrey Johnson n3...@me.com wrote: No

Fwd: Packaging Macros

2015-11-11 Thread Matthew Dawkins
the atk1.0.spec and the perl.spec to see the macros used. Regards, Matthew Dawkins perlbuild.macros Description: Binary data pkgbuild.macros Description: Binary data %define threading 1 %define debugging 0 %if %{threading} %define thread_arch -thread-multi %endif %define full_arch %{_arch}-%{_os