]> git.pld-linux.org Git - packages/dev.git/commitdiff
- rel 14
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 25 Feb 2002 13:12:59 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added provides devfs (now I can install devfsd and not uninstall dev)
- added /dev/drzewo :)
STB

Changed files:
    dev.spec -> 1.83

dev.spec

index be3f0b83e9d3a5368768102427bd1b1af45eaf61..50ff6a831276bc297be86ddc729fd68fd744bb5c 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -5,13 +5,14 @@ Summary(pl):  Pliki specjalne /dev/*
 Summary(tr):   /dev dizini
 Name:          dev
 Version:       2.8.0
-Release:       13
+Release:       14
 License:       public domain
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
 BuildRequires: setup
 BuildRequires: shadow
 PreReq:                setup >= 2.4.1-2
+Provides:      devfs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Autoreqprov:   no
 
@@ -309,6 +310,9 @@ done
 mknode input/mice c 13 63
 mknode usb/rio500 c 180 64
 
+# Some PLD-folklor :)
+ln -sf null drzewo
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.139296 seconds and 4 git commands to generate.