I have made the following changes intended for : CE:Adaptation:x86-generic / grubby
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/7657 Thank You, Marko Saukko [This message was auto-generated] --- Request # 7657: Messages from BOSS: State: review at 2013-01-11T23:19:22 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sage:branches:CE:Adaptation:x86-generic / grubby -> CE:Adaptation:x86-generic / grubby changes files: -------------- --- grubby.changes +++ grubby.changes @@ -0,0 +1,3 @@ +* Sat Jan 12 2013 Marko Saukko <[email protected]> - 7.0.8 +- Update packaging + old: ---- Makefile spec files: ----------- --- grubby.spec +++ grubby.spec @@ -1,11 +1,13 @@ # -# Do not Edit! Generated by: -# spectacle version 0.18 +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 # + +Name: grubby + # >> macros # << macros -Name: grubby Summary: Command line tool for updating bootloader configs Version: 7.0.8 Release: 1 @@ -21,9 +23,7 @@ Patch4: grubby_add_kboot.patch BuildRequires: pkgconfig(blkid) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig -BuildRequires: popt-devel - +BuildRequires: pkgconfig(popt) %description grubby is a command line tool for updating and displaying information about @@ -34,7 +34,6 @@ - %prep %setup -q -n %{name}-%{version} @@ -60,6 +59,7 @@ # >> build post # << build post + %install rm -rf %{buildroot} # >> install pre @@ -70,10 +70,6 @@ # << install post - - - - %files %defattr(-,root,root,-) # >> files @@ -83,5 +79,3 @@ /sbin/grubby %doc %{_mandir}/man8/grubby.8* # << files - - other changes: -------------- ++++++ grubby.yaml --- grubby.yaml +++ grubby.yaml @@ -23,8 +23,6 @@ PkgConfigBR: - blkid - glib-2.0 -PkgBR: - - pkgconfig - - popt-devel + - popt Configure: none Builder: make ++++++ deleted files: --- Makefile
