Compare commits
3 Commits
master
...
f27-branch
Author | SHA1 | Date | |
---|---|---|---|
|
8c7ef9a00a | ||
|
26ae7202d9 | ||
|
d4230b2205 |
@ -3,15 +3,15 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 27.11
|
Version: 27.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/rhinstaller/lorax
|
URL: https://github.com/weldr/lorax
|
||||||
# To generate Source0 do:
|
# To generate Source0 do:
|
||||||
# git clone https://github.com/rhinstaller/lorax
|
# git clone https://github.com/weldr/lorax
|
||||||
# git checkout -b archive-branch lorax-%%{version}-%%{release}
|
# git checkout -b archive-branch lorax-%%{version}-%%{release}
|
||||||
# tito build --tgz
|
# tito build --tgz
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
@ -153,6 +153,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 03 2018 Brian C. Lane <bcl@redhat.com> 27.12-1
|
||||||
|
- Add swaplabel command (#1530108) (vponcova@redhat.com)
|
||||||
|
|
||||||
* Wed Sep 27 2017 Brian C. Lane <bcl@redhat.com> 27.11-1
|
* Wed Sep 27 2017 Brian C. Lane <bcl@redhat.com> 27.11-1
|
||||||
- s390 doesn't need to graft product.img and updates.img into /images (#1496461) (bcl@redhat.com)
|
- s390 doesn't need to graft product.img and updates.img into /images (#1496461) (bcl@redhat.com)
|
||||||
- distribute the mk-s390-cdboot utility (dan@danny.cz)
|
- distribute the mk-s390-cdboot utility (dan@danny.cz)
|
||||||
|
@ -1 +1 @@
|
|||||||
27.11-1 ./
|
27.12-1 ./
|
||||||
|
@ -314,7 +314,7 @@ removefrom util-linux --allbut \
|
|||||||
/usr/bin/{dmesg,getopt,kill,login,lsblk,more,mount,umount,mountpoint,findmnt} \
|
/usr/bin/{dmesg,getopt,kill,login,lsblk,more,mount,umount,mountpoint,findmnt} \
|
||||||
/etc/mtab /etc/pam.d/login /etc/pam.d/remote \
|
/etc/mtab /etc/pam.d/login /etc/pam.d/remote \
|
||||||
/usr/sbin/{agetty,blkid,blockdev,clock,fdisk,fsck,fstrim,hwclock,losetup} \
|
/usr/sbin/{agetty,blkid,blockdev,clock,fdisk,fsck,fstrim,hwclock,losetup} \
|
||||||
/usr/sbin/{mkswap,nologin,sfdisk,swapoff,swapon,wipefs,partx,fsfreeze} \
|
/usr/sbin/{mkswap,swaplabel,nologin,sfdisk,swapoff,swapon,wipefs,partx,fsfreeze} \
|
||||||
/usr/bin/{logger,hexdump,flock}
|
/usr/bin/{logger,hexdump,flock}
|
||||||
removefrom volume_key-libs /usr/share/locale/*
|
removefrom volume_key-libs /usr/share/locale/*
|
||||||
removefrom wget /etc/* /usr/share/locale/*
|
removefrom wget /etc/* /usr/share/locale/*
|
||||||
|
Loading…
Reference in New Issue
Block a user