rpms/ocfs2-tools/devel ocfs2-tools.spec,1.3,1.4

Fabio M. Di Nitto (fabbione) fedora-extras-commits at redhat.com
Thu Jun 19 06:09:32 UTC 2008


Author: fabbione

Update of /cvs/pkgs/rpms/ocfs2-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21104

Modified Files:
	ocfs2-tools.spec 
Log Message:
Prepare for new release.
Fix alphatag "." from previous commit.
Respect default fedora CFLAGS at build time.
Update changelog section to match standard.



Index: ocfs2-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocfs2-tools/devel/ocfs2-tools.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocfs2-tools.spec	19 Jun 2008 05:53:45 -0000	1.3
+++ ocfs2-tools.spec	19 Jun 2008 06:08:39 -0000	1.4
@@ -6,7 +6,7 @@
 Summary: Tools for managing the Ocfs2 cluster file system
 Name: ocfs2-tools
 Version: 1.3.9
-Release: 7.%{?alphatag:.%{alphatag}}%{?dist}
+Release: 8%{?alphatag:.%{alphatag}}%{?dist}
 License: GPLv2
 Group: System Environment/Base
 # The source for this package was pulled from upstream's git repo and manually
@@ -82,7 +82,7 @@
     --enable-dynamic-fsck=yes
 
 # parallel build currently fails, so no %{_smp_mflags}
-make
+CFLAGS="$(echo '%{optflags}')" make
 
 
 %install
@@ -183,11 +183,16 @@
 
 
 %changelog
+* Thu Jun 19 2008 Fabio M. Di Nitto <fdinitto at redhat.com> - 1.3.9-8.20080221git
+- Make alpha tag optional
+- Use package names rather than files for Requires
+- Clean up changelog in spec file
+- Respect fedora build default CFLAGS
 
-* Fri Apr 18 2008 Mark Fasheh <mark at fasheh.com> - 1.3.9-7.20080221git.fc8
+* Fri Apr 18 2008 Mark Fasheh <mark at fasheh.com> - 1.3.9-7.20080221git
 - Use 'Fedora' as vendor for desktop-file-install
 
-* Thu Feb 21 2008 Mark Fasheh <mark at fasheh.com> - 1.3.9-6.20080221git.fc8
+* Thu Feb 21 2008 Mark Fasheh <mark at fasheh.com> - 1.3.9-6.20080221git
 - Move to git revision 22fb58d0318a2946479833bb5e2fd58864499c78
 
 * Mon Feb  4 2008 Mark Fasheh <mark at fasheh.com> - 1.3.9-5.20080131git




More information about the fedora-extras-commits mailing list