reversed order of pre/preun post/postun checking
authormarc <devnull@localhost>
Sat, 6 Jan 1996 23:33:45 +0000 (23:33 +0000)
committermarc <devnull@localhost>
Sat, 6 Jan 1996 23:33:45 +0000 (23:33 +0000)
CVS patchset: 151
CVS date: 1996/01/06 23:33:45

build/spec.c

index 9fcef95..4e2b39a 100644 (file)
@@ -463,10 +463,10 @@ static struct part_rec {
     {BUILD_PART,     0, "%build"},
     {INSTALL_PART,   0, "%install"},
     {CLEAN_PART,     0, "%clean"},
-    {PREIN_PART,     0, "%pre"},
-    {POSTIN_PART,    0, "%post"},
     {PREUN_PART,     0, "%preun"},
     {POSTUN_PART,    0, "%postun"},
+    {PREIN_PART,     0, "%pre"},
+    {POSTIN_PART,    0, "%post"},
     {FILES_PART,     0, "%files"},
     {CHANGELOG_PART, 0, "%changelog"},
     {0, 0, 0}