Changeset 478 in ProjectBuilder for projects/dploy
- Timestamp:
- Jun 5, 2008, 4:20:49 PM (17 years ago)
- Location:
- projects/dploy/pbconf/devel
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/dploy/pbconf/devel/dploy-dhcp/rpm/dploy-dhcp.spec
r476 r478 41 41 #%doc INSTALL COPYING README AUTHORS NEWS 42 42 %{_bindir}/* 43 %{_mandir}/man1/*43 #%{_mandir}/man1/* 44 44 45 45 %post -
projects/dploy/pbconf/devel/dploy-pxe/rpm/dploy-pxe.spec
r476 r478 41 41 #%doc INSTALL COPYING README AUTHORS NEWS 42 42 %{_bindir}/* 43 %{_mandir}/man1/*43 #%{_mandir}/man1/* 44 44 45 45 %post 46 46 %{_bindir}/dploy-pxe-post 47 47 48 %postun 49 # clean up with perl script the /var/cache/dploy ($pxepath->{$ENV{'PBPROJ'}}) 50 48 51 %changelog 49 52 PBLOG -
projects/dploy/pbconf/devel/dploy.pb
r476 r478 53 53 # List of files per pkg on which to apply filters 54 54 # Files are mentioned relatively to pbroot/defpkgdir 55 filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp, dploy-dhcp-post56 filteredfiles dploy-pxe = install.sh,bin/dploy-add2pxe, dploy-pxe-post55 filteredfiles dploy-dhcp = install.sh,bin/dploy-add2dhcp,bin/dploy-dhcp-post 56 filteredfiles dploy-pxe = install.sh,bin/dploy-add2pxe,bin/dploy-pxe-post 57 57 filteredfiles dploy-common = install.sh,Makefile.PL,bin/dploy-common-post 58 58 #filteredfiles pkg1-doc = configure.in -
projects/dploy/pbconf/devel/pbfilter/rpm.pbf
r422 r478 21 21 filter PBKEYWORD = destdir 22 22 filter PBFINALDIR = 23 24 filter PBHTTPDCONFDIR = /etc/httpd/conf.d
Note:
See TracChangeset
for help on using the changeset viewer.