rpms/mach/EL-5 .cvsignore, 1.4, 1.5 mach.spec, 1.11, 1.12 sources, 1.6, 1.7

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Sep 12 18:45:35 UTC 2007


Author: scop

Update of /cvs/pkgs/rpms/mach/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26712

Modified Files:
	.cvsignore mach.spec sources 
Log Message:
Sync with devel for first EPEL build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mach/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	9 Jun 2006 14:08:26 -0000	1.4
+++ .cvsignore	12 Sep 2007 18:45:03 -0000	1.5
@@ -1 +1 @@
-mach-0.9.0.tar.bz2
+mach-0.9.2.tar.bz2


Index: mach.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mach/EL-5/mach.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mach.spec	7 Jan 2007 21:52:52 -0000	1.11
+++ mach.spec	12 Sep 2007 18:45:03 -0000	1.12
@@ -1,10 +1,10 @@
 Name:           mach
-Version:        0.9.1
-Release:        1%{?dist}
-Summary:        make a chroot
+Version:        0.9.2
+Release:        3%{?dist}
+Summary:        Make a chroot
 
 Group:          Applications/System
-License:	GPL
+License:        GPLv2+
 URL:            http://thomas.apestaart.org/projects/mach/
 Source:         http://thomas.apestaart.org/download/mach/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -22,6 +22,13 @@
 BuildRequires:	gcc-c++
 BuildRequires:	libselinux-devel
 
+%if 0%{!?flavor:1}
+%if 0%{?rhel}
+%define flavor epel
+%else
+%define flavor updates
+%endif
+%endif
 %{!?builduser:  %define builduser  machbuild}
 %{!?buildgroup: %define buildgroup machbuild}
 
@@ -44,7 +51,7 @@
 %configure \
 	--enable-builduser=%{builduser} \
 	--enable-buildgroup=%{buildgroup} \
-	--with-flavor=extras
+	--with-flavor=%{flavor}
 make
 
 %install
@@ -62,7 +69,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-groupadd -r mach >/dev/null 2>&1 || :
+getent group mach >/dev/null || groupadd -r mach || :
 
 %preun
 if [ "$1" == 0 ];
@@ -96,6 +103,25 @@
 %attr(04750,root,mach) %{_sbindir}/mach-helper
 
 %changelog
+* Wed Sep 12 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.9.2-3
+- Set default flavour to "epel" for EPEL builds.
+
+* Sun Sep  9 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.9.2-2
+- Drop no longer needed (and failing) old ppc config bug workarounds.
+- Sync group creation scriptlet with current Fedora packaging guidelines.
+- Set default config to the "updates" flavour.
+
+* Sat Sep 08 2007 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.9.2-1
+- new release
+
+* Thu Aug 16 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.9.1-3
+- License: GPLv2+
+
+* Wed Jan 24 2007 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.9.1-2
+- add ppc files
+
 * Sun Jan 07 2007 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.9.1-1
 - new release


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mach/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	7 Jan 2007 21:52:52 -0000	1.6
+++ sources	12 Sep 2007 18:45:03 -0000	1.7
@@ -1 +1 @@
-9e9a01f35ee343ac4b8327d9c3b213e8  mach-0.9.1.tar.bz2
+4e8aa40b2c44e7565b4fd665741fb95e  mach-0.9.2.tar.bz2




More information about the scm-commits mailing list