summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Hercinger <vhercing@redhat.com>2013-03-13 13:45:43 +0100
committerViktor Hercinger <vhercing@redhat.com>2013-03-13 14:04:05 +0100
commitdcbf2cafd820b21fd40310280abc6988ce9e621a (patch)
tree2006209593b5825e6a6f9fb702aa89e0d011a886
parent908df76837278619557f11040655c71cb348c8fb (diff)
downloadrpm-tools-dcbf2cafd820b21fd40310280abc6988ce9e621a.tar.gz
rpm-tools-dcbf2cafd820b21fd40310280abc6988ce9e621a.tar.xz
rpm-tools-dcbf2cafd820b21fd40310280abc6988ce9e621a.zip
bumped spec file
-rw-r--r--rpmtools.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec
index 3da6cf5..377886d 100644
--- a/rpmtools.spec
+++ b/rpmtools.spec
@@ -1,6 +1,6 @@
Name: rpmtools
Version: 1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Local RPM toolkit
BuildArch: noarch
@@ -29,6 +29,10 @@ install -m 755 * %{buildroot}/%{_bindir}
%{_bindir}/*
%changelog
+* Wed Mar 13 2013 Hercinger Viktor <hercinger.viktor@gmail.com> - 1.0-2
+- added notification to rpmdev-build-devspec
+- added proxy call to rpmdev-make-repo in rpmdev-build-devspec
+
* Thu Feb 21 2013 Viktor Hercinger <vhercing@redhat.com> - 1.0.0-1
- build-spec added
- make-repo added