rpms/mach/F-7 .cvsignore, 1.5, 1.6 mach.spec, 1.12, 1.13 sources, 1.6, 1.7

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Sep 11 18:46:59 UTC 2007


Author: scop

Update of /cvs/pkgs/rpms/mach/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14155/F-7

Modified Files:
	.cvsignore mach.spec sources 
Log Message:
Sync with devel


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mach/F-7/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	7 Jan 2007 21:47:36 -0000	1.5
+++ .cvsignore	11 Sep 2007 18:46:26 -0000	1.6
@@ -1 +1 @@
-mach-0.9.1.tar.bz2
+mach-0.9.2.tar.bz2


Index: mach.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mach/F-7/mach.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mach.spec	24 Jan 2007 10:44:09 -0000	1.12
+++ mach.spec	11 Sep 2007 18:46:26 -0000	1.13
@@ -1,10 +1,10 @@
 Name:           mach
-Version:        0.9.1
+Version:        0.9.2
 Release:        2%{?dist}
-Summary:        make a chroot
+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
@@ -44,7 +44,7 @@
 %configure \
 	--enable-builduser=%{builduser} \
 	--enable-buildgroup=%{buildgroup} \
-	--with-flavor=extras
+	--with-flavor=updates
 make
 
 %install
@@ -56,19 +56,13 @@
 install -d -m 2775 $RPM_BUILD_ROOT%{_localstatedir}/tmp/mach
 install -d -m 775 $RPM_BUILD_ROOT%{_localstatedir}/cache/mach
 
-# the ppc dist files were not added to the dist, so install them manually
-for v in 4 5 6 development
-do
-  install -m 644 etc/dist.d/fedora-$v-ppc %{_sysconfdir}/mach/dist.d
-done
-
 find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
 
 %clean
 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 ];
@@ -102,6 +96,18 @@
 %attr(04750,root,mach) %{_sbindir}/mach-helper
 
 %changelog
+* 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mach/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	7 Jan 2007 21:47:36 -0000	1.6
+++ sources	11 Sep 2007 18:46:26 -0000	1.7
@@ -1 +1 @@
-9e9a01f35ee343ac4b8327d9c3b213e8  mach-0.9.1.tar.bz2
+4e8aa40b2c44e7565b4fd665741fb95e  mach-0.9.2.tar.bz2




More information about the fedora-extras-commits mailing list