rpms/mkbootdisk/devel .cvsignore, 1.10, 1.11 mkbootdisk.spec, 1.27, 1.28 sources, 1.11, 1.12

Štěpán Kasal kasal at fedoraproject.org
Fri Jan 15 15:51:17 UTC 2010


Author: kasal

Update of /cvs/extras/rpms/mkbootdisk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21161

Modified Files:
	.cvsignore mkbootdisk.spec sources 
Log Message:
- do not require dosfstools nor mkinitrd; tey are not needed for --iso
- Resolves: 549098, #549099
- various cosmetic changes
- drop obsolete conflicts tag
- better buildroot


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mkbootdisk/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	1 Oct 2009 16:58:56 -0000	1.10
+++ .cvsignore	15 Jan 2010 15:51:17 -0000	1.11
@@ -1 +1 @@
-mkbootdisk-1.5.4.tar.xz
+mkbootdisk-1.5.5.tar.xz


Index: mkbootdisk.spec
===================================================================
RCS file: /cvs/extras/rpms/mkbootdisk/devel/mkbootdisk.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- mkbootdisk.spec	1 Oct 2009 16:58:56 -0000	1.27
+++ mkbootdisk.spec	15 Jan 2010 15:51:17 -0000	1.28
@@ -1,23 +1,19 @@
 Summary: Creates a boot floppy disk for booting a system.
 Name: mkbootdisk
-Version:  1.5.4
+Version:  1.5.5
 Release: 1%{?dist}
-# No version specified, only attribution is included spec file.
-License: GPL+
+License: GPLv2+
 Group: System Environment/Base
 Source: mkbootdisk-%{version}.tar.xz
 ExclusiveOs: Linux
 ExclusiveArch: %{ix86} sparc x86_64
-Requires: mkinitrd dosfstools
-%ifnarch sparc
+# requires (dracut or mkinitrd) and (genisoimage or dosfstools)
+%ifnarch sparc sparc64
 Requires: syslinux
-%endif
-Conflicts: modutils < 2.3.11-5
-%ifarch sparc
+%else
 Requires: silo genromfs
 %endif
-Conflicts: mkinitrd <= 3.4.2
-BuildRoot: /var/tmp/%{name}-root
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %description
 The mkbootdisk program creates a standalone boot floppy disk for
@@ -42,6 +38,13 @@ rm -rf $RPM_BUILD_ROOT
 %attr(644,root,root) %{_mandir}/man8/mkbootdisk.8*
 
 %changelog
+* Fri Jan 15 2010 Stepan Kasal <skasal at redhat.com> - 1.5.5-1
+- do not require dosfstools nor mkinitrd; tey are not needed for --iso
+- Resolves: 549098, #549099
+- various cosmetic changes
+- drop obsolete conflicts tag
+- better buildroot
+
 * Thu Oct  1 2009 Stepan Kasal <skasal at redhat.com> - 1.5.4-1
 - syslinux image changed (#506181)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mkbootdisk/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	1 Oct 2009 16:58:56 -0000	1.11
+++ sources	15 Jan 2010 15:51:17 -0000	1.12
@@ -1 +1 @@
-6494ddde2869f1340390289bf163e2c4  mkbootdisk-1.5.4.tar.xz
+9c9d011a0d42700c18246ca86db70f68  mkbootdisk-1.5.5.tar.xz



More information about the scm-commits mailing list