[anaconda-realmd] Initial import (#918542)

Stef Walter stefw at fedoraproject.org
Wed Mar 6 20:14:00 UTC 2013


commit 6096a18555fce19e8aa9de3710be430198cdb93d
Author: Stef Walter <stefw at gnome.org>
Date:   Wed Mar 6 21:06:35 2013 +0100

    Initial import (#918542)

 .gitignore           |    5 +++++
 anaconda-realmd.spec |   39 +++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cb95fa0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/anaconda-realmd-0.2.tgz
+/.build-*.log
+/anaconda-realmd-*.src.rpm
+/anaconda-realmd-*/
+/noarch/
diff --git a/anaconda-realmd.spec b/anaconda-realmd.spec
new file mode 100644
index 0000000..02edf2f
--- /dev/null
+++ b/anaconda-realmd.spec
@@ -0,0 +1,39 @@
+Name:		anaconda-realmd
+Version:	0.2
+Release:	1%{?dist}
+Summary:	Anaconda addon which interacts with realmd to join domains
+License:	GPLv2+
+URL:		http://git.fedorahosted.org/cgit/anaconda-realmd.git/
+Source0:	https://fedorahosted.org/releases/a/n/anaconda-realmd/anaconda-realmd-%{version}.tgz
+
+BuildArch:	noarch
+BuildRequires:	python2-devel
+Requires:	anaconda >= 19
+Requires:	realmd >= 0.12
+
+%description
+This is a addon for Anaconda which allows use of 'realm' commands in the
+kickstart file to join domains.
+
+%define _hardened_build 1
+
+%prep
+%setup -q
+
+%build
+
+%install
+make install DESTDIR=%{buildroot}
+
+%clean
+
+%files
+%dir %{_datadir}/anaconda/addons/org_fedora_realm/
+%dir %{_datadir}/anaconda/addons/org_fedora_realm/ks
+%{_datadir}/anaconda/addons/org_fedora_realm/ks/realm.py*
+%doc COPYING ChangeLog NEWS README
+
+%changelog
+* Wed Mar 06 2013 Stef Walter <stefw at redhat.com> - 0.2-1
+- Initial RPM for anaconda-realmd
+
diff --git a/sources b/sources
index e69de29..262a931 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+31f11330de6203167498937602fd0b3c  anaconda-realmd-0.2.tgz


More information about the scm-commits mailing list