Author: kwizart
Update of /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16475/F-17
Modified Files:
rpmfusion-free-live-base.ks
rpmfusion-free-remix-kickstarts.spec
Log Message:
Update free remix
Index: rpmfusion-free-live-base.ks
===================================================================
RCS file:
/cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-17/rpmfusion-free-live-base.ks,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rpmfusion-free-live-base.ks 8 Oct 2011 14:31:24 -0000 1.4
+++ rpmfusion-free-live-base.ks 1 May 2012 20:27:44 -0000 1.5
@@ -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-16&arch=$basearch
+repo --name=rpmfusion-free-released
--mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-17&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-16&arch=$basearch
+repo --name=rpmfusion-free-updates
--mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-17&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
7f9dec5ea3780952 -e adc570de00a4d52b -e 657c3396adf25d9c | 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 7f9dec5ea3780952 -e adc570de00a4d52b -e
657c3396adf25d9c| 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-17/rpmfusion-free-remix-kickstarts.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rpmfusion-free-remix-kickstarts.spec 8 Oct 2011 14:31:23 -0000 1.4
+++ rpmfusion-free-remix-kickstarts.spec 1 May 2012 20:27:44 -0000 1.5
@@ -1,8 +1,8 @@
Name: rpmfusion-free-remix-kickstarts
# we follow the spin-kickstarts version scheme as the files in this
# package highly depend on them anyway
-Version: 0.16.0
-Release: 0.1%{?dist}
+Version: 0.17.0
+Release: 1%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion free
Group: Applications/System
@@ -50,8 +50,11 @@
%{_datadir}/%{name}/
%changelog
+* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.17.0-1
+- Update to 0.17.0
+
* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.16.0-0.1
-- Update to 16.0
+- Update to 0.16.0
* Mon Jun 01 2009 Thorsten Leemhuis <fedora at leemhuis dot info > 0.11.1-5
- add disabled repo definitions for f11 release
Show replies by date