[JANITOR] Duplicate directory ownership cleanups

Jussi Lehtola jussilehtola at fedoraproject.org
Fri Jun 26 16:29:04 UTC 2009


On Fri, 2009-06-26 at 18:07 +0200, Iain Arnell wrote:
> okay, not actually broken, but this is definitely messing with (some
> of the) perl structure (and perl-DBIx-Class-EncodedColumn already
> requires perl-DbIx-Class). What gives?
> 
> diff -u -p -r1.1 -r1.2
> --- perl-DBIx-Class-EncodedColumn.spec  10 May 2009 06:54:10 -0000      1.1
> +++ perl-DBIx-Class-EncodedColumn.spec  26 Jun 2009 09:12:21 -0000      1.2
> @@ -1,6 +1,6 @@
>  Name:           perl-DBIx-Class-EncodedColumn
>  Version:        0.00002
> -Release:        1%{?dist}
> +Release:        2%{?dist}
>  Summary:        Automatically encode columns
>  License:        GPL+ or Artistic
>  Group:          Development/Libraries
> @@ -55,10 +55,13 @@ rm -rf $RPM_BUILD_ROOT
>  %files
>  %defattr(-,root,root,-)
>  %doc Changes README
> -%{perl_vendorlib}/*
> +%{perl_vendorlib}/DBIx/Class/*
>  %{_mandir}/man3/*

This was clearly a duplicate ownership issue which spot dealt with
correctly. perl-DBIx-Class already owns
 %{perl_vendorlib}/DBIx/Class/
and thus there is no need for perl-DBIx-Class-EncodedColumn to own the
directory since it requires perl-DBIx-Class (which owns the directory).
-- 
Jussi Lehtola
Fedora Project Contributor
jussilehtola at fedoraproject.org




More information about the fedora-devel-list mailing list