*** empty log message ***
CVS patchset: 591 CVS date: 1996/05/23 02:38:59
This commit is contained in:
parent
e3872c8cf7
commit
4a5d9f080d
15
CHANGES
15
CHANGES
|
@ -1,3 +1,18 @@
|
|||
2.0.8 -> 2.0.9:
|
||||
- %files -f <file>
|
||||
- prelim Require/Provide handling
|
||||
- prelim strict checking of spec file
|
||||
- removed some bash-isms
|
||||
- fixed globbing/root bug
|
||||
- fixed rpm -q <num> bug
|
||||
- fixed ftw() related bug where symlinks were being
|
||||
followed in %files rather than just being noted!!
|
||||
- pass "upgrade" arg to pre/post scripts when upgrading
|
||||
- use PATH to find cpio when installing
|
||||
- fixed rpm.magic, added sun4, mips, 68k, sgi, sunos, solaris
|
||||
- added %attr(mode owner group) feature to file list
|
||||
- fixed dumb %verify() parse bug
|
||||
|
||||
2.0.7 -> 2.0.8:
|
||||
- explicitly turn off ASCII armor when running PGP
|
||||
- fixed --noscripts logic, which was on by default and
|
||||
|
|
9
NEWS
9
NEWS
|
@ -33,6 +33,8 @@ the signature. This should not be cause for alarm as the lead
|
|||
is only used by file(1), and by RPM to determine the package type
|
||||
(either source or binary) and architecture.
|
||||
|
||||
The rpm(1) man page has some details on using PGP signatures.
|
||||
|
||||
*** Spec file (RPM building)
|
||||
|
||||
. Summary: ...
|
||||
|
@ -74,4 +76,9 @@ is only used by file(1), and by RPM to determine the package type
|
|||
|
||||
. %changelog
|
||||
|
||||
. %verify can be used to control which aspects of the file are verified
|
||||
. %verify can be used to control which aspects of the file are verified
|
||||
|
||||
. %attr can be used to specify mode, user and group of files
|
||||
|
||||
. %files -f <file>
|
||||
Takes file list from <file>, which is relative to the build dir.
|
||||
|
|
Loading…
Reference in New Issue