rpms/mach/devel mach.spec,1.14,1.15

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Sep 8 21:49:01 UTC 2007


Author: scop

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

Modified Files:
	mach.spec 
Log Message:
* 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.



Index: mach.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mach/devel/mach.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mach.spec	8 Sep 2007 17:22:47 -0000	1.14
+++ mach.spec	8 Sep 2007 21:48:26 -0000	1.15
@@ -1,7 +1,7 @@
 Name:           mach
 Version:        0.9.2
-Release:        1%{?dist}
-Summary:        make a chroot
+Release:        2%{?dist}
+Summary:        Make a chroot
 
 Group:          Applications/System
 License:        GPLv2+
@@ -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,11 @@
 %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




More information about the fedora-extras-commits mailing list