No problem Marco. I definitely don't want to block ARM builds. I'm going to set the devel project for this package to devel:security:mssf so there's no question in the future.
That said, please use the devel:security:mssf sandbox for continued MSSF development. Thanks, Ryan On 3/30/11 4:04 AM, "Marko Saukko" <[email protected]> wrote: >Submitted SR#15490. Sorry for bypassing the devel:security:mssf, but we >need this patch to get in because it was blocking arm builds and >devel:security:mssf was already in version 2.0.1 which I though wasn't >going to be promoted to T:T soon as it has API breaking changes and >other parts were not ready. > >Regards, >Marko > >On 03/28/2011 10:04 PM, Ryan Ware wrote: >> Please only submit libsmack from the devel:security:mssf sandbox in the >> future. Can you submit this change there? >> >> Ryan >> >> On 03/24/2011 12:03 PM, Marko Saukko wrote: >>> Hi, >>> I have made the following changes to libsmack in project >>> Trunk:Testing. Please review and accept ASAP. >>> >>> Thank You, >>> Marko Saukko >>> >>> [This message was auto-generated] >>> >>> --- >>> >>> Request #15168: >>> >>> submit: home:marko.saukko:branches:Trunk:Testing/libsmack(r3)(cleanup) >>> -> Trunk:Testing/libsmack >>> >>> >>> Message: >>> This submit fixes the current blocker for armv7hl image creation. >>> >>> * Thu Mar 24 2011 Marko Saukko<[email protected]> - 2.0.0 >>> - Adding documentation package to libsmack to fix build issues where >>> some systems have doxygen and some not (BMC#14884). >>> >>> State: new 2011-03-24T12:03:29 marko.saukko >>> Comment: None >>> >>> >>> >>> changes files: >>> -------------- >>> --- libsmack.changes >>> +++ libsmack.changes >>> @@ -0,0 +1,4 @@ >>> +* Thu Mar 24 2011 Marko Saukko<[email protected]> - 2.0.0 >>> +- Adding documentation package to libsmack to fix build issues where >>> + some systems have doxygen and some not (BMC#14884). >>> + >>> >>> spec files: >>> ----------- >>> --- libsmack.spec >>> +++ libsmack.spec >>> @@ -1,6 +1,6 @@ >>> # >>> # Do NOT Edit the Auto-generated Part! >>> -# Generated by: spectacle version 0.21 >>> +# Generated by: spectacle version 0.22 >>> # >>> #>> macros >>> #<< macros >>> @@ -16,9 +16,10 @@ >>> Source100: libsmack.yaml >>> Requires(post): /sbin/ldconfig >>> Requires(postun): /sbin/ldconfig >>> +BuildRequires: pkgconfig(check) >>> BuildRequires: libattr-devel >>> BuildRequires: uthash-devel >>> -BuildRequires: check-devel >>> +BuildRequires: doxygen >>> >>> >>> %description >>> @@ -32,7 +33,17 @@ >>> Requires: %{name} = %{version}-%{release} >>> >>> %description devel >>> -Description: %{summary} >>> +Development headers for SMACK userland tools. >>> + >>> + >>> +%package docs >>> +Summary: Documentation for SMACK userland tools >>> +Group: Development/Libraries >>> +Requires: %{name} = %{version}-%{release} >>> + >>> +%description docs >>> +Documentation for SMACK userland tools. >>> + >>> >>> >>> %prep >>> @@ -69,6 +80,9 @@ >>> >>> >>> >>> + >>> + >>> + >>> %files >>> %defattr(-,root,root,-) >>> #>> files >>> @@ -84,3 +98,9 @@ >>> %{_includedir}/sys/smack.h >>> #<< files devel >>> >>> +%files docs >>> +%defattr(-,root,root,-) >>> +#>> files docs >>> +%{_docdir}/libsmack/libsmack-doxygen-*.tar.gz >>> +#<< files docs >>> + >>> >>> other changes: >>> -------------- >>> >>> ++++++ libsmack.yaml >>> --- libsmack.yaml >>> +++ libsmack.yaml >>> @@ -9,13 +9,21 @@ >>> - libsmack-%{version}.tar.bz2 >>> Description: | >>> These are the userland libraries and tools for SMACK. >>> - >>> +PkgConfigBR: >>> + - check >>> PkgBR: >>> - libattr-devel >>> - uthash-devel >>> - - check-devel >>> + - doxygen >>> Configure: reconfigure >>> SubPackages: >>> - Name: devel >>> Summary: Development files for SMACK userland tools >>> Group: Development/Libraries >>> + Description: | >>> + Development headers for SMACK userland tools. >>> + - Name: docs >>> + Summary: Documentation for SMACK userland tools >>> + Group: Development/Libraries >>> + Description: | >>> + Documentation for SMACK userland tools. >>> >>> _______________________________________________ >>> MeeGo-commits mailing list >>> [email protected] >>> http://lists.meego.com/listinfo/meego-commits >>> >> >> _______________________________________________ >> MeeGo-packaging mailing list >> [email protected] >> http://lists.meego.com/listinfo/meego-packaging > _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
