rpms/grubby/devel grubby.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeremy Katz katzj at fedoraproject.org
Wed Jun 24 18:20:39 UTC 2009


Author: katzj

Update of /cvs/pkgs/rpms/grubby/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13585/devel

Modified Files:
	.cvsignore sources 
Added Files:
	grubby.spec import.log 
Log Message:
Import first version split out from mkinitrd



--- NEW FILE grubby.spec ---
Name: grubby
Version: 7.0
Release: 1%{?dist}
Summary: Command line tool for updating bootloader configs
Group: System Environment/Base
License: GPLv2+
URL: http://git.fedorahosted.org/git/grubby.git
# we only pull git snaps at the moment
# git clone git://git.fedorahosted.org/git/grubby.git
# git archive --format=tar --prefix=grubby-%{version}/ HEAD |bzip2 > grubby-%{version}.tar.bz2
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig glib2-devel popt-devel 
BuildRequires: libblkid-devel

%description
grubby  is  a command line tool for updating and displaying information about 
the configuration files for the grub, lilo, elilo (ia64),  yaboot (powerpc)  
and zipl (s390) boot loaders. It is primarily designed to be used from scripts
which install new kernels and need to find information about the current boot 
environment.

%prep
%setup -q


%build
make %{?_smp_mflags}

%check
make test

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING
/sbin/installkernel
/sbin/new-kernel-pkg
/sbin/grubby
%{_mandir}/man8/grubby.8*


%changelog
* Wed Jun 24 2009 Jeremy Katz <katzj at redhat.com> - 7.0-1
- BR libblkid-devel now instead of e2fsprogs-devel
- Add bits to switch to using dracut for new-kernel-pkg

* Wed Jun  3 2009 Jeremy Katz <katzj at redhat.com> - 6.0.86-2
- add instructions for checking out from git

* Tue Jun  2 2009 Jeremy Katz <katzj at redhat.com> - 6.0.86-1
- initial build after splitting out from mkinitrd



--- NEW FILE import.log ---
grubby-7_0-1_fc11:HEAD:grubby-7.0-1.fc11.src.rpm:1245867195


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/grubby/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Jun 2009 19:32:26 -0000	1.1
+++ .cvsignore	24 Jun 2009 18:20:08 -0000	1.2
@@ -0,0 +1 @@
+grubby-7.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/grubby/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Jun 2009 19:32:26 -0000	1.1
+++ sources	24 Jun 2009 18:20:08 -0000	1.2
@@ -0,0 +1 @@
+6c2fe5d01dc392abb8d05d43fc79416a  grubby-7.0.tar.bz2




More information about the fedora-extras-commits mailing list