rpms/zyx-liveinstaller/devel import.log, NONE, 1.1 zyx-liveinstaller.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Fri Aug 21 19:41:05 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/zyx-liveinstaller/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9436/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log zyx-liveinstaller.spec 
Log Message:
initial import



--- NEW FILE import.log ---
zyx-liveinstaller-0_1_10-1_fc11:HEAD:zyx-liveinstaller-0.1.10-1.fc11.src.rpm:1250883626


--- NEW FILE zyx-liveinstaller.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           zyx-liveinstaller
Version:        0.1.10
Release:        1%{?dist}
Summary:        Install a running LiveOS rebootlessly

Group:          Applications/System
License:        GPLv3
URL:            http://www.filteredperception.org/smiley/projects/zyx-liveinstaller
Source0:        http://filteredperception.org/downloads/TESTING/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  desktop-file-utils
BuildRequires:  python-devel
Requires:       usermode


%description
This installer will perfrom a traditional LiveOS installation,
however instead of installing a fresh copy of the LiveOS to
disk to be used on the next reboot, it live migrates the running
LiveOS's root filesystem to disk.  In this fashion it does not
require a reboot to begin using the installed system.


%prep
%setup -q


%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/zyx-liveinstaller.desktop


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_sbindir}/*
%{python_sitelib}/rli/
%attr(0644,root,root) %{_datadir}/applications/%{name}.desktop
%attr(0644,root,root) %config(noreplace) /etc/pam.d/%{name}
%attr(0644,root,root) %config(noreplace) /etc/security/console.apps/%{name}


%changelog
* Sun Aug 16 2009 Sebastian Dziallas <sebastian at when.com> - 0.1.10-1
- update to new upstream release
- fix some file locations

* Fri Aug 14 2009 Sebastian Dziallas <sebastian at when.com> - 0.1.9-2
- adopt .spec file from Douglas McClendon
- minor tweaks and changes to fit the guidelines

* Sat Aug 8 2009 Douglas McClendon <dmc at viros.org> - 0.1.9-1
- tweak stupid .present delay workaround (for Guitar-ZyX-0.3)
- catch stderr in /var/log/zyx-liveinstaller.log, and more debug output
- attempt to unmount targets that have been automounted under /media
- genericize attempted unmount of live-osimg-min automounted under /media

* Tue Jul 28 2009 Douglas McClendon <dmc at viros.org> - 0.1.8-1
- zyx only: minor typo, remove liveos lvm devices from list
- rework internal device representation, fixing pre-f11 lvm problem
- add temporary special case for soas live-osimg-min mounting oddity
- more info added to BUGS/FAQ/README

* Mon Jul 27 2009 Douglas McClendon <dmc at viros.org> - 0.1.7-1
- vastly improve FAQ

* Sat Jul 25 2009 Douglas McClendon <dmc at viros.org> - 0.1.6-1
- remove zyx special lvm names from list (like for f11)
- use UUID= in fstab and grub.config, primarily to make 
  grubby happy, but also for consistency with anaconda.
- remove attempted workaround of issue with pre-first-reboot 
  hibernate.  Until grub(?) bug fixed, user must work around 
  at the grub-prompt-instead-of-unhibernation by typing e.g.
  # assuming /boot is on /dev/sda1
  grub> root (hd0,0)
  grub> setup (hd0)
  grub> reboot
  :( sigh...

* Fri Jul 17 2009 Douglas McClendon <dmc at viros.org> - 0.1.5-1
- trying harder to deal with /tmp tmpfs
- noted grubby problems in BUGS

* Fri Jul 17 2009 Douglas McClendon <dmc at viros.org> - 0.1.4-1
- removed facility for launcher desktop icon from xinit,
  but changed .desktop so it is shown under System Tools.
- better/fixed freeing of livemedia resources
- desensitized incompletely implemented installation abort
- try to migrate f11 live-only tmpfs's to rootfs
- support rootfs and swap on lvm
- support wholedisk targets (still need choice exclusion logic)
- top review text now uses long device names rather than short
- output is now logged to /var/log/rliveinst.log
- support ZyX LiveOS again, for now, with same backend
- misc bugfixes and refactorings

* Mon Jul 13 2009 Douglas McClendon <dmc at viros.org> - 0.1.3-1
- workaround fedora/grub problem by disabling hibernate autoboot
  - which I never liked anyway

* Mon Jul 13 2009 Douglas McClendon <dmc at viros.org> - 0.1.2-1
- really fix the grub configuration

* Sun Jul 12 2009 Douglas McClendon <dmc at viros.org> - 0.1.1-1
- fixed bugs with grub configuration
- better banner png compression
- red highlights for unselectable volumes (due to prior selection)
- misc cleanups

* Mon Jul 06 2009 Douglas McClendon <dmc at viros.org> - 0.1-1
- initial release and packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/zyx-liveinstaller/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Aug 2009 18:26:51 -0000	1.1
+++ .cvsignore	21 Aug 2009 19:41:04 -0000	1.2
@@ -0,0 +1 @@
+zyx-liveinstaller-0.1.10.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/zyx-liveinstaller/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Aug 2009 18:26:51 -0000	1.1
+++ sources	21 Aug 2009 19:41:04 -0000	1.2
@@ -0,0 +1 @@
+5a49ad7ccfe4711a1720e17a785e0a76  zyx-liveinstaller-0.1.10.tar.bz2




More information about the fedora-extras-commits mailing list