devel/redhat-rpm-config .cvsignore, 1.26, 1.27 redhat-rpm-config.spec, 1.51, 1.52 sources, 1.26, 1.27

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Thu Jul 5 18:42:37 UTC 2007


Author: katzj

Update of /cvs/pkgs/devel/redhat-rpm-config
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6828

Modified Files:
	.cvsignore redhat-rpm-config.spec sources 
Log Message:
* Thu Jul 05 2007 Jesse Keating <jkeating at redhat.com> - 9.0.1-1
- Remove dist defines, fedora-release does that now
- Enable post-build buildroot checking by default



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/redhat-rpm-config/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore	19 Jun 2007 18:56:52 -0000	1.26
+++ .cvsignore	5 Jul 2007 18:42:01 -0000	1.27
@@ -1 +1 @@
-redhat-rpm-config-9.0.0.tar.bz2
+redhat-rpm-config-9.0.1.tar.bz2


Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/pkgs/devel/redhat-rpm-config/redhat-rpm-config.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- redhat-rpm-config.spec	19 Jun 2007 18:56:52 -0000	1.51
+++ redhat-rpm-config.spec	5 Jul 2007 18:42:01 -0000	1.52
@@ -1,12 +1,15 @@
 Summary: Red Hat specific rpm configuration files.
 Name: redhat-rpm-config
-Version: 9.0.0
-Release: 1.fc8
+Version: 9.0.1
+Release: 1%{?dist}
 License: GPL
 Group: Development/System
 Source: redhat-rpm-config-%{version}.tar.bz2
 BuildArch: noarch
 Requires: mktemp
+# if rpm-build is present (thus building rpms), we need newer for 
+# check buildroot 
+Conflicts: rpm-build < 4.4.2.1-0.4.rc2
 BuildRoot: %{_tmppath}/%{name}-root
 # rpmrc passes -mtune which first appeared in gcc 3.4
 %ifarch i386 i686 sparc
@@ -22,15 +25,6 @@
 %install
 make DESTDIR=${RPM_BUILD_ROOT} install
 
-cat >> ${RPM_BUILD_ROOT}%{_prefix}/lib/rpm/redhat/macros << EOF
-
-#
-# dist macros
-%%fedora   8
-%%dist     .fc8
-%%fc8      1
-EOF
-
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
@@ -39,6 +33,10 @@
 %{_prefix}/lib/rpm/redhat
 
 %changelog
+* Thu Jul 05 2007 Jesse Keating <jkeating at redhat.com> - 9.0.1-1
+- Remove dist defines, fedora-release does that now
+- Enable post-build buildroot checking by default
+
 * Tue Jun 19 2007 Jeremy Katz <katzj at redhat.com> - 9.0.0-1
 - use stock find-lang.sh (#213041)
 - arm fixes (Lennert Buytenhek, #243523)


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/redhat-rpm-config/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources	19 Jun 2007 18:56:52 -0000	1.26
+++ sources	5 Jul 2007 18:42:01 -0000	1.27
@@ -1 +1 @@
-f09e64a587cabc13cfe018934ed7c537  redhat-rpm-config-9.0.0.tar.bz2
+195612c04dbf3a514fb1c4e24ea62dc6  redhat-rpm-config-9.0.1.tar.bz2




More information about the scm-commits mailing list