Author: kwizart
Update of /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28378/F-18
Modified Files:
rpmfusion-free-live-base.ks
rpmfusion-free-remix-kickstarts.spec
Log Message:
Update to Final
Index: rpmfusion-free-live-base.ks
===================================================================
RCS file:
/cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-18/rpmfusion-free-live-base.ks,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-free-live-base.ks 1 May 2012 20:27:43 -0000 1.5
+++ rpmfusion-free-live-base.ks 12 Jan 2013 21:48:10 -0000 1.6
@@ -5,12 +5,12 @@
## the repos match what is configured in fedora-live-base.ks
# To compose against the current release tree, use the following "repo"
-#repo --name=rpmfusion-free-released
--mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-18&arch=$basearch
+repo --name=rpmfusion-free-released
--mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-18&arch=$basearch
# To include updates, use the following "repo"
-#repo --name=rpmfusion-free-updates
--mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-18&arch=$basearch
+repo --name=rpmfusion-free-updates
--mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-18&arch=$basearch
# To compose against rawhide, use the following "repo"
-repo --name=rpmfusion-free-rawhide
--mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhide&arch=$basearch
+#repo --name=rpmfusion-free-rawhide
--mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhide&arch=$basearch
%packages
# unbrand:
@@ -38,9 +38,9 @@
echo "Importing RPM Fusion keys"
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-*-primary
echo "List of packages from RPM Fusion Free:"
-rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e
daab8b888296fa0f -e 36339914982e0a7c | awk ' { print $1 } ' | sort
+rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e
daab8b888296fa0f | awk ' { print $1 } ' | sort
echo "List of incuded RPM Fusion packages with their size:"
-rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig}
%{SIGPGP:pgpsig} \n' | grep -e daab8b888296fa0f -e 36339914982e0a7c| awk ' { print
$1 } ') | sort -n
+rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig}
%{SIGPGP:pgpsig} \n' | grep -e daab8b888296fa0f | awk ' { print $1 } ') | sort
-n
echo
%end
Index: rpmfusion-free-remix-kickstarts.spec
===================================================================
RCS file:
/cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-18/rpmfusion-free-remix-kickstarts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-free-remix-kickstarts.spec 1 May 2012 20:27:43 -0000 1.5
+++ rpmfusion-free-remix-kickstarts.spec 12 Jan 2013 21:48:10 -0000 1.6
@@ -2,7 +2,7 @@
# we follow the spin-kickstarts version scheme as the files in this
# package highly depend on them anyway
Version: 0.18.0
-Release: 0.1%{?dist}
+Release: 1%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion free
Group: Applications/System
@@ -50,6 +50,9 @@
%{_datadir}/%{name}/
%changelog
+* Sat Jan 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.18.0-1
+- Update for F-18 Final
+
* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.18.0-0.1
- Update to 0.18.0
Show replies by date