Changeset 2530
- Timestamp:
- 04/21/07 16:03:09 (2 years ago)
- Files:
-
- trunk/distrib/Makefile.am (modified) (2 diffs)
- trunk/distrib/centos5 (added)
- trunk/distrib/centos5/pkgs (copied) (copied from trunk/distrib/centos4/pkgs)
- trunk/distrib/centos5/yum (added)
- trunk/distrib/centos5/yum.repos.d (added)
- trunk/distrib/centos5/yum.repos.d/CentOS-Base.repo (added)
- trunk/distrib/centos5/yum/yum.conf (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/distrib/Makefile.am
r2528 r2530 60 60 centos4/pkgs/01 centos4/pkgs/02 centos4/pkgs/03 \ 61 61 centos4/yum/yum.conf $(wildcard centos4/yum.repos.d/*.repo) \ 62 centos5/pkgs/01 centos5/pkgs/02 centos5/pkgs/03 \ 63 centos5/yum/yum.conf $(wildcard centos5/yum.repos.d/*.repo) \ 62 64 suse91/apt/rpmpriorities suse91/pkgs/01 suse91/pkgs/02 \ 63 65 suse91/rpm/macros \ … … 83 85 $(defaults_DATA) 84 86 85 redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 fc6 centos4 87 redhat_style = rh9 fc1 fc2 fc3 fc4 fc5 fc6 centos4 centos5 86 88 87 89 install-exec-hook: install-notify-xtra
