]> git.pld-linux.org Git - packages/dev.git/commitdiff
commented out Prereq: Setup && Shadow
authorwojtek <wojtek@pld.org.pl>
Fri, 28 May 1999 13:10:56 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
added Group(pl)

Changed files:
    dev.spec -> 1.17

dev.spec

index af55d6fa9aa7558e1725c17ce5d6cf8d02a68c01..f1af96be1f604c3533bfc9ddd2a66ece95194ec2 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -5,15 +5,16 @@ Summary(pl):  Pliki specjalne /dev/*
 Summary(tr):   /dev dizini
 Name:          dev
 Version:       2.7.7
-Release:       4
+Release:       5
 #######                From ftp.redhat.com/rawhide
 Source:                %{name}-%{version}.tar.gz
 Copyright:     public domain
 Group:         Base
-BuildPrereq:   setup
+Group(pl):     Podstawowe
+#BuildPrereq:  setup
 # remove shadow if floppy and console group exist in setup
-BuildPrereq:   shadow
-Prereq:                setup
+#BuildPrereq:  shadow
+#Prereq:               setup
 Buildroot:     /tmp/%{name}-%{version}-root
 Autoreqprov:   no
 
@@ -63,8 +64,8 @@ install -d $RPM_BUILD_ROOT
 # if setup contains this group then remove next 4 lines 
 #grep '^floppy:' /etc/group  >/dev/null \
 #      || groupadd -g 19 -r -f floppy >/dev/null
-grep '^console:' /etc/group >/dev/null \
-       || groupadd -g 20 -f -r console >/dev/null
+#grep '^console:' /etc/group >/dev/null \
+#      || groupadd -g 20 -f -r console >/dev/null
 
 # do some cleanup in build root
 cd $RPM_BUILD_ROOT
@@ -203,7 +204,7 @@ mkfifo --mode=666 syslog
 %pre
 # if setup contains groups floppy and console this mayby obsoletes
 #%{_sbindir}/groupadd -g 19 -r -f floppy
-%{_sbindir}/groupadd -g 20 -r -f console
+#%{_sbindir}/groupadd -g 20 -r -f console
 
 %post
 if [ -f /etc/fstab ] ; then
This page took 0.054521 seconds and 4 git commands to generate.