Patches rtems-rc-4.5.0-16-cvs.diff and rtems-rc-4.5.0-17-cvs.diff

from Ralf Corsepius <corsepiu@faw.uni-ulm.de> that address the following:

  * NoSource: 0, 1 in rpm-specs does not work anymore under SuSE-6.4
    (rpm-3.0.4), putting each NoSource: onto a separate line however seems
    to work. Unfortunately, I don't know the actual cause for this, esp. if
    SuSE broke it or if rpm-specs specification has changed (i.e.
    Redhat broke it up).
  * Add *.spec to several .cvsignores (Prevents cvs from complaining about
    <target>*.spec within the source-tree).
This commit is contained in:
Joel Sherrill
2000-04-18 13:10:39 +00:00
parent 8f5da34c1c
commit 8812023ee9
10 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
*.spec
Makefile
Makefile.in
binutils.spec

View File

@@ -1,3 +1,4 @@
*.spec
Makefile
Makefile.in
gdb.spec

View File

@@ -1,3 +1,4 @@
*.spec
Makefile
Makefile.in
gnatnewlib.spec

View File

@@ -44,7 +44,10 @@ Buildroot: /tmp
# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
# Or you can try the ftp options of rpm :-)
#
NoSource: 0, 1, 2, 3
NoSource: 0
NoSource: 1
NoSource: 2
NoSource: 3
%description
RTEMS is an open source operating system for embedded systems.

View File

@@ -1,3 +1,4 @@
*.spec
Makefile
Makefile.in
binutils.spec

View File

@@ -1,3 +1,4 @@
*.spec
Makefile
Makefile.in
gccnewlib.spec

View File

@@ -42,7 +42,8 @@ Buildroot: /tmp
# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
# Or you can try the ftp options of rpm :-)
#
NoSource: 0, 1
NoSource: 0
NoSource: 1
%description
RTEMS is an open source operating system for embedded systems.

View File

@@ -38,7 +38,8 @@ Buildroot: /tmp
# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
# Or you can try the ftp options of rpm :-)
#
NoSource: 0, 1
NoSource: 0
NoSource: 1
%description
RTEMS is an open source operating system for embedded systems.

View File

@@ -1,3 +1,4 @@
*.spec
Makefile
Makefile.in
gdb.spec

View File

@@ -1,3 +1,4 @@
*.spec
Makefile
Makefile.in
rtems.spec