Lines Matching full:rpm

16 # --release     Build zfs-release*.rpm as well
18 # in the ZFS RPM repository file structure. Also
87 # /tmp/repo, using the directory structure we use for the ZFS RPM repos.
92 # /tmp/repo/epel-testing/9.5/SRPMS/zfs-2.3.99-1.el9.src.rpm
93 # /tmp/repo/epel-testing/9.5/SRPMS/zfs-kmod-2.3.99-1.el9.src.rpm
97 # /tmp/repo/epel-testing/9.5/kmod/x86_64/debug/kmod-zfs-debuginfo-2.3.99-1.el9.x86_64.rpm
98 # /tmp/repo/epel-testing/9.5/kmod/x86_64/debug/libnvpair3-debuginfo-2.3.99-1.el9.x86_64.rpm
99 # /tmp/repo/epel-testing/9.5/kmod/x86_64/debug/libuutil3-debuginfo-2.3.99-1.el9.x86_64.rpm
102 # Pick a RPM to query. It doesn't matter which one - we just want to extract
104 rpm=$(ls zfs-*.rpm | head -n 1)
107 zfs_ver=$(rpm -qpi $rpm | awk '/Version/{print $3}')
113 build_host=$(rpm -qpi $rpm | awk '/Build Host/{print $4}')
140 # Special case: move zfs-release*.rpm out of the way first (if we built them).
143 mv zfs-release*.rpm $dst || true
147 cp $(ls *.src.rpm) $dst/SRPMS/
152 cp $(ls *.rpm | grep -Ev 'src.rpm|dkms|debuginfo') $dst/kmod/x86_64
153 cp *debuginfo*.rpm $dst/kmod/x86_64/debug
159 cp $(ls *.rpm | grep -Ev 'src.rpm|kmod|debuginfo') $dst/x86_64
164 cp $(ls *debuginfo*.rpm | grep -v kmod) $dst/x86_64/debug
239 make rpm-dkms
247 run sudo dnf -y --nobest install $(ls *.rpm | grep -Ev 'dkms|src.rpm')
251 # Optionally build the zfs-release.*.rpm
255 sudo dnf -y install rpm-build || true
267 cp RPM-GPG-KEY-openzfs* *.repo ~/rpmbuild/SOURCES
273 cp ~/rpmbuild/RPMS/noarch/*.rpm ~/zfs
274 cp ~/rpmbuild/SRPMS/*.rpm ~/zfs