rpms/parted/devel parted-1.8.6-noinst-headers.patch, NONE, 1.1 parted.spec, 1.112, 1.113

David Cantrell (dcantrel) fedora-extras-commits at redhat.com
Tue Oct 30 19:16:20 UTC 2007


Author: dcantrel

Update of /cvs/pkgs/rpms/parted/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19915

Modified Files:
	parted.spec 
Added Files:
	parted-1.8.6-noinst-headers.patch 
Log Message:
* Tue Oct 30 2007 David Cantrell <dcantrell at redhat.com> - 1.8.6-11
- Do not install fdasd.h and vtoc.h header files


parted-1.8.6-noinst-headers.patch:

--- NEW FILE parted-1.8.6-noinst-headers.patch ---
diff -up parted-1.8.6/include/parted/Makefile.am.hdrs parted-1.8.6/include/parted/Makefile.am
--- parted-1.8.6/include/parted/Makefile.am.hdrs	2007-03-19 20:58:55.000000000 -0400
+++ parted-1.8.6/include/parted/Makefile.am	2007-10-30 14:39:11.000000000 -0400
@@ -12,11 +12,11 @@ partedinclude_HEADERS = gnu.h		\
 			natmath.h	\
 			timer.h		\
 			unit.h		\
-			parted.h        \
-			fdasd.h		\
-			vtoc.h
+			parted.h
 
 noinst_HEADERS	      = crc32.h		\
-			endian.h
+			endian.h		\
+			fdasd.h		\
+			vtoc.h
 
 MAINTAINERCLEANFILES = Makefile.in


Index: parted.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parted/devel/parted.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- parted.spec	4 Oct 2007 20:13:31 -0000	1.112
+++ parted.spec	30 Oct 2007 19:15:47 -0000	1.113
@@ -4,7 +4,7 @@
 Summary: The GNU disk partition manipulation program
 Name:    parted
 Version: 1.8.6
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://www.gnu.org/software/parted
@@ -16,6 +16,7 @@
 Patch3: %{name}-1.8.6-primary-boundary.patch
 Patch4: %{name}-1.8.6-xvd.patch
 Patch5: %{name}-1.8.6-devmapper-header.patch
+Patch6: %{name}-1.8.6-noinst-headers.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: e2fsprogs-devel readline-devel ncurses-devel
@@ -51,6 +52,7 @@
 %patch3 -p1 -b .boundary
 %patch4 -p1 -b .xvd
 %patch5 -p1 -b .devmapper
+%patch6 -p1 -b .noinst
 
 %build
 %configure --enable-device-mapper --enable-selinux --disable-static
@@ -96,6 +98,9 @@
 %{_libdir}/pkgconfig/libparted.pc
 
 %changelog
+* Tue Oct 30 2007 David Cantrell <dcantrell at redhat.com> - 1.8.6-11
+- Do not install fdasd.h and vtoc.h header files
+
 * Thu Oct 04 2007 David Cantrell <dcantrell at redhat.com> - 1.8.6-10
 - Do not install the testsuite tools
 




More information about the fedora-extras-commits mailing list